PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
TextEditor Member List

This is the complete list of members for TextEditor, including all inherited members.

Breakpoints typedefTextEditor
CanRedo() constTextEditor
CanUndo() constTextEditor
Char typedefTextEditor
Copy()TextEditor
Cut()TextEditor
Delete()TextEditor
ErrorMarkers typedefTextEditor
GetCurrentLineText() constTextEditor
GetCursorPosition() constTextEditorinline
GetDarkPalette()TextEditorstatic
GetLanguageDefinition() constTextEditorinline
GetLightPalette()TextEditorstatic
GetPalette() constTextEditorinline
GetRetroBluePalette()TextEditorstatic
GetSelectedText() constTextEditor
GetTabSize() constTextEditorinline
GetText() constTextEditor
GetTextLines() constTextEditor
GetTotalLines() constTextEditorinline
HasSelection() constTextEditor
Identifiers typedefTextEditor
InsertText(const std::string &aValue)TextEditor
InsertText(const char *aValue)TextEditor
IsColorizerEnabled() constTextEditorinline
IsCursorPositionChanged() constTextEditorinline
IsHandleKeyboardInputsEnabled() constTextEditorinline
IsHandleMouseInputsEnabled() constTextEditorinline
IsImGuiChildIgnored() constTextEditorinline
IsOverwrite() constTextEditorinline
IsReadOnly() constTextEditorinline
IsShowingWhitespaces() constTextEditorinline
IsTextChanged() constTextEditorinline
Keywords typedefTextEditor
Line typedefTextEditor
Lines typedefTextEditor
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 typedefTextEditor
PaletteIndex enum nameTextEditor
Paste()TextEditor
Redo(int aSteps=1)TextEditor
Render(const char *aTitle, const ImVec2 &aSize=ImVec2(), bool aBorder=false)TextEditor
SelectAll()TextEditor
SelectionMode enum nameTextEditor
SelectWordUnderCursor()TextEditor
SetBreakpoints(const Breakpoints &aMarkers)TextEditorinline
SetColorizerEnable(bool aValue)TextEditor
SetCursorPosition(const Coordinates &aPosition)TextEditor
SetErrorMarkers(const ErrorMarkers &aMarkers)TextEditorinline
SetHandleKeyboardInputs(bool aValue)TextEditorinline
SetHandleMouseInputs(bool aValue)TextEditorinline
SetImGuiChildIgnored(bool aValue)TextEditorinline
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)TextEditorinline
SetTabSize(int aValue)TextEditor
SetText(const std::string &aText)TextEditor
SetTextLines(const std::vector< std::string > &aLines)TextEditor
String typedefTextEditor
TextEditor()TextEditor
Undo(int aSteps=1)TextEditor
~TextEditor()TextEditor