Classes | |
| class | CodeEditorPanel |
| Panel for the 'Code Editor' ta. More... | |
| class | PythonSTC |
| class | SourceCodeEditor |
Functions | |
| def | DoesModifiedExist (name) |
| Returns whether the specified Code has a modified copy. More... | |
| def | GetConfig () |
| def | GetDataDir () |
| Return the standard location on this platform for application data. More... | |
| def | GetModifiedDirectory () |
| Returns the directory where modified versions of the Code files are stored. More... | |
| def | GetModifiedFilename (name) |
| Returns the filename of the modified version of the specified Code. More... | |
| def | GetOriginalFilename (name) |
| Returns the filename of the original version of the specified Code. More... | |
| def | isUTF8Strict (data) |
| def | main (filepath, frame=None) |
| def | opj (path) |
| Convert paths to the platform-specific separato. More... | |
Variables | |
| list | _platformNames |
| string | CodeText |
| dictionary | faces |
| int | modDefault = modOriginal |
| int | modModified = 1 |
| int | modOriginal = 0 |
| path = None | |
| string | wildcard = "All files (*.*)|*.*|" \ |
| def robotide.editor.customsourceeditor.DoesModifiedExist | ( | name | ) |
Returns whether the specified Code has a modified copy.
Definition at line 952 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.GetConfig | ( | ) |
Definition at line 959 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.GetDataDir | ( | ) |
Return the standard location on this platform for application data.
Definition at line 903 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.GetModifiedDirectory | ( | ) |
Returns the directory where modified versions of the Code files are stored.
Definition at line 912 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.GetModifiedFilename | ( | name | ) |
Returns the filename of the modified version of the specified Code.
Definition at line 919 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.GetOriginalFilename | ( | name | ) |
Returns the filename of the original version of the specified Code.
Definition at line 928 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.isUTF8Strict | ( | data | ) |
Definition at line 582 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.main | ( | filepath, | |
frame = None |
|||
| ) |
Definition at line 974 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.opj | ( | path | ) |
Convert paths to the platform-specific separato.
Definition at line 892 of file customsourceeditor.py.
|
private |
Definition at line 971 of file customsourceeditor.py.
| string robotide.editor.customsourceeditor.CodeText |
Definition at line 38 of file customsourceeditor.py.
| dictionary robotide.editor.customsourceeditor.faces |
Definition at line 49 of file customsourceeditor.py.
| int robotide.editor.customsourceeditor.modDefault = modOriginal |
Definition at line 577 of file customsourceeditor.py.
| int robotide.editor.customsourceeditor.modModified = 1 |
Definition at line 576 of file customsourceeditor.py.
| int robotide.editor.customsourceeditor.modOriginal = 0 |
Definition at line 575 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.path = None |
Definition at line 989 of file customsourceeditor.py.
| string robotide.editor.customsourceeditor.wildcard = "All files (*.*)|*.*|" \ |
Definition at line 76 of file customsourceeditor.py.