addCurrentPositionToJumpList() | KateViNormalMode | |
addJump(KTextEditor::Cursor cursor) | KateViModeBase | protected |
addToNumberUnderCursor(int count) | KateViModeBase | protected |
AfterCurrentPosition enum value | KateViNormalMode | protected |
AtCurrentPosition enum value | KateViNormalMode | protected |
beginMonitoringDocumentChanges() | KateViNormalMode | |
commandAbort() | KateViNormalMode | |
commandAddToNumber() | KateViNormalMode | |
commandAlignLine() | KateViNormalMode | |
commandAlignLines() | KateViNormalMode | |
commandAppendToBlock() | KateViNormalMode | |
commandCentreViewOnCursor() | KateViNormalMode | |
commandChange() | KateViNormalMode | |
commandChangeCase() | KateViNormalMode | |
commandChangeCaseRange() | KateViNormalMode | |
commandChangeLine() | KateViNormalMode | |
commandChangeToEOL() | KateViNormalMode | |
commandCollapseLocal() | KateViNormalMode | |
commandCollapseToplevelNodes() | KateViNormalMode | |
commandDelete() | KateViNormalMode | |
commandDeleteChar() | KateViNormalMode | |
commandDeleteCharBackward() | KateViNormalMode | |
commandDeleteLine() | KateViNormalMode | |
commandDeleteToEOL() | KateViNormalMode | |
commandEnterInsertMode() | KateViNormalMode | |
commandEnterInsertModeAppend() | KateViNormalMode | |
commandEnterInsertModeAppendEOL() | KateViNormalMode | |
commandEnterInsertModeBeforeFirstNonBlankInLine() | KateViNormalMode | |
commandEnterInsertModeLast() | KateViNormalMode | |
commandEnterReplaceMode() | KateViNormalMode | |
commandEnterVisualBlockMode() | KateViNormalMode | |
commandEnterVisualLineMode() | KateViNormalMode | |
commandEnterVisualMode() | KateViNormalMode | |
commandExpandAll() | KateViNormalMode | |
commandExpandLocal() | KateViNormalMode | |
commandFormatLine() | KateViNormalMode | |
commandFormatLines() | KateViNormalMode | |
commandGoToNextJump() | KateViNormalMode | |
commandGoToPrevJump() | KateViNormalMode | |
commandgPaste() | KateViNormalMode | |
commandgPasteBefore() | KateViNormalMode | |
commandIndentedPaste() | KateViNormalMode | |
commandIndentedPasteBefore() | KateViNormalMode | |
commandIndentLine() | KateViNormalMode | |
commandIndentLines() | KateViNormalMode | |
commandJoinLines() | KateViNormalMode | |
commandMakeLowercase() | KateViNormalMode | |
commandMakeLowercaseLine() | KateViNormalMode | |
commandMakeUppercase() | KateViNormalMode | |
commandMakeUppercaseLine() | KateViNormalMode | |
commandOpenNewLineOver() | KateViNormalMode | |
commandOpenNewLineUnder() | KateViNormalMode | |
commandPaste() | KateViNormalMode | |
commandPasteBefore() | KateViNormalMode | |
commandPrependToBlock() | KateViNormalMode | |
commandPrintCharacterCode() | KateViNormalMode | |
commandRedo() | KateViNormalMode | |
commandRepeatLastChange() | KateViNormalMode | |
commandReplaceCharacter() | KateViNormalMode | |
commandReplayMacro() | KateViNormalMode | |
commandReselectVisual() | KateViNormalMode | |
commandScrollHalfPageDown() | KateViNormalMode | |
commandScrollHalfPageUp() | KateViNormalMode | |
commandScrollPageDown() | KateViNormalMode | |
commandScrollPageUp() | KateViNormalMode | |
commandSearchBackward() | KateViNormalMode | |
commandSearchForward() | KateViNormalMode | |
commandSetMark() | KateViNormalMode | |
commandSplitHoriz() | KateViNormalMode | |
commandSplitVert() | KateViNormalMode | |
commandStartRecordingMacro() | KateViNormalMode | |
commandSubstituteChar() | KateViNormalMode | |
commandSubstituteLine() | KateViNormalMode | |
commandSubtractFromNumber() | KateViNormalMode | |
commandSwitchToCmdLine() | KateViNormalMode | |
commandSwitchToDownView() | KateViNormalMode | |
commandSwitchToLeftView() | KateViNormalMode | |
commandSwitchToNextTab() | KateViNormalMode | |
commandSwitchToNextView() | KateViNormalMode | |
commandSwitchToPrevTab() | KateViNormalMode | |
commandSwitchToRightView() | KateViNormalMode | |
commandSwitchToUpView() | KateViNormalMode | |
commandToggleRegionVisibility() | KateViNormalMode | |
commandToOtherEnd() | KateViNormalMode | |
commandUndo() | KateViNormalMode | |
commandUnindentLine() | KateViNormalMode | |
commandUnindentLines() | KateViNormalMode | |
commandYank() | KateViNormalMode | |
commandYankLine() | KateViNormalMode | |
commandYankToEOL() | KateViNormalMode | |
cursorPosAtEndOfPaste(const Cursor &pasteLocation, const QString &pastedText) | KateViNormalMode | protected |
deleteRange(KateViRange &r, OperationMode mode=LineWise, bool addToRegister=true) | KateViModeBase | protected |
doc() const | KateViModeBase | inlineprotected |
error(const QString &errorMsg) | KateViModeBase | |
executeCommand(const KateViCommand *cmd) | KateViNormalMode | protected |
fillRegister(const QChar ®, const QString &text, OperationMode flag=CharWise) | KateViModeBase | protected |
findLineStartingWitchChar(const QChar &c, unsigned int count, bool forward=true) const | KateViModeBase | protected |
findNextWORDStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | protected |
findNextWordStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | protected |
findPattern(const QString &pattern, bool backwards, bool caseSensitive, const Cursor &startFrom, int count=-1) const | KateViModeBase | |
findPatternForMotion(const QString &pattern, bool backwards, bool caseSensitive, const Cursor &startFrom, int count=1) const | KateViModeBase | protected |
findPrevWordEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | protected |
findPrevWORDEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | protected |
findPrevWORDStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | protected |
findPrevWordStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | protected |
findSurrounding(const QRegExp &c1, const QRegExp &c2, bool inner=false) const | KateViModeBase | protected |
findSurroundingBrackets(const QChar &c1, const QChar &c2, bool inner, const QChar &nested1, const QChar &nested2) const | KateViModeBase | protected |
findSurroundingQuotes(const QChar &c, bool inner=false) const | KateViModeBase | protected |
findWordEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | protected |
findWORDEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | protected |
generateMatchingItemRegex() | KateViNormalMode | protected |
getCharAtVirtualColumn(QString &line, int virtualColumn, int tabWidht) const | KateViModeBase | protected |
getCharUnderCursor() const | KateViModeBase | protected |
getChosenRegister(const QChar &defaultReg) const | KateViModeBase | protected |
getCount() const | KateViModeBase | inlineprotected |
getLastVisualMode() const | KateViVisualMode | inline |
getLine(int lineNumber=-1) const | KateViModeBase | protected |
getNextJump(KTextEditor::Cursor) | KateViModeBase | protected |
getOperationMode() const | KateViNormalMode | protected |
getPrevJump(KTextEditor::Cursor) | KateViModeBase | protected |
getRange(KateViRange &r, OperationMode mode=LineWise) const | KateViModeBase | protected |
getRegisterContent(const QChar ®) | KateViModeBase | protected |
getRegisterFlag(const QChar ®) const | KateViModeBase | protected |
getStart() | KateViVisualMode | inline |
getStart() const | KateViVisualMode | inline |
getVerbatimKeys() const | KateViModeBase | |
getWordRangeUnderCursor() const | KateViModeBase | protected |
getWordUnderCursor() const | KateViModeBase | protected |
goLineDown() | KateViModeBase | protected |
goLineUp() | KateViModeBase | protected |
goLineUpDown(int lines) | KateViModeBase | protected |
goToPos(const Cursor &c) | KateViVisualMode | |
goVisualLineUpDown(int lines) | KateViModeBase | protected |
handleKeypress(const QKeyEvent *e) | KateViNormalMode | virtual |
highlightedYankForDocument() | KateViNormalMode | protected |
highlightYank(const KateViRange &range) | KateViNormalMode | protected |
init() | KateViVisualMode | |
isCounted() | KateViModeBase | inlineprotected |
isVisualBlock() const | KateViVisualMode | inline |
isVisualLine() const | KateViVisualMode | inline |
joinLines(unsigned int from, unsigned int to) const | KateViNormalMode | protected |
KateViModeBase() | KateViModeBase | inline |
KateViNormalMode(KateViInputModeManager *viInputModeManager, KateView *view, KateViewInternal *viewInternal) | KateViNormalMode | |
KateViVisualMode(KateViInputModeManager *viInputModeManager, KateView *view, KateViewInternal *viewInternal) | KateViVisualMode | |
linesDisplayed() | KateViModeBase | inlineprotected |
m_awaitingMotionOrTextObject | KateViNormalMode | protected |
m_commandRange | KateViModeBase | protected |
m_commands | KateViNormalMode | protected |
m_commandShouldKeepSelection | KateViNormalMode | protected |
m_commandWithMotion | KateViNormalMode | protected |
m_count | KateViModeBase | protected |
m_countTemp | KateViNormalMode | protected |
m_currentChangeEndMarker | KateViNormalMode | protected |
m_currentMotionWasVisualLineUpOrDown | KateViModeBase | protected |
m_defaultRegister | KateViNormalMode | protected |
m_deleteCommand | KateViNormalMode | protected |
m_extraWordCharacters | KateViModeBase | protected |
m_findWaitingForChar | KateViNormalMode | protected |
m_highlightedYank | KateViNormalMode | protected |
m_highlightYankAttribute | KateViNormalMode | protected |
m_infoMessage | KateViModeBase | protected |
m_iscounted | KateViModeBase | protected |
m_isRepeatedTFcommand | KateViNormalMode | protected |
m_isUndo | KateViNormalMode | protected |
m_keyParser | KateViNormalMode | protected |
m_keys | KateViNormalMode | protected |
m_keysVerbatim | KateViModeBase | protected |
m_lastMotionWasLinewiseInnerBlock | KateViNormalMode | protected |
m_lastMotionWasVisualLineUpOrDown | KateViModeBase | protected |
m_lastTFcommand | KateViNormalMode | protected |
m_linewiseCommand | KateViNormalMode | protected |
m_matchingCommands | KateViNormalMode | protected |
m_matchingItems | KateViNormalMode | protected |
m_matchingMotions | KateViNormalMode | protected |
m_matchItemRegex | KateViNormalMode | protected |
m_motionCanChangeWholeVisualModeSelection | KateViNormalMode | protected |
m_motionOperatorIndex | KateViNormalMode | protected |
m_motions | KateViNormalMode | protected |
m_oneTimeCountOverride | KateViModeBase | protected |
m_pendingResetIsDueToExit | KateViNormalMode | protected |
m_positionWhenIncrementalSearchBegan | KateViNormalMode | protected |
m_register | KateViModeBase | protected |
m_registerTemp | KateViNormalMode | protected |
m_scroll_count_limit | KateViNormalMode | protected |
m_stickyColumn | KateViModeBase | protected |
m_view | KateViModeBase | protected |
m_viewInternal | KateViModeBase | protected |
m_viInputModeManager | KateViModeBase | protected |
message(const QString &msg) | KateViModeBase | |
motionDown() | KateViNormalMode | |
motionDownToFirstNonBlank() | KateViNormalMode | |
motionFindChar() | KateViNormalMode | |
motionFindCharBackward() | KateViNormalMode | |
motionFindNext() | KateViNormalMode | |
motionFindPrev() | KateViNormalMode | |
motionLeft() | KateViNormalMode | |
motionPageDown() | KateViNormalMode | |
motionPageUp() | KateViNormalMode | |
motionRepeatlastTF() | KateViNormalMode | |
motionRepeatlastTFBackward() | KateViNormalMode | |
motionRight() | KateViNormalMode | |
motionToAfterParagraph() | KateViNormalMode | |
motionToBeforeParagraph() | KateViNormalMode | |
motionToChar() | KateViNormalMode | |
motionToCharBackward() | KateViNormalMode | |
motionToColumn0() | KateViNormalMode | |
motionToEndOfPrevWord() | KateViNormalMode | |
motionToEndOfPrevWORD() | KateViNormalMode | |
motionToEndOfWord() | KateViNormalMode | |
motionToEndOfWORD() | KateViNormalMode | |
motionToEOL() | KateViNormalMode | |
motionToFirstCharacterOfLine() | KateViNormalMode | |
motionToFirstLineOfWindow() | KateViNormalMode | |
motionToIncrementalSearchMatch() | KateViNormalMode | |
motionToLastLineOfWindow() | KateViNormalMode | |
motionToLineFirst() | KateViNormalMode | |
motionToLineLast() | KateViNormalMode | |
motionToMark() | KateViNormalMode | |
motionToMarkLine() | KateViNormalMode | |
motionToMatchingItem() | KateViNormalMode | |
motionToMiddleLineOfWindow() | KateViNormalMode | |
motionToNextBraceBlockEnd() | KateViNormalMode | |
motionToNextBraceBlockStart() | KateViNormalMode | |
motionToNextOccurrence() | KateViNormalMode | |
motionToNextVisualLine() | KateViNormalMode | |
motionToPreviousBraceBlockEnd() | KateViNormalMode | |
motionToPreviousBraceBlockStart() | KateViNormalMode | |
motionToPrevOccurrence() | KateViNormalMode | |
motionToPrevVisualLine() | KateViNormalMode | |
motionToScreenColumn() | KateViNormalMode | |
motionUp() | KateViNormalMode | |
motionUpToFirstNonBlank() | KateViNormalMode | |
motionWillBeUsedWithCommand() | KateViNormalMode | inlineprotected |
motionWordBackward() | KateViNormalMode | |
motionWORDBackward() | KateViNormalMode | |
motionWordForward() | KateViNormalMode | |
motionWORDForward() | KateViNormalMode | |
paste(KateViNormalMode::PasteLocation pasteLocation, bool isgPaste, bool isIndentedPaste) | KateViNormalMode | protected |
PasteLocation enum name | KateViNormalMode | protected |
reformatLines(unsigned int from, unsigned int to) const | KateViNormalMode | protected |
reset() | KateViVisualMode | virtual |
resetParser() | KateViNormalMode | protected |
saveRangeMarks() | KateViVisualMode | |
scrollViewLines(int l) | KateViModeBase | inlineprotected |
SelectBlockInclusive(Cursor c1, Cursor c2) | KateViVisualMode | |
SelectInclusive(Cursor c1, Cursor c2) | KateViVisualMode | |
SelectLines(Range range) | KateViVisualMode | |
setCount(unsigned int count) | KateViModeBase | inline |
setRegister(QChar reg) | KateViModeBase | inline |
setStart(const Cursor &c) | KateViVisualMode | inline |
setVisualBlock(bool l) | KateViVisualMode | |
setVisualLine(bool l) | KateViVisualMode | |
setVisualModeType(ViMode mode) | KateViVisualMode | |
shrinkRangeAroundCursor(KateViRange &toShrink, const KateViRange &rangeToShrinkTo) | KateViNormalMode | protected |
startInsertMode() | KateViModeBase | protected |
startNormalMode() | KateViModeBase | protected |
startReplaceMode() | KateViModeBase | protected |
startVisualBlockMode() | KateViModeBase | protected |
startVisualLineMode() | KateViModeBase | protected |
startVisualMode() | KateViModeBase | protected |
switchStartEnd() | KateViVisualMode | |
switchView(Direction direction=Next) | KateViModeBase | protected |
textObjectABackQuote() | KateViNormalMode | |
textObjectABracket() | KateViNormalMode | |
textObjectAComma() | KateViNormalMode | |
textObjectACurlyBracket() | KateViNormalMode | |
textObjectAInequalitySign() | KateViNormalMode | |
textObjectAParen() | KateViNormalMode | |
textObjectAQuoteDouble() | KateViNormalMode | |
textObjectAQuoteSingle() | KateViNormalMode | |
textObjectAWord() | KateViNormalMode | |
textObjectAWORD() | KateViNormalMode | |
textObjectComma(bool inner) | KateViNormalMode | protected |
textObjectInnerBackQuote() | KateViNormalMode | |
textObjectInnerBracket() | KateViNormalMode | |
textObjectInnerComma() | KateViNormalMode | |
textObjectInnerCurlyBracket() | KateViNormalMode | |
textObjectInnerInequalitySign() | KateViNormalMode | |
textObjectInnerParen() | KateViNormalMode | |
textObjectInnerQuoteDouble() | KateViNormalMode | |
textObjectInnerQuoteSingle() | KateViNormalMode | |
textObjectInnerWORD() | KateViNormalMode | |
textObjectInnerWord() | KateViNormalMode | |
updateCursor(const Cursor &c) const | KateViModeBase | protected |
updateSelection() | KateViVisualMode | slot |
waitingForRegisterOrCharToSearch() | KateViNormalMode | protected |
yankToClipBoard(QChar chosen_register, QString text) | KateViModeBase | protected |
~KateViModeBase() | KateViModeBase | inlinevirtual |
~KateViNormalMode() | KateViNormalMode | virtual |
~KateViVisualMode() | KateViVisualMode | |