#include <normalvimode.h>
|
enum | PasteLocation { AtCurrentPosition
, AfterCurrentPosition
} |
|
Commands for the vi normal mode.
Definition at line 38 of file normalvimode.h.
◆ PasteLocation
enum KateVi::NormalViMode::PasteLocation |
|
protected |
◆ NormalViMode()
NormalViMode::NormalViMode |
( |
InputModeManager * | viInputModeManager, |
|
|
KTextEditor::ViewPrivate * | view, |
|
|
KateViewInternal * | viewInternal ) |
|
explicit |
◆ ~NormalViMode()
NormalViMode::~NormalViMode |
( |
| ) |
|
|
override |
◆ addHighlightYank()
◆ beginMonitoringDocumentChanges()
void NormalViMode::beginMonitoringDocumentChanges |
( |
| ) |
|
◆ commandAbort()
bool NormalViMode::commandAbort |
( |
| ) |
|
◆ commandAddToNumber()
bool NormalViMode::commandAddToNumber |
( |
| ) |
|
◆ commandAlignLine()
bool NormalViMode::commandAlignLine |
( |
| ) |
|
◆ commandAlignLines()
bool NormalViMode::commandAlignLines |
( |
| ) |
|
◆ commandAppendToBlock()
bool NormalViMode::commandAppendToBlock |
( |
| ) |
|
◆ commandBottomView()
bool NormalViMode::commandBottomView |
( |
bool | onFirst | ) |
|
◆ commandBottomViewOnCursor()
bool NormalViMode::commandBottomViewOnCursor |
( |
| ) |
|
◆ commandBottomViewOnNonBlank()
bool NormalViMode::commandBottomViewOnNonBlank |
( |
| ) |
|
◆ commandCenterView()
bool NormalViMode::commandCenterView |
( |
bool | onFirst | ) |
|
◆ commandCenterViewOnCursor()
bool NormalViMode::commandCenterViewOnCursor |
( |
| ) |
|
◆ commandCenterViewOnNonBlank()
bool NormalViMode::commandCenterViewOnNonBlank |
( |
| ) |
|
◆ commandChange()
bool NormalViMode::commandChange |
( |
| ) |
|
◆ commandChangeCase()
bool NormalViMode::commandChangeCase |
( |
| ) |
|
◆ commandChangeCaseLine()
bool NormalViMode::commandChangeCaseLine |
( |
| ) |
|
◆ commandChangeCaseRange()
bool NormalViMode::commandChangeCaseRange |
( |
| ) |
|
◆ commandChangeLine()
bool NormalViMode::commandChangeLine |
( |
| ) |
|
◆ commandChangeToEOL()
bool NormalViMode::commandChangeToEOL |
( |
| ) |
|
◆ commandCloseNocheck()
bool NormalViMode::commandCloseNocheck |
( |
| ) |
|
◆ commandCloseView()
bool NormalViMode::commandCloseView |
( |
| ) |
|
◆ commandCloseWrite()
bool NormalViMode::commandCloseWrite |
( |
| ) |
|
◆ commandCollapseLocal()
bool NormalViMode::commandCollapseLocal |
( |
| ) |
|
◆ commandCollapseToplevelNodes()
bool NormalViMode::commandCollapseToplevelNodes |
( |
| ) |
|
◆ commandDelete()
bool NormalViMode::commandDelete |
( |
| ) |
|
◆ commandDeleteChar()
bool NormalViMode::commandDeleteChar |
( |
| ) |
|
◆ commandDeleteCharBackward()
bool NormalViMode::commandDeleteCharBackward |
( |
| ) |
|
◆ commandDeleteLine()
bool NormalViMode::commandDeleteLine |
( |
| ) |
|
◆ commandDeleteToEOL()
bool NormalViMode::commandDeleteToEOL |
( |
| ) |
|
◆ commandEnterInsertMode()
bool NormalViMode::commandEnterInsertMode |
( |
| ) |
|
◆ commandEnterInsertModeAppend()
bool NormalViMode::commandEnterInsertModeAppend |
( |
| ) |
|
◆ 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 |
( |
| ) |
|
◆ commandEnterInsertModeLast()
bool NormalViMode::commandEnterInsertModeLast |
( |
| ) |
|
◆ commandEnterReplaceMode()
bool NormalViMode::commandEnterReplaceMode |
( |
| ) |
|
◆ commandEnterVisualBlockMode()
bool NormalViMode::commandEnterVisualBlockMode |
( |
| ) |
|
◆ commandEnterVisualLineMode()
bool NormalViMode::commandEnterVisualLineMode |
( |
| ) |
|
◆ commandEnterVisualMode()
bool NormalViMode::commandEnterVisualMode |
( |
| ) |
|
◆ commandExpandAll()
bool NormalViMode::commandExpandAll |
( |
| ) |
|
◆ commandExpandLocal()
bool NormalViMode::commandExpandLocal |
( |
| ) |
|
◆ commandFormatLine()
bool NormalViMode::commandFormatLine |
( |
| ) |
|
◆ commandFormatLines()
bool NormalViMode::commandFormatLines |
( |
| ) |
|
◆ commandGoToNextJump()
bool NormalViMode::commandGoToNextJump |
( |
| ) |
|
◆ commandGoToPrevJump()
bool NormalViMode::commandGoToPrevJump |
( |
| ) |
|
◆ commandgPaste()
bool NormalViMode::commandgPaste |
( |
| ) |
|
◆ commandgPasteBefore()
bool NormalViMode::commandgPasteBefore |
( |
| ) |
|
◆ commandIndentedPaste()
bool NormalViMode::commandIndentedPaste |
( |
| ) |
|
◆ commandIndentedPasteBefore()
bool NormalViMode::commandIndentedPasteBefore |
( |
| ) |
|
◆ commandIndentLine()
bool NormalViMode::commandIndentLine |
( |
| ) |
|
◆ commandIndentLines()
bool NormalViMode::commandIndentLines |
( |
| ) |
|
◆ commandJoinLines()
bool NormalViMode::commandJoinLines |
( |
| ) |
|
◆ commandMakeLowercase()
bool NormalViMode::commandMakeLowercase |
( |
| ) |
|
◆ commandMakeLowercaseLine()
bool NormalViMode::commandMakeLowercaseLine |
( |
| ) |
|
◆ commandMakeUppercase()
bool NormalViMode::commandMakeUppercase |
( |
| ) |
|
◆ commandMakeUppercaseLine()
bool NormalViMode::commandMakeUppercaseLine |
( |
| ) |
|
◆ commandOpenNewLineOver()
bool NormalViMode::commandOpenNewLineOver |
( |
| ) |
|
◆ commandOpenNewLineUnder()
bool NormalViMode::commandOpenNewLineUnder |
( |
| ) |
|
◆ commandPaste()
bool NormalViMode::commandPaste |
( |
| ) |
|
◆ commandPasteBefore()
bool NormalViMode::commandPasteBefore |
( |
| ) |
|
◆ commandPrependToBlock()
bool NormalViMode::commandPrependToBlock |
( |
| ) |
|
◆ commandPrintCharacterCode()
bool NormalViMode::commandPrintCharacterCode |
( |
| ) |
|
◆ commandRedo()
bool NormalViMode::commandRedo |
( |
| ) |
|
◆ commandRepeatLastChange()
bool NormalViMode::commandRepeatLastChange |
( |
| ) |
|
◆ commandReplaceCharacter()
bool NormalViMode::commandReplaceCharacter |
( |
| ) |
|
◆ commandReplayMacro()
bool NormalViMode::commandReplayMacro |
( |
| ) |
|
◆ commandReselectVisual()
bool NormalViMode::commandReselectVisual |
( |
| ) |
|
◆ commands()
const std::vector< Command > & NormalViMode::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 |
( |
| ) |
|
◆ commandScrollHalfPageUp()
bool NormalViMode::commandScrollHalfPageUp |
( |
| ) |
|
◆ commandScrollPageDown()
bool NormalViMode::commandScrollPageDown |
( |
| ) |
|
◆ commandScrollPageUp()
bool NormalViMode::commandScrollPageUp |
( |
| ) |
|
◆ commandSearchBackward()
bool NormalViMode::commandSearchBackward |
( |
| ) |
|
◆ commandSearchForward()
bool NormalViMode::commandSearchForward |
( |
| ) |
|
◆ commandSetMark()
bool NormalViMode::commandSetMark |
( |
| ) |
|
◆ commandSplitHoriz()
bool NormalViMode::commandSplitHoriz |
( |
| ) |
|
◆ commandSplitVert()
bool NormalViMode::commandSplitVert |
( |
| ) |
|
◆ commandStartRecordingMacro()
bool NormalViMode::commandStartRecordingMacro |
( |
| ) |
|
◆ commandSubstituteChar()
bool NormalViMode::commandSubstituteChar |
( |
| ) |
|
◆ commandSubstituteLine()
bool NormalViMode::commandSubstituteLine |
( |
| ) |
|
◆ commandSubtractFromNumber()
bool NormalViMode::commandSubtractFromNumber |
( |
| ) |
|
◆ commandSwitchToCmdLine()
bool NormalViMode::commandSwitchToCmdLine |
( |
| ) |
|
◆ commandSwitchToDownView()
bool NormalViMode::commandSwitchToDownView |
( |
| ) |
|
◆ commandSwitchToLeftView()
bool NormalViMode::commandSwitchToLeftView |
( |
| ) |
|
◆ commandSwitchToNextTab()
bool NormalViMode::commandSwitchToNextTab |
( |
| ) |
|
◆ commandSwitchToNextView()
bool NormalViMode::commandSwitchToNextView |
( |
| ) |
|
◆ commandSwitchToPrevTab()
bool NormalViMode::commandSwitchToPrevTab |
( |
| ) |
|
◆ commandSwitchToRightView()
bool NormalViMode::commandSwitchToRightView |
( |
| ) |
|
◆ commandSwitchToUpView()
bool NormalViMode::commandSwitchToUpView |
( |
| ) |
|
◆ commandToggleRegionVisibility()
bool NormalViMode::commandToggleRegionVisibility |
( |
| ) |
|
◆ commandToOtherEnd()
bool NormalViMode::commandToOtherEnd |
( |
| ) |
|
◆ commandTopView()
bool NormalViMode::commandTopView |
( |
bool | onFirst | ) |
|
◆ commandTopViewOnCursor()
bool NormalViMode::commandTopViewOnCursor |
( |
| ) |
|
◆ commandTopViewOnNonBlank()
bool NormalViMode::commandTopViewOnNonBlank |
( |
| ) |
|
◆ commandUndo()
bool NormalViMode::commandUndo |
( |
| ) |
|
◆ commandUnindentLine()
bool NormalViMode::commandUnindentLine |
( |
| ) |
|
◆ commandUnindentLines()
bool NormalViMode::commandUnindentLines |
( |
| ) |
|
◆ commandYank()
bool NormalViMode::commandYank |
( |
| ) |
|
◆ commandYankLine()
bool NormalViMode::commandYankLine |
( |
| ) |
|
◆ commandYankToEOL()
bool NormalViMode::commandYankToEOL |
( |
| ) |
|
◆ cursorPosAtEndOfPaste()
◆ executeCommand()
void NormalViMode::executeCommand |
( |
const Command * | cmd | ) |
|
|
protected |
◆ executeKateCommand()
bool NormalViMode::executeKateCommand |
( |
const QString & | command | ) |
|
|
protected |
◆ findParagraphEnd()
◆ findParagraphStart()
◆ findSentenceEnd()
◆ findSentenceStart()
◆ generateMatchingItemRegex()
◆ getFirstNonBlank()
int NormalViMode::getFirstNonBlank |
( |
int | line = -1 | ) |
const |
|
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()
OperationMode NormalViMode::getOperationMode |
( |
| ) |
const |
|
protected |
◆ handleKeypress()
bool NormalViMode::handleKeypress |
( |
const QKeyEvent * | e | ) |
|
|
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()
◆ highlightYank()
void NormalViMode::highlightYank |
( |
const Range & | range, |
|
|
const OperationMode | mode = CharWise ) |
|
protected |
◆ joinLines()
void NormalViMode::joinLines |
( |
unsigned int | from, |
|
|
unsigned int | to ) const |
|
protected |
◆ motionDown()
Range NormalViMode::motionDown |
( |
| ) |
|
◆ motionDownToFirstNonBlank()
Range NormalViMode::motionDownToFirstNonBlank |
( |
| ) |
|
◆ motionFindChar()
Range NormalViMode::motionFindChar |
( |
| ) |
|
◆ motionFindCharBackward()
Range NormalViMode::motionFindCharBackward |
( |
| ) |
|
◆ motionHalfPageDown()
Range NormalViMode::motionHalfPageDown |
( |
| ) |
|
◆ motionHalfPageUp()
Range NormalViMode::motionHalfPageUp |
( |
| ) |
|
◆ motionLeft()
Range NormalViMode::motionLeft |
( |
| ) |
|
◆ motionPageDown()
Range NormalViMode::motionPageDown |
( |
| ) |
|
◆ motionPageUp()
Range NormalViMode::motionPageUp |
( |
| ) |
|
◆ motionRepeatlastTF()
Range NormalViMode::motionRepeatlastTF |
( |
| ) |
|
◆ motionRepeatlastTFBackward()
Range NormalViMode::motionRepeatlastTFBackward |
( |
| ) |
|
◆ motionRight()
Range NormalViMode::motionRight |
( |
| ) |
|
◆ motions()
const std::vector< Motion > & NormalViMode::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 |
( |
| ) |
|
◆ motionToBeforeParagraph()
Range NormalViMode::motionToBeforeParagraph |
( |
| ) |
|
◆ motionToChar()
Range NormalViMode::motionToChar |
( |
| ) |
|
◆ motionToCharBackward()
Range NormalViMode::motionToCharBackward |
( |
| ) |
|
◆ motionToColumn0()
Range NormalViMode::motionToColumn0 |
( |
| ) |
|
◆ motionToEndOfPrevWORD()
Range NormalViMode::motionToEndOfPrevWORD |
( |
| ) |
|
◆ motionToEndOfPrevWord()
Range NormalViMode::motionToEndOfPrevWord |
( |
| ) |
|
◆ motionToEndOfWORD()
Range NormalViMode::motionToEndOfWORD |
( |
| ) |
|
◆ motionToEndOfWord()
Range NormalViMode::motionToEndOfWord |
( |
| ) |
|
◆ motionToEOL()
Range NormalViMode::motionToEOL |
( |
| ) |
|
◆ motionToFirstCharacterOfLine()
Range NormalViMode::motionToFirstCharacterOfLine |
( |
| ) |
|
◆ motionToFirstLineOfWindow()
Range NormalViMode::motionToFirstLineOfWindow |
( |
| ) |
|
◆ motionToIncrementalSearchMatch()
Range NormalViMode::motionToIncrementalSearchMatch |
( |
| ) |
|
◆ motionToLastLineOfWindow()
Range NormalViMode::motionToLastLineOfWindow |
( |
| ) |
|
◆ motionToLastNonBlank()
Range NormalViMode::motionToLastNonBlank |
( |
| ) |
|
◆ motionToLineFirst()
Range NormalViMode::motionToLineFirst |
( |
| ) |
|
◆ motionToLineLast()
Range NormalViMode::motionToLineLast |
( |
| ) |
|
◆ motionToMark()
Range NormalViMode::motionToMark |
( |
| ) |
|
◆ motionToMarkLine()
Range NormalViMode::motionToMarkLine |
( |
| ) |
|
◆ motionToMatchingItem()
Range NormalViMode::motionToMatchingItem |
( |
| ) |
|
◆ motionToMiddleLineOfWindow()
Range NormalViMode::motionToMiddleLineOfWindow |
( |
| ) |
|
◆ motionToNextBraceBlockEnd()
Range NormalViMode::motionToNextBraceBlockEnd |
( |
| ) |
|
◆ motionToNextBraceBlockStart()
Range NormalViMode::motionToNextBraceBlockStart |
( |
| ) |
|
◆ motionToNextOccurrence()
Range NormalViMode::motionToNextOccurrence |
( |
| ) |
|
◆ motionToNextSentence()
Range NormalViMode::motionToNextSentence |
( |
| ) |
|
◆ motionToNextVisualLine()
Range NormalViMode::motionToNextVisualLine |
( |
| ) |
|
◆ motionToPreviousBraceBlockEnd()
Range NormalViMode::motionToPreviousBraceBlockEnd |
( |
| ) |
|
◆ motionToPreviousBraceBlockStart()
Range NormalViMode::motionToPreviousBraceBlockStart |
( |
| ) |
|
◆ motionToPreviousSentence()
Range NormalViMode::motionToPreviousSentence |
( |
| ) |
|
◆ motionToPrevOccurrence()
Range NormalViMode::motionToPrevOccurrence |
( |
| ) |
|
◆ motionToPrevVisualLine()
Range NormalViMode::motionToPrevVisualLine |
( |
| ) |
|
◆ motionToScreenColumn()
Range NormalViMode::motionToScreenColumn |
( |
| ) |
|
◆ motionUp()
Range NormalViMode::motionUp |
( |
| ) |
|
◆ motionUpToFirstNonBlank()
Range NormalViMode::motionUpToFirstNonBlank |
( |
| ) |
|
◆ motionWillBeUsedWithCommand()
bool KateVi::NormalViMode::motionWillBeUsedWithCommand |
( |
| ) |
const |
|
inlineprotected |
◆ motionWORDBackward()
Range NormalViMode::motionWORDBackward |
( |
| ) |
|
◆ motionWordBackward()
Range NormalViMode::motionWordBackward |
( |
| ) |
|
◆ motionWORDForward()
Range NormalViMode::motionWORDForward |
( |
| ) |
|
◆ motionWordForward()
Range NormalViMode::motionWordForward |
( |
| ) |
|
◆ paste()
bool NormalViMode::paste |
( |
NormalViMode::PasteLocation | pasteLocation, |
|
|
bool | isgPaste, |
|
|
bool | isIndentedPaste ) |
|
protected |
◆ reformatLines()
void NormalViMode::reformatLines |
( |
unsigned int | from, |
|
|
unsigned int | to ) const |
|
protected |
◆ reset()
void NormalViMode::reset |
( |
| ) |
|
|
virtual |
◆ resetParser()
void NormalViMode::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()
void NormalViMode::shrinkRangeAroundCursor |
( |
Range & | toShrink, |
|
|
const Range & | rangeToShrinkTo ) const |
|
protected |
◆ stickStickyColumnToEOL()
void NormalViMode::stickStickyColumnToEOL |
( |
| ) |
|
|
protected |
◆ textObjectABackQuote()
Range NormalViMode::textObjectABackQuote |
( |
| ) |
|
◆ textObjectABracket()
Range NormalViMode::textObjectABracket |
( |
| ) |
|
◆ textObjectAComma()
Range NormalViMode::textObjectAComma |
( |
| ) |
|
◆ textObjectACurlyBracket()
Range NormalViMode::textObjectACurlyBracket |
( |
| ) |
|
◆ textObjectAInequalitySign()
Range NormalViMode::textObjectAInequalitySign |
( |
| ) |
|
◆ textObjectAParagraph()
Range NormalViMode::textObjectAParagraph |
( |
| ) |
|
◆ textObjectAParen()
Range NormalViMode::textObjectAParen |
( |
| ) |
|
◆ textObjectAQuoteDouble()
Range NormalViMode::textObjectAQuoteDouble |
( |
| ) |
|
◆ textObjectAQuoteSingle()
Range NormalViMode::textObjectAQuoteSingle |
( |
| ) |
|
◆ textObjectASentence()
Range NormalViMode::textObjectASentence |
( |
| ) |
|
◆ textObjectAWORD()
Range NormalViMode::textObjectAWORD |
( |
| ) |
|
◆ textObjectAWord()
Range NormalViMode::textObjectAWord |
( |
| ) |
|
◆ textObjectComma()
Range NormalViMode::textObjectComma |
( |
bool | inner | ) |
const |
|
protected |
◆ textObjectInnerBackQuote()
Range NormalViMode::textObjectInnerBackQuote |
( |
| ) |
|
◆ textObjectInnerBracket()
Range NormalViMode::textObjectInnerBracket |
( |
| ) |
|
◆ textObjectInnerComma()
Range NormalViMode::textObjectInnerComma |
( |
| ) |
|
◆ textObjectInnerCurlyBracket()
Range NormalViMode::textObjectInnerCurlyBracket |
( |
| ) |
|
◆ textObjectInnerInequalitySign()
Range NormalViMode::textObjectInnerInequalitySign |
( |
| ) |
|
◆ textObjectInnerParagraph()
Range NormalViMode::textObjectInnerParagraph |
( |
| ) |
|
◆ textObjectInnerParen()
Range NormalViMode::textObjectInnerParen |
( |
| ) |
|
◆ textObjectInnerQuoteDouble()
Range NormalViMode::textObjectInnerQuoteDouble |
( |
| ) |
|
◆ textObjectInnerQuoteSingle()
Range NormalViMode::textObjectInnerQuoteSingle |
( |
| ) |
|
◆ textObjectInnerSentence()
Range NormalViMode::textObjectInnerSentence |
( |
| ) |
|
◆ textObjectInnerWORD()
Range NormalViMode::textObjectInnerWORD |
( |
| ) |
|
◆ textObjectInnerWord()
Range NormalViMode::textObjectInnerWord |
( |
| ) |
|
◆ waitingForRegisterOrCharToSearch()
bool NormalViMode::waitingForRegisterOrCharToSearch |
( |
| ) |
|
|
protected |
◆ m_awaitingMotionOrTextObject
QStack<int> KateVi::NormalViMode::m_awaitingMotionOrTextObject |
|
protected |
◆ m_commandShouldKeepSelection
bool KateVi::NormalViMode::m_commandShouldKeepSelection |
|
protected |
◆ m_commandWithMotion
bool KateVi::NormalViMode::m_commandWithMotion |
|
protected |
◆ m_countTemp
unsigned int KateVi::NormalViMode::m_countTemp |
|
protected |
◆ m_currentChangeEndMarker
◆ m_deleteCommand
bool KateVi::NormalViMode::m_deleteCommand |
|
protected |
◆ m_findWaitingForChar
bool KateVi::NormalViMode::m_findWaitingForChar |
|
protected |
◆ m_highlightedYanks
◆ m_highlightYankAttribute
◆ m_isRepeatedTFcommand
bool KateVi::NormalViMode::m_isRepeatedTFcommand |
|
protected |
◆ m_isUndo
bool KateVi::NormalViMode::m_isUndo |
|
protected |
◆ m_keyParser
◆ m_keys
QString KateVi::NormalViMode::m_keys |
|
protected |
◆ m_lastMotionWasLinewiseInnerBlock
bool KateVi::NormalViMode::m_lastMotionWasLinewiseInnerBlock |
|
protected |
◆ m_lastTFcommand
QString KateVi::NormalViMode::m_lastTFcommand |
|
protected |
◆ m_linewiseCommand
bool KateVi::NormalViMode::m_linewiseCommand |
|
protected |
◆ m_matchingCommands
QList<int> KateVi::NormalViMode::m_matchingCommands |
|
protected |
◆ m_matchingItems
◆ m_matchingMotions
QList<int> KateVi::NormalViMode::m_matchingMotions |
|
protected |
◆ m_matchItemRegex
◆ m_motionCanChangeWholeVisualModeSelection
bool KateVi::NormalViMode::m_motionCanChangeWholeVisualModeSelection |
|
protected |
◆ m_motionOperatorIndex
int KateVi::NormalViMode::m_motionOperatorIndex |
|
protected |
◆ m_pendingResetIsDueToExit
bool KateVi::NormalViMode::m_pendingResetIsDueToExit |
|
protected |
◆ m_positionWhenIncrementalSearchBegan
◆ m_scroll_count_limit
int KateVi::NormalViMode::m_scroll_count_limit |
|
protected |
The documentation for this class was generated from the following files: