| Breakpoints typedef | TextEditor | |
| CanRedo() const | TextEditor | |
| CanUndo() const | TextEditor | |
| Char typedef | TextEditor | |
| Copy() | TextEditor | |
| Cut() | TextEditor | |
| Delete() | TextEditor | |
| ErrorMarkers typedef | TextEditor | |
| GetCurrentLineText() const | TextEditor | |
| GetCursorPosition() const | TextEditor | inline |
| GetDarkPalette() | TextEditor | static |
| GetLanguageDefinition() const | TextEditor | inline |
| GetLightPalette() | TextEditor | static |
| GetPalette() const | TextEditor | inline |
| GetRetroBluePalette() | TextEditor | static |
| GetSelectedText() const | TextEditor | |
| GetTabSize() const | TextEditor | inline |
| GetText() const | TextEditor | |
| GetTextLines() const | TextEditor | |
| GetTotalLines() const | TextEditor | inline |
| HasSelection() const | TextEditor | |
| Identifiers typedef | TextEditor | |
| InsertText(const std::string &aValue) | TextEditor | |
| InsertText(const char *aValue) | TextEditor | |
| IsColorizerEnabled() const | TextEditor | inline |
| IsCursorPositionChanged() const | TextEditor | inline |
| IsHandleKeyboardInputsEnabled() const | TextEditor | inline |
| IsHandleMouseInputsEnabled() const | TextEditor | inline |
| IsImGuiChildIgnored() const | TextEditor | inline |
| IsOverwrite() const | TextEditor | inline |
| IsReadOnly() const | TextEditor | inline |
| IsShowingWhitespaces() const | TextEditor | inline |
| IsTextChanged() const | TextEditor | inline |
| Keywords typedef | TextEditor | |
| Line typedef | TextEditor | |
| Lines typedef | TextEditor | |
| MoveBottom(bool aSelect=false) | TextEditor | |
| MoveDown(int aAmount=1, bool aSelect=false) | TextEditor | |
| MoveEnd(bool aSelect=false) | TextEditor | |
| MoveHome(bool aSelect=false) | TextEditor | |
| MoveLeft(int aAmount=1, bool aSelect=false, bool aWordMode=false) | TextEditor | |
| MoveRight(int aAmount=1, bool aSelect=false, bool aWordMode=false) | TextEditor | |
| MoveTop(bool aSelect=false) | TextEditor | |
| MoveUp(int aAmount=1, bool aSelect=false) | TextEditor | |
| Palette typedef | TextEditor | |
| PaletteIndex enum name | TextEditor | |
| Paste() | TextEditor | |
| Redo(int aSteps=1) | TextEditor | |
| Render(const char *aTitle, const ImVec2 &aSize=ImVec2(), bool aBorder=false) | TextEditor | |
| SelectAll() | TextEditor | |
| SelectionMode enum name | TextEditor | |
| SelectWordUnderCursor() | TextEditor | |
| SetBreakpoints(const Breakpoints &aMarkers) | TextEditor | inline |
| SetColorizerEnable(bool aValue) | TextEditor | |
| SetCursorPosition(const Coordinates &aPosition) | TextEditor | |
| SetErrorMarkers(const ErrorMarkers &aMarkers) | TextEditor | inline |
| SetHandleKeyboardInputs(bool aValue) | TextEditor | inline |
| SetHandleMouseInputs(bool aValue) | TextEditor | inline |
| SetImGuiChildIgnored(bool aValue) | TextEditor | inline |
| SetLanguageDefinition(const LanguageDefinition &aLanguageDef) | TextEditor | |
| SetPalette(const Palette &aValue) | TextEditor | |
| SetReadOnly(bool aValue) | TextEditor | |
| SetSelection(const Coordinates &aStart, const Coordinates &aEnd, SelectionMode aMode=SelectionMode::Normal) | TextEditor | |
| SetSelectionEnd(const Coordinates &aPosition) | TextEditor | |
| SetSelectionStart(const Coordinates &aPosition) | TextEditor | |
| SetShowWhitespaces(bool aValue) | TextEditor | inline |
| SetTabSize(int aValue) | TextEditor | |
| SetText(const std::string &aText) | TextEditor | |
| SetTextLines(const std::vector< std::string > &aLines) | TextEditor | |
| String typedef | TextEditor | |
| TextEditor() | TextEditor | |
| Undo(int aSteps=1) | TextEditor | |
| ~TextEditor() | TextEditor | |