Creates a dialog to edit a launch file.
|
|
|
|
|
on_load_request(self,
filename,
search_text='')
Loads a file in a new tab or focus the tab, if the file is already
open. |
source code
|
|
|
|
|
|
|
closeEvent(self,
event)
Test the open files for changes and save this if needed. |
source code
|
|
|
|
|
|
|
on_editor_textChanged(self)
If the content was changed, a '*' will be shown in the tab name. |
source code
|
|
|
|
on_editor_positionChanged(self)
Shows the number of the line and column in a label. |
source code
|
|
|
|
on_shortcut_find(self)
Opens a find dialog. |
source code
|
|
|
|
on_shortcut_goto(self)
Opens a goto dialog. |
source code
|
|
|
|
on_find_dialog_clicked(self,
button)
Method to handle the button actions of the find dialog. |
source code
|
|
|
|
find(self,
search_text,
recursive)
Searches for text in the current text editor. |
source code
|
|
|
|
|