The XML editor to handle the included files. If an included file in
the opened launch file is detected, this can be open by STRG+(mouse
click) in a new editor.
|
|
|
|
|
|
|
|
|
str
|
|
int
|
index(self,
text)
Searches in the given text for key indicates the including of a file
and return their index. |
source code
|
|
|
|
includedFiles(self)
Returns all included files in the document. |
source code
|
|
[str, ...]
|
|
|
|
mouseReleaseEvent(self,
event)
Opens the new editor, if the user clicked on the included file and
sets the default cursor. |
source code
|
|
|
|
mouseMoveEvent(self,
event)
Sets the QtCore.Qt.PointingHandCursor if the control key
is pressed and the mouse is over the included file. |
source code
|
|
|
|
keyPressEvent(self,
event)
Enable the mouse tracking by setMouseTracking() if the control key is
pressed. |
source code
|
|
|
|
keyReleaseEvent(self,
event)
Disable the mouse tracking by setMouseTracking() if the control key is
released and set the cursor back to QtCore.Qt.IBeamCursor. |
source code
|
|
|
|
shiftText(self)
Increase (Decrease) indentation using Tab (Ctrl+Tab). |
source code
|
|