| Choice(String button0, String button1, String button2, String text) | Editor | |
| ChoiceWithDefault(String button0, String button1, String button2, int defaultChoice, String text) | Editor | |
| CleanAllDocuments() | Editor | |
| CleanCurrentDocument() | Editor | |
| CleanCurrentDocumentAndChildren() | Editor | |
| ClearDragAndDropHandlers() | Editor | |
| CloseAllDocuments() | Editor | |
| Error(String s) | Editor | |
| ForceEditorRefresh() | Editor | |
| ForceRefreshCurrentProject() | Editor | |
| GenerateAllDocuments() | Editor | |
| GenerateCurrentDocument() | Editor | |
| GenerateCurrentDocumentAndChildren() | Editor | |
| GetActiveCodeGenerator() | Editor | |
| GetAllDocuments() | Editor | |
| GetApplicationLanguage() | Editor | |
| GetAvailableCodeGenerators() | Editor | |
| GetCodeGenerator(String codeGeneratorName) | Editor | |
| GetCodePathForCurrentGenerator(Document *doc=nullptr) | Editor | |
| GetCurrentDocument() | Editor | |
| GetCurrentProject() | Editor | |
| GetCurrentProjectFileDirectory() | Editor | |
| GetDocumentByName(String docName) | Editor | |
| GetResourcesPathForCurrentGenerator(void) | Editor | |
| GetVersionInfo(int *major, int *minor, int *build) | Editor | |
| GetVersionInfoString() | Editor | |
| MakeValidObjectName(String inputStr) | Editor | |
| MsgBox(String s) | Editor | |
| NewDocument(String filename="") | Editor | |
| OpenDialog(String caption, String directory, String filters, bool isCreateFileAllowed=false) | Editor | |
| OpenDirectoryDialog(String caption, String directory) | Editor | |
| OpenDocument(String fileName) | Editor | |
| OpenMultiselectDialog(String caption, String directory, String filters) | Editor | |
| Question(String s) | Editor | |
| QuestionDefault(String s, bool defaultAnswer) | Editor | |
| RegisterAlternateClassPathChooser(PyObject *pyfunc) | Editor | |
| RegisterCatalyzerScriptChooser(PyObject *pyfunc) | Editor | |
| RegisterDragAndDropHandlers(void *dragHandler, void *dropHandler) | Editor | |
| SaveAllDocuments() | Editor | |
| SaveDialog(String caption, String directory, String filters, String defaultSuffix=String()) | Editor | |
| SetActiveCodeGenerator(String codeGeneratorName) | Editor | |
| SetCodeGeneratorOptions(String codeGeneratorOptions) | Editor | |
| UnregisterAlternateClassPathChooser() | Editor | |
| UnregisterCatalyzerScriptChooser() | Editor | |