addJump(KTextEditor::Cursor cursor) | KateViModeBase | protected |
addToNumberUnderCursor(int count) | KateViModeBase | protected |
commandCompleteNext() | KateViInsertMode | |
commandCompletePrevious() | KateViInsertMode | |
commandDeleteCharBackward() | KateViInsertMode | |
commandDeleteWord() | KateViInsertMode | |
commandIndent() | KateViInsertMode | |
commandInsertContentOfRegister() | KateViInsertMode | |
commandInsertFromAbove() | KateViInsertMode | |
commandInsertFromBelow() | KateViInsertMode | |
commandMoveOneWordLeft() | KateViInsertMode | |
commandMoveOneWordRight() | KateViInsertMode | |
commandNewLine() | KateViInsertMode | |
commandSwitchToNormalModeForJustOneCommand() | KateViInsertMode | |
commandToFirstCharacterInFile() | KateViInsertMode | |
commandToLastCharacterInFile() | KateViInsertMode | |
commandUnindent() | KateViInsertMode | |
completionFinished() | KateViInsertMode | protected |
deleteRange(KateViRange &r, OperationMode mode=LineWise, bool addToRegister=true) | KateViModeBase | protected |
doc() const | KateViModeBase | inlineprotected |
error(const QString &errorMsg) | KateViModeBase | |
fillRegister(const QChar ®, const QString &text, OperationMode flag=CharWise) | KateViModeBase | protected |
findLineStartingWitchChar(const QChar &c, unsigned int count, bool forward=true) const | KateViModeBase | protected |
findNextMergeableBracketPos(const Cursor &startPos) | KateViInsertMode | 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 |
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 |
getLine(int lineNumber=-1) const | KateViModeBase | protected |
getNextJump(KTextEditor::Cursor) | KateViModeBase | 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 |
getVerbatimKeys() const | KateViModeBase | |
getWordRangeUnderCursor() const | KateViModeBase | protected |
getWordUnderCursor() const | KateViModeBase | protected |
goLineDown() | KateViModeBase | protected |
goLineUp() | KateViModeBase | protected |
goLineUpDown(int lines) | KateViModeBase | protected |
goVisualLineUpDown(int lines) | KateViModeBase | protected |
handleKeypress(const QKeyEvent *e) | KateViInsertMode | virtual |
isCounted() | KateViModeBase | inlineprotected |
KateViInsertMode(KateViInputModeManager *viInputModeManager, KateView *view, KateViewInternal *viewInternal) | KateViInsertMode | |
KateViModeBase() | KateViModeBase | inline |
leaveInsertMode(bool force=false) | KateViInsertMode | protected |
linesDisplayed() | KateViModeBase | inlineprotected |
m_blockInsert | KateViInsertMode | protected |
m_blockRange | KateViInsertMode | protected |
m_commandRange | KateViModeBase | protected |
m_count | KateViInsertMode | protected |
m_countedRepeatsBeginOnNewLine | KateViInsertMode | protected |
m_currentMotionWasVisualLineUpOrDown | KateViModeBase | protected |
m_eolPos | KateViInsertMode | protected |
m_extraWordCharacters | KateViModeBase | protected |
m_infoMessage | KateViModeBase | protected |
m_iscounted | KateViModeBase | protected |
m_isExecutingCompletion | KateViInsertMode | protected |
m_keys | KateViInsertMode | protected |
m_keysVerbatim | KateViModeBase | protected |
m_lastMotionWasVisualLineUpOrDown | KateViModeBase | protected |
m_oneTimeCountOverride | KateViModeBase | protected |
m_register | KateViModeBase | protected |
m_registerTemp | KateViInsertMode | protected |
m_stickyColumn | KateViModeBase | protected |
m_textInsertedByCompletion | KateViInsertMode | protected |
m_textInsertedByCompletionEndPos | KateViInsertMode | protected |
m_view | KateViModeBase | protected |
m_viewInternal | KateViModeBase | protected |
m_viInputModeManager | KateViModeBase | protected |
message(const QString &msg) | KateViModeBase | |
replayCompletion() | KateViInsertMode | protected |
scrollViewLines(int l) | KateViModeBase | inlineprotected |
setBlockAppendMode(KateViRange blockRange, BlockInsert b) | KateViInsertMode | |
setBlockPrependMode(KateViRange blockRange) | KateViInsertMode | |
setCount(int count) | KateViInsertMode | inline |
KateViModeBase::setCount(unsigned int count) | KateViModeBase | inline |
setCountedRepeatsBeginOnNewLine(bool countedRepeatsBeginOnNewLine) | KateViInsertMode | inline |
setRegister(QChar reg) | KateViModeBase | inline |
startInsertMode() | KateViModeBase | protected |
startNormalMode() | KateViModeBase | protected |
startReplaceMode() | KateViModeBase | protected |
startVisualBlockMode() | KateViModeBase | protected |
startVisualLineMode() | KateViModeBase | protected |
startVisualMode() | KateViModeBase | protected |
switchView(Direction direction=Next) | KateViModeBase | protected |
updateCursor(const Cursor &c) const | KateViModeBase | protected |
yankToClipBoard(QChar chosen_register, QString text) | KateViModeBase | protected |
~KateViInsertMode() | KateViInsertMode | |
~KateViModeBase() | KateViModeBase | inlinevirtual |