Go to the source code of this file.
Classes | |
| class | robotide.editor.customsourceeditor.CodeEditorPanel |
| Panel for the 'Code Editor' ta. More... | |
| class | robotide.editor.customsourceeditor.PythonSTC |
| class | robotide.editor.customsourceeditor.SourceCodeEditor |
Namespaces | |
| robotide.editor.customsourceeditor | |
Functions | |
| def | robotide.editor.customsourceeditor.DoesModifiedExist (name) |
| Returns whether the specified Code has a modified copy. More... | |
| def | robotide.editor.customsourceeditor.GetConfig () |
| def | robotide.editor.customsourceeditor.GetDataDir () |
| Return the standard location on this platform for application data. More... | |
| def | robotide.editor.customsourceeditor.GetModifiedDirectory () |
| Returns the directory where modified versions of the Code files are stored. More... | |
| def | robotide.editor.customsourceeditor.GetModifiedFilename (name) |
| Returns the filename of the modified version of the specified Code. More... | |
| def | robotide.editor.customsourceeditor.GetOriginalFilename (name) |
| Returns the filename of the original version of the specified Code. More... | |
| def | robotide.editor.customsourceeditor.isUTF8Strict (data) |
| def | robotide.editor.customsourceeditor.main (filepath, frame=None) |
| def | robotide.editor.customsourceeditor.opj (path) |
| Convert paths to the platform-specific separato. More... | |
Variables | |
| list | robotide.editor.customsourceeditor._platformNames |
| string | robotide.editor.customsourceeditor.CodeText |
| dictionary | robotide.editor.customsourceeditor.faces |
| int | robotide.editor.customsourceeditor.modDefault = modOriginal |
| int | robotide.editor.customsourceeditor.modModified = 1 |
| int | robotide.editor.customsourceeditor.modOriginal = 0 |
| robotide.editor.customsourceeditor.path = None | |
| string | robotide.editor.customsourceeditor.wildcard = "All files (*.*)|*.*|" \ |