yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
TextEditor Member List

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

AddUndo(UndoRecord &aValue)TextEditorprivate
Advance(Coordinates &aCoordinates) constTextEditorprivate
Backspace()TextEditorprivate
Breakpoints typedefTextEditor
CanRedo() constTextEditor
CanUndo() constTextEditor
Char typedefTextEditor
Colorize(int aFromLine=0, int aCount=-1)TextEditorprivate
ColorizeInternal()TextEditorprivate
ColorizeRange(int aFromLine=0, int aToLine=0)TextEditorprivate
Copy()TextEditor
Cut()TextEditor
Delete()TextEditor
DeleteRange(const Coordinates &aStart, const Coordinates &aEnd)TextEditorprivate
DeleteSelection()TextEditorprivate
EnsureCursorVisible()TextEditorprivate
EnterCharacter(ImWchar aChar, bool aShift)TextEditorprivate
ErrorMarkers typedefTextEditor
FindNextWord(const Coordinates &aFrom) constTextEditorprivate
FindWordEnd(const Coordinates &aFrom) constTextEditorprivate
FindWordStart(const Coordinates &aFrom) constTextEditorprivate
GetActualCursorCoordinates() constTextEditorprivate
GetCharacterColumn(int aLine, int aIndex) constTextEditorprivate
GetCharacterIndex(const Coordinates &aCoordinates) constTextEditorprivate
GetCurrentLineText() constTextEditor
GetCursorPosition() constTextEditorinline
GetDarkPalette()TextEditorstatic
GetGlyphColor(const Glyph &aGlyph) constTextEditorprivate
GetLanguageDefinition() constTextEditorinline
GetLightPalette()TextEditorstatic
GetLineCharacterCount(int aLine) constTextEditorprivate
GetLineMaxColumn(int aLine) constTextEditorprivate
GetPageSize() constTextEditorprivate
GetPalette() constTextEditorinline
GetRetroBluePalette()TextEditorstatic
GetSelectedText() constTextEditor
GetTabSize() constTextEditorinline
GetText() constTextEditor
GetText(const Coordinates &aStart, const Coordinates &aEnd) constTextEditorprivate
GetTextLines() constTextEditor
GetTotalLines() constTextEditorinline
GetWordAt(const Coordinates &aCoords) constTextEditorprivate
GetWordUnderCursor() constTextEditorprivate
HandleKeyboardInputs()TextEditorprivate
HandleMouseInputs()TextEditorprivate
HasSelection() constTextEditor
Identifiers typedefTextEditor
InsertLine(int aIndex)TextEditorprivate
InsertText(const std::string &aValue)TextEditor
InsertText(const char *aValue)TextEditor
InsertTextAt(Coordinates &aWhere, const char *aValue)TextEditorprivate
IsColorizerEnabled() constTextEditorinline
IsCursorPositionChanged() constTextEditorinline
IsHandleKeyboardInputsEnabled() constTextEditorinline
IsHandleMouseInputsEnabled() constTextEditorinline
IsImGuiChildIgnored() constTextEditorinline
IsOnWordBoundary(const Coordinates &aAt) constTextEditorprivate
IsOverwrite() constTextEditorinline
IsReadOnly() constTextEditorinline
IsShowingWhitespaces() constTextEditorinline
IsTextChanged() constTextEditorinline
Keywords typedefTextEditor
Line typedefTextEditor
Lines typedefTextEditor
mBreakpointsTextEditorprivate
mCharAdvanceTextEditorprivate
mCheckCommentsTextEditorprivate
mColorizerEnabledTextEditorprivate
mColorRangeMaxTextEditorprivate
mColorRangeMinTextEditorprivate
mCursorPositionChangedTextEditorprivate
mErrorMarkersTextEditorprivate
mHandleKeyboardInputsTextEditorprivate
mHandleMouseInputsTextEditorprivate
mIgnoreImGuiChildTextEditorprivate
mInteractiveEndTextEditorprivate
mInteractiveStartTextEditorprivate
mLanguageDefinitionTextEditorprivate
mLastClickTextEditorprivate
mLeftMarginTextEditorprivate
mLineBufferTextEditorprivate
mLinesTextEditorprivate
mLineSpacingTextEditorprivate
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
mOverwriteTextEditorprivate
MoveTop(bool aSelect=false)TextEditor
MoveUp(int aAmount=1, bool aSelect=false)TextEditor
mPaletteTextEditorprivate
mPaletteBaseTextEditorprivate
mReadOnlyTextEditorprivate
mRegexListTextEditorprivate
mScrollToCursorTextEditorprivate
mScrollToTopTextEditorprivate
mSelectionModeTextEditorprivate
mShowWhitespacesTextEditorprivate
mStartTimeTextEditorprivate
mStateTextEditorprivate
mTabSizeTextEditorprivate
mTextChangedTextEditorprivate
mTextStartTextEditorprivate
mUndoBufferTextEditorprivate
mUndoIndexTextEditorprivate
mWithinRenderTextEditorprivate
Palette typedefTextEditor
PaletteIndex enum nameTextEditor
Paste()TextEditor
ProcessInputs()TextEditorprivate
Redo(int aSteps=1)TextEditor
RegexList typedefTextEditorprivate
RemoveLine(int aStart, int aEnd)TextEditorprivate
RemoveLine(int aIndex)TextEditorprivate
Render(const char *aTitle, const ImVec2 &aSize=ImVec2(), bool aBorder=false)TextEditor
Render()TextEditorprivate
SanitizeCoordinates(const Coordinates &aValue) constTextEditorprivate
ScreenPosToCoordinates(const ImVec2 &aPosition) constTextEditorprivate
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
TextDistanceToLineStart(const Coordinates &aFrom) constTextEditorprivate
TextEditor()TextEditor
Undo(int aSteps=1)TextEditor
UndoBuffer typedefTextEditorprivate
~TextEditor()TextEditor