38class NormalViMode :
public ModeBase
40 friend KateViInputMode;
43 explicit NormalViMode(InputModeManager *viInputModeManager, KTextEditor::ViewPrivate *view, KateViewInternal *viewInternal);
44 ~NormalViMode()
override;
51 bool commandEnterInsertModeBeforeFirstNonBlankInLine();
54 bool commandEnterVisualMode();
55 bool commandEnterVisualLineMode();
56 bool commandEnterVisualBlockMode();
57 bool commandReselectVisual();
58 bool commandToOtherEnd();
60 bool commandEnterReplaceMode();
63 bool commandDeleteToEOL();
64 bool commandDeleteLine();
66 bool commandMakeLowercase();
67 bool commandMakeLowercaseLine();
68 bool commandMakeUppercase();
69 bool commandMakeUppercaseLine();
70 bool commandChangeCase();
71 bool commandChangeCaseRange();
72 bool commandChangeCaseLine();
74 bool commandOpenNewLineUnder();
75 bool commandOpenNewLineOver();
77 bool commandJoinLines();
79 bool commandToggleComment();
82 bool commandChangeLine();
83 bool commandChangeToEOL();
84 bool commandSubstituteChar();
85 bool commandSubstituteLine();
88 bool commandYankLine();
89 bool commandYankToEOL();
92 bool commandPasteBefore();
95 bool commandgPasteBefore();
97 bool commandIndentedPaste();
98 bool commandIndentedPasteBefore();
100 bool commandDeleteChar();
101 bool commandDeleteCharBackward();
103 bool commandReplaceCharacter();
105 bool commandSwitchToCmdLine();
106 bool commandSearchBackward();
107 bool commandSearchForward();
111 bool commandSetMark();
113 bool commandIndentLine();
114 bool commandUnindentLine();
115 bool commandIndentLines();
116 bool commandUnindentLines();
118 bool commandScrollPageDown();
119 bool commandScrollPageUp();
120 bool commandScrollHalfPageUp();
121 bool commandScrollHalfPageDown();
123 bool commandCenterView(
bool onFirst);
124 bool commandCenterViewOnNonBlank();
125 bool commandCenterViewOnCursor();
126 bool commandTopView(
bool onFirst);
127 bool commandTopViewOnNonBlank();
128 bool commandTopViewOnCursor();
129 bool commandBottomView(
bool onFirst);
130 bool commandBottomViewOnNonBlank();
131 bool commandBottomViewOnCursor();
135 bool commandPrintCharacterCode();
137 bool commandRepeatLastChange();
139 bool commandAlignLine();
140 bool commandAlignLines();
142 bool commandAddToNumber();
143 bool commandSubtractFromNumber();
145 bool commandPrependToBlock();
146 bool commandAppendToBlock();
148 bool commandGoToNextJump();
149 bool commandGoToPrevJump();
151 bool commandSwitchToLeftView();
152 bool commandSwitchToUpView();
153 bool commandSwitchToDownView();
154 bool commandSwitchToRightView();
155 bool commandSwitchToNextView();
157 bool commandSplitHoriz();
158 bool commandSplitVert();
159 bool commandCloseView();
161 bool commandSwitchToNextTab();
162 bool commandSwitchToPrevTab();
164 bool commandFormatLine();
165 bool commandFormatLines();
167 bool commandCollapseToplevelNodes();
168 bool commandCollapseLocal();
169 bool commandExpandAll();
170 bool commandExpandLocal();
171 bool commandToggleRegionVisibility();
173 bool commandStartRecordingMacro();
174 bool commandReplayMacro();
176 bool commandCloseWrite();
177 bool commandCloseNocheck();
186 Range motionPageDown();
187 Range motionPageUp();
188 Range motionHalfPageDown();
189 Range motionHalfPageUp();
191 Range motionUpToFirstNonBlank();
192 Range motionDownToFirstNonBlank();
194 Range motionWordForward();
195 Range motionWordBackward();
196 Range motionWORDForward();
197 Range motionWORDBackward();
199 Range motionToEndOfWord();
200 Range motionToEndOfWORD();
201 Range motionToEndOfPrevWord();
202 Range motionToEndOfPrevWORD();
204 Range motionFindChar();
205 Range motionFindCharBackward();
206 Range motionToChar();
207 Range motionToCharBackward();
208 Range motionRepeatlastTF();
209 Range motionRepeatlastTFBackward();
212 Range motionToLastNonBlank();
213 Range motionToColumn0();
214 Range motionToFirstCharacterOfLine();
216 Range motionToLineFirst();
217 Range motionToLineLast();
219 Range motionToScreenColumn();
221 Range motionToMark();
222 Range motionToMarkLine();
224 Range motionToMatchingItem();
226 Range motionToPreviousBraceBlockStart();
227 Range motionToNextBraceBlockStart();
228 Range motionToPreviousBraceBlockEnd();
229 Range motionToNextBraceBlockEnd();
231 Range motionToNextOccurrence();
232 Range motionToPrevOccurrence();
234 Range motionToFirstLineOfWindow();
235 Range motionToMiddleLineOfWindow();
236 Range motionToLastLineOfWindow();
238 Range motionToNextVisualLine();
239 Range motionToPrevVisualLine();
241 Range motionToPreviousSentence();
242 Range motionToNextSentence();
244 Range motionToBeforeParagraph();
245 Range motionToAfterParagraph();
247 Range motionToIncrementalSearchMatch();
251 Range textObjectAWord();
252 Range textObjectInnerWord();
253 Range textObjectAWORD();
254 Range textObjectInnerWORD();
256 Range textObjectInnerSentence();
257 Range textObjectASentence();
259 Range textObjectInnerParagraph();
260 Range textObjectAParagraph();
262 Range textObjectAQuoteDouble();
263 Range textObjectInnerQuoteDouble();
265 Range textObjectAQuoteSingle();
266 Range textObjectInnerQuoteSingle();
268 Range textObjectABackQuote();
269 Range textObjectInnerBackQuote();
271 Range textObjectAParen();
272 Range textObjectInnerParen();
274 Range textObjectABracket();
275 Range textObjectInnerBracket();
277 Range textObjectACurlyBracket();
278 Range textObjectInnerCurlyBracket();
280 Range textObjectAInequalitySign();
281 Range textObjectInnerInequalitySign();
283 Range textObjectAComma();
284 Range textObjectInnerComma();
286 virtual void reset();
288 void beginMonitoringDocumentChanges();
293 void executeCommand(
const Command *cmd);
294 OperationMode getOperationMode()
const;
296 void highlightYank(
const Range &range,
const OperationMode mode = CharWise);
299 bool motionWillBeUsedWithCommand()
const
301 return !m_awaitingMotionOrTextObject.isEmpty();
304 void joinLines(
unsigned int from,
unsigned int to)
const;
305 void reformatLines(
unsigned int from,
unsigned int to)
const;
306 bool executeKateCommand(
const QString &command);
318 Range textObjectComma(
bool inner)
const;
319 void shrinkRangeAroundCursor(Range &toShrink,
const Range &rangeToShrinkTo)
const;
329 virtual const std::vector<Command> &
commands();
335 virtual const std::vector<Motion> &
motions();
344 bool paste(NormalViMode::PasteLocation pasteLocation,
bool isgPaste,
bool isIndentedPaste);
349 void stickStickyColumnToEOL();
355 unsigned int m_countTemp;
356 int m_motionOperatorIndex;
357 int m_scroll_count_limit;
363 bool m_findWaitingForChar;
364 bool m_isRepeatedTFcommand;
365 bool m_linewiseCommand;
366 bool m_commandWithMotion;
367 bool m_lastMotionWasLinewiseInnerBlock;
368 bool m_motionCanChangeWholeVisualModeSelection;
369 bool m_commandShouldKeepSelection;
370 bool m_deleteCommand;
372 bool m_pendingResetIsDueToExit;
374 bool waitingForRegisterOrCharToSearch();
392 void undoBeginning();
395 void updateYankHighlightAttrib();
396 void clearYankHighlight();