KateVi::NormalViMode
#include <normalvimode.h>
Protected Types | |
enum | PasteLocation { AtCurrentPosition , AfterCurrentPosition } |
Protected Member Functions | |
void | addHighlightYank (KTextEditor::Range range) |
virtual const std::vector< Command > & | commands () |
void | executeCommand (const Command *cmd) |
bool | executeKateCommand (const QString &command) |
KTextEditor::Cursor | findParagraphEnd () |
KTextEditor::Cursor | findParagraphStart () |
KTextEditor::Cursor | findSentenceEnd () |
KTextEditor::Cursor | findSentenceStart () |
QRegularExpression | generateMatchingItemRegex () const |
int | getFirstNonBlank (int line=-1) const |
OperationMode | getOperationMode () const |
QSet< KTextEditor::MovingRange * > & | highlightedYankForDocument () |
void | highlightYank (const Range &range, const OperationMode mode=CharWise) |
void | joinLines (unsigned int from, unsigned int to) const |
virtual const std::vector< Motion > & | motions () |
bool | motionWillBeUsedWithCommand () const |
bool | paste (NormalViMode::PasteLocation pasteLocation, bool isgPaste, bool isIndentedPaste) |
void | reformatLines (unsigned int from, unsigned int to) const |
void | resetParser () |
void | shrinkRangeAroundCursor (Range &toShrink, const Range &rangeToShrinkTo) const |
void | stickStickyColumnToEOL () |
Range | textObjectComma (bool inner) const |
bool | waitingForRegisterOrCharToSearch () |
Static Protected Member Functions | |
static KTextEditor::Cursor | cursorPosAtEndOfPaste (const KTextEditor::Cursor pasteLocation, const QString &pastedText) |
Detailed Description
Commands for the vi normal mode.
Definition at line 38 of file normalvimode.h.
Member Enumeration Documentation
◆ PasteLocation
|
protected |
Definition at line 338 of file normalvimode.h.
Constructor & Destructor Documentation
◆ NormalViMode()
|
explicit |
Definition at line 46 of file normalvimode.cpp.
◆ ~NormalViMode()
|
override |
Definition at line 80 of file normalvimode.cpp.
Member Function Documentation
◆ addHighlightYank()
|
protected |
Definition at line 3803 of file normalvimode.cpp.
◆ beginMonitoringDocumentChanges()
void NormalViMode::beginMonitoringDocumentChanges | ( | ) |
Definition at line 446 of file normalvimode.cpp.
◆ commandAbort()
bool NormalViMode::commandAbort | ( | ) |
Definition at line 1659 of file normalvimode.cpp.
◆ commandAddToNumber()
bool NormalViMode::commandAddToNumber | ( | ) |
Definition at line 1726 of file normalvimode.cpp.
◆ commandAlignLine()
bool NormalViMode::commandAlignLine | ( | ) |
Definition at line 1704 of file normalvimode.cpp.
◆ commandAlignLines()
bool NormalViMode::commandAlignLines | ( | ) |
Definition at line 1714 of file normalvimode.cpp.
◆ commandAppendToBlock()
bool NormalViMode::commandAppendToBlock | ( | ) |
Definition at line 1755 of file normalvimode.cpp.
◆ commandBottomView()
bool NormalViMode::commandBottomView | ( | bool | onFirst | ) |
Definition at line 1635 of file normalvimode.cpp.
◆ commandBottomViewOnCursor()
bool NormalViMode::commandBottomViewOnCursor | ( | ) |
Definition at line 1654 of file normalvimode.cpp.
◆ commandBottomViewOnNonBlank()
bool NormalViMode::commandBottomViewOnNonBlank | ( | ) |
Definition at line 1649 of file normalvimode.cpp.
◆ commandCenterView()
bool NormalViMode::commandCenterView | ( | bool | onFirst | ) |
Definition at line 1587 of file normalvimode.cpp.
◆ commandCenterViewOnCursor()
bool NormalViMode::commandCenterViewOnCursor | ( | ) |
Definition at line 1606 of file normalvimode.cpp.
◆ commandCenterViewOnNonBlank()
bool NormalViMode::commandCenterViewOnNonBlank | ( | ) |
Definition at line 1601 of file normalvimode.cpp.
◆ commandChange()
bool NormalViMode::commandChange | ( | ) |
Definition at line 1065 of file normalvimode.cpp.
◆ commandChangeCase()
bool NormalViMode::commandChangeCase | ( | ) |
Definition at line 851 of file normalvimode.cpp.
◆ commandChangeCaseLine()
bool NormalViMode::commandChangeCaseLine | ( | ) |
Definition at line 944 of file normalvimode.cpp.
◆ commandChangeCaseRange()
bool NormalViMode::commandChangeCaseRange | ( | ) |
Definition at line 923 of file normalvimode.cpp.
◆ commandChangeLine()
bool NormalViMode::commandChangeLine | ( | ) |
Definition at line 1116 of file normalvimode.cpp.
◆ commandChangeToEOL()
bool NormalViMode::commandChangeToEOL | ( | ) |
Definition at line 1104 of file normalvimode.cpp.
◆ commandCloseNocheck()
bool NormalViMode::commandCloseNocheck | ( | ) |
Definition at line 1907 of file normalvimode.cpp.
◆ commandCloseView()
bool NormalViMode::commandCloseView | ( | ) |
Definition at line 1835 of file normalvimode.cpp.
◆ commandCloseWrite()
bool NormalViMode::commandCloseWrite | ( | ) |
Definition at line 1912 of file normalvimode.cpp.
◆ commandCollapseLocal()
bool NormalViMode::commandCollapseLocal | ( | ) |
Definition at line 1917 of file normalvimode.cpp.
◆ commandCollapseToplevelNodes()
bool NormalViMode::commandCollapseToplevelNodes | ( | ) |
Definition at line 1877 of file normalvimode.cpp.
◆ commandDelete()
bool NormalViMode::commandDelete | ( | ) |
Definition at line 695 of file normalvimode.cpp.
◆ commandDeleteChar()
bool NormalViMode::commandDeleteChar | ( | ) |
Definition at line 1288 of file normalvimode.cpp.
◆ commandDeleteCharBackward()
bool NormalViMode::commandDeleteCharBackward | ( | ) |
Definition at line 1313 of file normalvimode.cpp.
◆ commandDeleteLine()
bool NormalViMode::commandDeleteLine | ( | ) |
Definition at line 662 of file normalvimode.cpp.
◆ commandDeleteToEOL()
bool NormalViMode::commandDeleteToEOL | ( | ) |
Definition at line 701 of file normalvimode.cpp.
◆ commandEnterInsertMode()
bool NormalViMode::commandEnterInsertMode | ( | ) |
enter insert mode at the cursor position
Definition at line 504 of file normalvimode.cpp.
◆ commandEnterInsertModeAppend()
bool NormalViMode::commandEnterInsertModeAppend | ( | ) |
enter insert mode after the current character
Definition at line 515 of file normalvimode.cpp.
◆ commandEnterInsertModeAppendEOL()
bool NormalViMode::commandEnterInsertModeAppendEOL | ( | ) |
start insert mode after the last character of the line
Definition at line 541 of file normalvimode.cpp.
◆ commandEnterInsertModeBeforeFirstNonBlankInLine()
bool NormalViMode::commandEnterInsertModeBeforeFirstNonBlankInLine | ( | ) |
Definition at line 552 of file normalvimode.cpp.
◆ commandEnterInsertModeLast()
bool NormalViMode::commandEnterInsertModeLast | ( | ) |
enter insert mode at the last insert position
Definition at line 569 of file normalvimode.cpp.
◆ commandEnterReplaceMode()
bool NormalViMode::commandEnterReplaceMode | ( | ) |
Definition at line 655 of file normalvimode.cpp.
◆ commandEnterVisualBlockMode()
bool NormalViMode::commandEnterVisualBlockMode | ( | ) |
Definition at line 590 of file normalvimode.cpp.
◆ commandEnterVisualLineMode()
bool NormalViMode::commandEnterVisualLineMode | ( | ) |
Definition at line 580 of file normalvimode.cpp.
◆ commandEnterVisualMode()
bool NormalViMode::commandEnterVisualMode | ( | ) |
Definition at line 635 of file normalvimode.cpp.
◆ commandExpandAll()
bool NormalViMode::commandExpandAll | ( | ) |
Definition at line 1927 of file normalvimode.cpp.
◆ commandExpandLocal()
bool NormalViMode::commandExpandLocal | ( | ) |
Definition at line 1934 of file normalvimode.cpp.
◆ commandFormatLine()
bool NormalViMode::commandFormatLine | ( | ) |
Definition at line 1862 of file normalvimode.cpp.
◆ commandFormatLines()
bool NormalViMode::commandFormatLines | ( | ) |
Definition at line 1871 of file normalvimode.cpp.
◆ commandGoToNextJump()
bool NormalViMode::commandGoToNextJump | ( | ) |
Definition at line 1779 of file normalvimode.cpp.
◆ commandGoToPrevJump()
bool NormalViMode::commandGoToPrevJump | ( | ) |
Definition at line 1787 of file normalvimode.cpp.
◆ commandgPaste()
bool NormalViMode::commandgPaste | ( | ) |
Definition at line 1266 of file normalvimode.cpp.
◆ commandgPasteBefore()
bool NormalViMode::commandgPasteBefore | ( | ) |
Definition at line 1273 of file normalvimode.cpp.
◆ commandIndentedPaste()
bool NormalViMode::commandIndentedPaste | ( | ) |
Definition at line 1278 of file normalvimode.cpp.
◆ commandIndentedPasteBefore()
bool NormalViMode::commandIndentedPasteBefore | ( | ) |
Definition at line 1283 of file normalvimode.cpp.
◆ commandIndentLine()
bool NormalViMode::commandIndentLine | ( | ) |
Definition at line 1491 of file normalvimode.cpp.
◆ commandIndentLines()
bool NormalViMode::commandIndentLines | ( | ) |
Definition at line 1509 of file normalvimode.cpp.
◆ commandJoinLines()
bool NormalViMode::commandJoinLines | ( | ) |
Definition at line 1016 of file normalvimode.cpp.
◆ commandMakeLowercase()
bool NormalViMode::commandMakeLowercase | ( | ) |
Definition at line 762 of file normalvimode.cpp.
◆ commandMakeLowercaseLine()
bool NormalViMode::commandMakeLowercaseLine | ( | ) |
Definition at line 789 of file normalvimode.cpp.
◆ commandMakeUppercase()
bool NormalViMode::commandMakeUppercase | ( | ) |
Definition at line 806 of file normalvimode.cpp.
◆ commandMakeUppercaseLine()
bool NormalViMode::commandMakeUppercaseLine | ( | ) |
Definition at line 834 of file normalvimode.cpp.
◆ commandOpenNewLineOver()
bool NormalViMode::commandOpenNewLineOver | ( | ) |
Definition at line 990 of file normalvimode.cpp.
◆ commandOpenNewLineUnder()
bool NormalViMode::commandOpenNewLineUnder | ( | ) |
Definition at line 971 of file normalvimode.cpp.
◆ commandPaste()
bool NormalViMode::commandPaste | ( | ) |
Definition at line 1250 of file normalvimode.cpp.
◆ commandPasteBefore()
bool NormalViMode::commandPasteBefore | ( | ) |
Definition at line 1256 of file normalvimode.cpp.
◆ commandPrependToBlock()
bool NormalViMode::commandPrependToBlock | ( | ) |
Definition at line 1740 of file normalvimode.cpp.
◆ commandPrintCharacterCode()
bool NormalViMode::commandPrintCharacterCode | ( | ) |
Definition at line 1666 of file normalvimode.cpp.
◆ commandRedo()
bool NormalViMode::commandRedo | ( | ) |
Definition at line 1459 of file normalvimode.cpp.
◆ commandRepeatLastChange()
bool NormalViMode::commandRepeatLastChange | ( | ) |
Definition at line 1690 of file normalvimode.cpp.
◆ commandReplaceCharacter()
bool NormalViMode::commandReplaceCharacter | ( | ) |
Definition at line 1339 of file normalvimode.cpp.
◆ commandReplayMacro()
bool NormalViMode::commandReplayMacro | ( | ) |
Definition at line 1890 of file normalvimode.cpp.
◆ commandReselectVisual()
bool NormalViMode::commandReselectVisual | ( | ) |
Definition at line 600 of file normalvimode.cpp.
◆ commands()
|
protectedvirtual |
Return commands available for this mode.
Overwritten in sub classes to replace them, must be a stable reference!
Definition at line 3964 of file normalvimode.cpp.
◆ commandScrollHalfPageDown()
bool NormalViMode::commandScrollHalfPageDown | ( | ) |
Definition at line 1577 of file normalvimode.cpp.
◆ commandScrollHalfPageUp()
bool NormalViMode::commandScrollHalfPageUp | ( | ) |
Definition at line 1567 of file normalvimode.cpp.
◆ commandScrollPageDown()
bool NormalViMode::commandScrollPageDown | ( | ) |
Definition at line 1547 of file normalvimode.cpp.
◆ commandScrollPageUp()
bool NormalViMode::commandScrollPageUp | ( | ) |
Definition at line 1557 of file normalvimode.cpp.
◆ commandSearchBackward()
bool NormalViMode::commandSearchBackward | ( | ) |
Definition at line 1420 of file normalvimode.cpp.
◆ commandSearchForward()
bool NormalViMode::commandSearchForward | ( | ) |
Definition at line 1427 of file normalvimode.cpp.
◆ commandSetMark()
bool NormalViMode::commandSetMark | ( | ) |
Definition at line 1481 of file normalvimode.cpp.
◆ commandSplitHoriz()
bool NormalViMode::commandSplitHoriz | ( | ) |
Definition at line 1825 of file normalvimode.cpp.
◆ commandSplitVert()
bool NormalViMode::commandSplitVert | ( | ) |
Definition at line 1830 of file normalvimode.cpp.
◆ commandStartRecordingMacro()
bool NormalViMode::commandStartRecordingMacro | ( | ) |
Definition at line 1883 of file normalvimode.cpp.
◆ commandSubstituteChar()
bool NormalViMode::commandSubstituteChar | ( | ) |
Definition at line 1147 of file normalvimode.cpp.
◆ commandSubstituteLine()
bool NormalViMode::commandSubstituteLine | ( | ) |
Definition at line 1159 of file normalvimode.cpp.
◆ commandSubtractFromNumber()
bool NormalViMode::commandSubtractFromNumber | ( | ) |
Definition at line 1733 of file normalvimode.cpp.
◆ commandSwitchToCmdLine()
bool NormalViMode::commandSwitchToCmdLine | ( | ) |
Definition at line 1399 of file normalvimode.cpp.
◆ commandSwitchToDownView()
bool NormalViMode::commandSwitchToDownView | ( | ) |
Definition at line 1801 of file normalvimode.cpp.
◆ commandSwitchToLeftView()
bool NormalViMode::commandSwitchToLeftView | ( | ) |
Definition at line 1795 of file normalvimode.cpp.
◆ commandSwitchToNextTab()
bool NormalViMode::commandSwitchToNextTab | ( | ) |
Definition at line 1840 of file normalvimode.cpp.
◆ commandSwitchToNextView()
bool NormalViMode::commandSwitchToNextView | ( | ) |
Definition at line 1819 of file normalvimode.cpp.
◆ commandSwitchToPrevTab()
bool NormalViMode::commandSwitchToPrevTab | ( | ) |
Definition at line 1851 of file normalvimode.cpp.
◆ commandSwitchToRightView()
bool NormalViMode::commandSwitchToRightView | ( | ) |
Definition at line 1813 of file normalvimode.cpp.
◆ commandSwitchToUpView()
bool NormalViMode::commandSwitchToUpView | ( | ) |
Definition at line 1807 of file normalvimode.cpp.
◆ commandToggleRegionVisibility()
bool NormalViMode::commandToggleRegionVisibility | ( | ) |
Definition at line 1940 of file normalvimode.cpp.
◆ commandToOtherEnd()
bool NormalViMode::commandToOtherEnd | ( | ) |
Definition at line 645 of file normalvimode.cpp.
◆ commandTopView()
bool NormalViMode::commandTopView | ( | bool | onFirst | ) |
Definition at line 1611 of file normalvimode.cpp.
◆ commandTopViewOnCursor()
bool NormalViMode::commandTopViewOnCursor | ( | ) |
Definition at line 1630 of file normalvimode.cpp.
◆ commandTopViewOnNonBlank()
bool NormalViMode::commandTopViewOnNonBlank | ( | ) |
Definition at line 1625 of file normalvimode.cpp.
◆ commandUndo()
bool NormalViMode::commandUndo | ( | ) |
Definition at line 1434 of file normalvimode.cpp.
◆ commandUnindentLine()
bool NormalViMode::commandUnindentLine | ( | ) |
Definition at line 1500 of file normalvimode.cpp.
◆ commandUnindentLines()
bool NormalViMode::commandUnindentLines | ( | ) |
Definition at line 1528 of file normalvimode.cpp.
◆ commandYank()
bool NormalViMode::commandYank | ( | ) |
Definition at line 1165 of file normalvimode.cpp.
◆ commandYankLine()
bool NormalViMode::commandYankLine | ( | ) |
Definition at line 1182 of file normalvimode.cpp.
◆ commandYankToEOL()
bool NormalViMode::commandYankToEOL | ( | ) |
Definition at line 1202 of file normalvimode.cpp.
◆ cursorPosAtEndOfPaste()
|
staticprotected |
Definition at line 3633 of file normalvimode.cpp.
◆ executeCommand()
|
protected |
Definition at line 452 of file normalvimode.cpp.
◆ executeKateCommand()
|
protected |
Definition at line 3948 of file normalvimode.cpp.
◆ findParagraphEnd()
|
protected |
Definition at line 3257 of file normalvimode.cpp.
◆ findParagraphStart()
|
protected |
Definition at line 3232 of file normalvimode.cpp.
◆ findSentenceEnd()
|
protected |
Definition at line 3188 of file normalvimode.cpp.
◆ findSentenceStart()
|
protected |
Definition at line 3143 of file normalvimode.cpp.
◆ generateMatchingItemRegex()
|
protected |
Definition at line 3494 of file normalvimode.cpp.
◆ getFirstNonBlank()
|
protected |
Get the index of the first non-blank character from the given line.
- Parameters
-
line The line to be picked. The current line will picked instead if this parameter is set to a negative value.
- Returns
- the index of the first non-blank character from the given line. If a non-space character cannot be found, the 0 is returned.
Definition at line 3692 of file normalvimode.cpp.
◆ getOperationMode()
|
protected |
Definition at line 3525 of file normalvimode.cpp.
◆ handleKeypress()
|
override |
parses a key stroke to check if it's a valid (part of) a command
- Returns
- true if a command was completed and executed, false otherwise
Definition at line 89 of file normalvimode.cpp.
◆ highlightedYankForDocument()
|
protected |
Definition at line 3822 of file normalvimode.cpp.
◆ highlightYank()
|
protected |
Definition at line 3788 of file normalvimode.cpp.
◆ joinLines()
|
protected |
Definition at line 3647 of file normalvimode.cpp.
◆ motionDown()
Range NormalViMode::motionDown | ( | ) |
Definition at line 1951 of file normalvimode.cpp.
◆ motionDownToFirstNonBlank()
Range NormalViMode::motionDownToFirstNonBlank | ( | ) |
Definition at line 2036 of file normalvimode.cpp.
◆ motionFindChar()
Range NormalViMode::motionFindChar | ( | ) |
Definition at line 2289 of file normalvimode.cpp.
◆ motionFindCharBackward()
Range NormalViMode::motionFindCharBackward | ( | ) |
Definition at line 2318 of file normalvimode.cpp.
◆ motionHalfPageDown()
Range NormalViMode::motionHalfPageDown | ( | ) |
Definition at line 2014 of file normalvimode.cpp.
◆ motionHalfPageUp()
Range NormalViMode::motionHalfPageUp | ( | ) |
Definition at line 2025 of file normalvimode.cpp.
◆ motionLeft()
Range NormalViMode::motionLeft | ( | ) |
Definition at line 1961 of file normalvimode.cpp.
◆ motionPageDown()
Range NormalViMode::motionPageDown | ( | ) |
Definition at line 1990 of file normalvimode.cpp.
◆ motionPageUp()
Range NormalViMode::motionPageUp | ( | ) |
Definition at line 2002 of file normalvimode.cpp.
◆ motionRepeatlastTF()
Range NormalViMode::motionRepeatlastTF | ( | ) |
Definition at line 2428 of file normalvimode.cpp.
◆ motionRepeatlastTFBackward()
Range NormalViMode::motionRepeatlastTFBackward | ( | ) |
Definition at line 2448 of file normalvimode.cpp.
◆ motionRight()
Range NormalViMode::motionRight | ( | ) |
Definition at line 1975 of file normalvimode.cpp.
◆ motions()
|
protectedvirtual |
Return motions available for this mode.
Overwritten in sub classes to replace them, must be a stable reference!
Definition at line 4083 of file normalvimode.cpp.
◆ motionToAfterParagraph()
Range NormalViMode::motionToAfterParagraph | ( | ) |
Definition at line 2942 of file normalvimode.cpp.
◆ motionToBeforeParagraph()
Range NormalViMode::motionToBeforeParagraph | ( | ) |
Definition at line 2914 of file normalvimode.cpp.
◆ motionToChar()
Range NormalViMode::motionToChar | ( | ) |
Definition at line 2355 of file normalvimode.cpp.
◆ motionToCharBackward()
Range NormalViMode::motionToCharBackward | ( | ) |
Definition at line 2388 of file normalvimode.cpp.
◆ motionToColumn0()
Range NormalViMode::motionToColumn0 | ( | ) |
Definition at line 2268 of file normalvimode.cpp.
◆ motionToEndOfPrevWORD()
Range NormalViMode::motionToEndOfPrevWORD | ( | ) |
Definition at line 2214 of file normalvimode.cpp.
◆ motionToEndOfPrevWord()
Range NormalViMode::motionToEndOfPrevWord | ( | ) |
Definition at line 2191 of file normalvimode.cpp.
◆ motionToEndOfWORD()
Range NormalViMode::motionToEndOfWORD | ( | ) |
Definition at line 2170 of file normalvimode.cpp.
◆ motionToEndOfWord()
Range NormalViMode::motionToEndOfWord | ( | ) |
Definition at line 2149 of file normalvimode.cpp.
◆ motionToEOL()
Range NormalViMode::motionToEOL | ( | ) |
Definition at line 2244 of file normalvimode.cpp.
◆ motionToFirstCharacterOfLine()
Range NormalViMode::motionToFirstCharacterOfLine | ( | ) |
Definition at line 2277 of file normalvimode.cpp.
◆ motionToFirstLineOfWindow()
Range NormalViMode::motionToFirstLineOfWindow | ( | ) |
Definition at line 2797 of file normalvimode.cpp.
◆ motionToIncrementalSearchMatch()
Range NormalViMode::motionToIncrementalSearchMatch | ( | ) |
Definition at line 2971 of file normalvimode.cpp.
◆ motionToLastLineOfWindow()
Range NormalViMode::motionToLastLineOfWindow | ( | ) |
Definition at line 2825 of file normalvimode.cpp.
◆ motionToLastNonBlank()
Range NormalViMode::motionToLastNonBlank | ( | ) |
Definition at line 2255 of file normalvimode.cpp.
◆ motionToLineFirst()
Range NormalViMode::motionToLineFirst | ( | ) |
Definition at line 2468 of file normalvimode.cpp.
◆ motionToLineLast()
Range NormalViMode::motionToLineLast | ( | ) |
Definition at line 2481 of file normalvimode.cpp.
◆ motionToMark()
Range NormalViMode::motionToMark | ( | ) |
Definition at line 2514 of file normalvimode.cpp.
◆ motionToMarkLine()
Range NormalViMode::motionToMarkLine | ( | ) |
Definition at line 2536 of file normalvimode.cpp.
◆ motionToMatchingItem()
Range NormalViMode::motionToMatchingItem | ( | ) |
Definition at line 2545 of file normalvimode.cpp.
◆ motionToMiddleLineOfWindow()
Range NormalViMode::motionToMiddleLineOfWindow | ( | ) |
Definition at line 2811 of file normalvimode.cpp.
◆ motionToNextBraceBlockEnd()
Range NormalViMode::motionToNextBraceBlockEnd | ( | ) |
Definition at line 2721 of file normalvimode.cpp.
◆ motionToNextBraceBlockStart()
Range NormalViMode::motionToNextBraceBlockStart | ( | ) |
Definition at line 2668 of file normalvimode.cpp.
◆ motionToNextOccurrence()
Range NormalViMode::motionToNextOccurrence | ( | ) |
Definition at line 2773 of file normalvimode.cpp.
◆ motionToNextSentence()
Range NormalViMode::motionToNextSentence | ( | ) |
Definition at line 2888 of file normalvimode.cpp.
◆ motionToNextVisualLine()
Range NormalViMode::motionToNextVisualLine | ( | ) |
Definition at line 2839 of file normalvimode.cpp.
◆ motionToPreviousBraceBlockEnd()
Range NormalViMode::motionToPreviousBraceBlockEnd | ( | ) |
Definition at line 2750 of file normalvimode.cpp.
◆ motionToPreviousBraceBlockStart()
Range NormalViMode::motionToPreviousBraceBlockStart | ( | ) |
Definition at line 2697 of file normalvimode.cpp.
◆ motionToPreviousSentence()
Range NormalViMode::motionToPreviousSentence | ( | ) |
Definition at line 2849 of file normalvimode.cpp.
◆ motionToPrevOccurrence()
Range NormalViMode::motionToPrevOccurrence | ( | ) |
Definition at line 2785 of file normalvimode.cpp.
◆ motionToPrevVisualLine()
Range NormalViMode::motionToPrevVisualLine | ( | ) |
Definition at line 2844 of file normalvimode.cpp.
◆ motionToScreenColumn()
Range NormalViMode::motionToScreenColumn | ( | ) |
Definition at line 2499 of file normalvimode.cpp.
◆ motionUp()
Range NormalViMode::motionUp | ( | ) |
Definition at line 1956 of file normalvimode.cpp.
◆ motionUpToFirstNonBlank()
Range NormalViMode::motionUpToFirstNonBlank | ( | ) |
Definition at line 2043 of file normalvimode.cpp.
◆ motionWillBeUsedWithCommand()
|
inlineprotected |
Definition at line 297 of file normalvimode.h.
◆ motionWORDBackward()
Range NormalViMode::motionWORDBackward | ( | ) |
Definition at line 2128 of file normalvimode.cpp.
◆ motionWordBackward()
Range NormalViMode::motionWordBackward | ( | ) |
Definition at line 2084 of file normalvimode.cpp.
◆ motionWORDForward()
Range NormalViMode::motionWORDForward | ( | ) |
Definition at line 2106 of file normalvimode.cpp.
◆ motionWordForward()
Range NormalViMode::motionWordForward | ( | ) |
Definition at line 2050 of file normalvimode.cpp.
◆ paste()
|
protected |
Definition at line 3547 of file normalvimode.cpp.
◆ reformatLines()
|
protected |
Definition at line 3662 of file normalvimode.cpp.
◆ reset()
|
virtual |
Definition at line 439 of file normalvimode.cpp.
◆ resetParser()
|
protected |
(re)set to start configuration.
This is done when a command is completed executed or when a command is aborted
Definition at line 410 of file normalvimode.cpp.
◆ shrinkRangeAroundCursor()
|
protected |
Definition at line 3705 of file normalvimode.cpp.
◆ stickStickyColumnToEOL()
|
protected |
Definition at line 2237 of file normalvimode.cpp.
◆ textObjectABackQuote()
Range NormalViMode::textObjectABackQuote | ( | ) |
Definition at line 3397 of file normalvimode.cpp.
◆ textObjectABracket()
Range NormalViMode::textObjectABracket | ( | ) |
Definition at line 3417 of file normalvimode.cpp.
◆ textObjectAComma()
Range NormalViMode::textObjectAComma | ( | ) |
Definition at line 3484 of file normalvimode.cpp.
◆ textObjectACurlyBracket()
Range NormalViMode::textObjectACurlyBracket | ( | ) |
Definition at line 3427 of file normalvimode.cpp.
◆ textObjectAInequalitySign()
Range NormalViMode::textObjectAInequalitySign | ( | ) |
Definition at line 3474 of file normalvimode.cpp.
◆ textObjectAParagraph()
Range NormalViMode::textObjectAParagraph | ( | ) |
Definition at line 3341 of file normalvimode.cpp.
◆ textObjectAParen()
Range NormalViMode::textObjectAParen | ( | ) |
Definition at line 3407 of file normalvimode.cpp.
◆ textObjectAQuoteDouble()
Range NormalViMode::textObjectAQuoteDouble | ( | ) |
Definition at line 3377 of file normalvimode.cpp.
◆ textObjectAQuoteSingle()
Range NormalViMode::textObjectAQuoteSingle | ( | ) |
Definition at line 3387 of file normalvimode.cpp.
◆ textObjectASentence()
Range NormalViMode::textObjectASentence | ( | ) |
Definition at line 3298 of file normalvimode.cpp.
◆ textObjectAWORD()
Range NormalViMode::textObjectAWORD | ( | ) |
Definition at line 3064 of file normalvimode.cpp.
◆ textObjectAWord()
Range NormalViMode::textObjectAWord | ( | ) |
Definition at line 2984 of file normalvimode.cpp.
◆ textObjectComma()
|
protected |
Definition at line 3756 of file normalvimode.cpp.
◆ textObjectInnerBackQuote()
Range NormalViMode::textObjectInnerBackQuote | ( | ) |
Definition at line 3402 of file normalvimode.cpp.
◆ textObjectInnerBracket()
Range NormalViMode::textObjectInnerBracket | ( | ) |
Definition at line 3422 of file normalvimode.cpp.
◆ textObjectInnerComma()
Range NormalViMode::textObjectInnerComma | ( | ) |
Definition at line 3489 of file normalvimode.cpp.
◆ textObjectInnerCurlyBracket()
Range NormalViMode::textObjectInnerCurlyBracket | ( | ) |
Definition at line 3432 of file normalvimode.cpp.
◆ textObjectInnerInequalitySign()
Range NormalViMode::textObjectInnerInequalitySign | ( | ) |
Definition at line 3479 of file normalvimode.cpp.
◆ textObjectInnerParagraph()
Range NormalViMode::textObjectInnerParagraph | ( | ) |
Definition at line 3327 of file normalvimode.cpp.
◆ textObjectInnerParen()
Range NormalViMode::textObjectInnerParen | ( | ) |
Definition at line 3412 of file normalvimode.cpp.
◆ textObjectInnerQuoteDouble()
Range NormalViMode::textObjectInnerQuoteDouble | ( | ) |
Definition at line 3382 of file normalvimode.cpp.
◆ textObjectInnerQuoteSingle()
Range NormalViMode::textObjectInnerQuoteSingle | ( | ) |
Definition at line 3392 of file normalvimode.cpp.
◆ textObjectInnerSentence()
Range NormalViMode::textObjectInnerSentence | ( | ) |
Definition at line 3284 of file normalvimode.cpp.
◆ textObjectInnerWORD()
Range NormalViMode::textObjectInnerWORD | ( | ) |
Definition at line 3118 of file normalvimode.cpp.
◆ textObjectInnerWord()
Range NormalViMode::textObjectInnerWord | ( | ) |
Definition at line 3038 of file normalvimode.cpp.
◆ waitingForRegisterOrCharToSearch()
|
protected |
Definition at line 3829 of file normalvimode.cpp.
Member Data Documentation
◆ m_awaitingMotionOrTextObject
|
protected |
Definition at line 359 of file normalvimode.h.
◆ m_commandShouldKeepSelection
|
protected |
Definition at line 367 of file normalvimode.h.
◆ m_commandWithMotion
|
protected |
Definition at line 364 of file normalvimode.h.
◆ m_countTemp
|
protected |
Definition at line 353 of file normalvimode.h.
◆ m_currentChangeEndMarker
|
protected |
Definition at line 384 of file normalvimode.h.
◆ m_deleteCommand
|
protected |
Definition at line 368 of file normalvimode.h.
◆ m_findWaitingForChar
|
protected |
Definition at line 361 of file normalvimode.h.
◆ m_highlightedYanks
|
protected |
Definition at line 381 of file normalvimode.h.
◆ m_highlightYankAttribute
|
protected |
Definition at line 380 of file normalvimode.h.
◆ m_isRepeatedTFcommand
|
protected |
Definition at line 362 of file normalvimode.h.
◆ m_isUndo
|
protected |
Definition at line 371 of file normalvimode.h.
◆ m_keyParser
|
protected |
Definition at line 378 of file normalvimode.h.
◆ m_keys
|
protected |
Definition at line 350 of file normalvimode.h.
◆ m_lastMotionWasLinewiseInnerBlock
|
protected |
Definition at line 365 of file normalvimode.h.
◆ m_lastTFcommand
|
protected |
Definition at line 351 of file normalvimode.h.
◆ m_linewiseCommand
|
protected |
Definition at line 363 of file normalvimode.h.
◆ m_matchingCommands
|
protected |
Definition at line 357 of file normalvimode.h.
◆ m_matchingItems
Definition at line 375 of file normalvimode.h.
◆ m_matchingMotions
|
protected |
Definition at line 358 of file normalvimode.h.
◆ m_matchItemRegex
|
protected |
Definition at line 376 of file normalvimode.h.
◆ m_motionCanChangeWholeVisualModeSelection
|
protected |
Definition at line 366 of file normalvimode.h.
◆ m_motionOperatorIndex
|
protected |
Definition at line 354 of file normalvimode.h.
◆ m_pendingResetIsDueToExit
|
protected |
Definition at line 370 of file normalvimode.h.
◆ m_positionWhenIncrementalSearchBegan
|
protected |
Definition at line 385 of file normalvimode.h.
◆ m_scroll_count_limit
|
protected |
Definition at line 355 of file normalvimode.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 20 2024 11:56:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.