Home
last modified time | relevance | path

Searched refs:MoveOnInsert (Results 1 – 18 of 18) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Drevision_test.cpp65 doc.transformCursor(c01, MovingCursor::MoveOnInsert, rev, -1); in testTransformCursor()
66 doc.transformCursor(moveOnInsert, MovingCursor::MoveOnInsert, rev, -1); in testTransformCursor()
82 doc.transformCursor(c01, MovingCursor::MoveOnInsert, rev, -1); in testTransformCursor()
83 doc.transformCursor(moveOnInsert, MovingCursor::MoveOnInsert, rev, -1); in testTransformCursor()
H A Dmovingcursor_test.cpp38 MovingCursor *moveOnInsert = doc.newMovingCursor(Cursor(0, 0), MovingCursor::MoveOnInsert); in testMovingCursor()
H A Drange_test.cpp91 …sor *cursor2 = doc.newMovingCursor(KTextEditor::Cursor(), KTextEditor::MovingCursor::MoveOnInsert); in testInsertText()
H A Dkatetextbuffertest.cpp141 …*cursor1 = new Kate::TextCursor(buffer, KTextEditor::Cursor(0, 0), Kate::TextCursor::MoveOnInsert); in cursorTest()
H A Dkatedocument_test.cpp105 MovingCursor *c = doc.newMovingCursor(Cursor(0, 75), MovingCursor::MoveOnInsert); in testWordWrap()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/buffer/
H A Dkatetextrange.cpp18 …), (insertBehavior & ExpandLeft) ? Kate::TextCursor::StayOnInsert : Kate::TextCursor::MoveOnInsert) in TextRange()
19 …this, range.end(), (insertBehavior & ExpandRight) ? Kate::TextCursor::MoveOnInsert : Kate::TextCur… in TextRange()
61 …& ExpandLeft) ? KTextEditor::MovingCursor::StayOnInsert : KTextEditor::MovingCursor::MoveOnInsert); in setInsertBehaviors()
62 …ehavior((_insertBehaviors & ExpandRight) ? KTextEditor::MovingCursor::MoveOnInsert : KTextEditor::… in setInsertBehaviors()
78 if (m_end.insertBehavior() == KTextEditor::MovingCursor::MoveOnInsert) { in insertBehaviors()
H A Dkatetextcursor.h67 m_moveOnInsert = insertBehavior == MoveOnInsert; in setInsertBehavior()
76 return m_moveOnInsert ? MoveOnInsert : StayOnInsert; in insertBehavior()
H A Dkatetextcursor.cpp23 , m_moveOnInsert(insertBehavior == MoveOnInsert) in TextCursor()
35 , m_moveOnInsert(insertBehavior == MoveOnInsert) in TextCursor()
H A Dkatetextfolding.cpp18 : start(new TextCursor(buffer, range.start(), KTextEditor::MovingCursor::MoveOnInsert)) in FoldingRange()
19 , end(new TextCursor(buffer, range.end(), KTextEditor::MovingCursor::MoveOnInsert)) in FoldingRange()
H A Dkatetexthistory.cpp378 bool moveOnInsert = insertBehavior == KTextEditor::MovingCursor::MoveOnInsert; in transformCursor()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dmovinginterface.h60 …st Cursor &position, MovingCursor::InsertBehavior insertBehavior = MovingCursor::MoveOnInsert) = 0;
H A Dmovingcursor.h66 MoveOnInsert = 0x1 ///< move on insert enumerator
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/
H A Dmarks.cpp98 … moveoninsert ? KTextEditor::MovingCursor::MoveOnInsert : KTextEditor::MovingCursor::StayOnInsert; in setMark()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/backgroundparser/
H A Dparsejob.cpp411 … moving->transformCursor(r.start.line, r.start.column, MovingCursor::MoveOnInsert, source, target); in translateRange()
H A Ddocumentchangetracker.cpp250 …ing->transformCursor(range.start.line, range.start.column, KTextEditor::MovingCursor::MoveOnInsert, in transformBetweenRevisions()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.h646 …r::MovingCursor::InsertBehavior insertBehavior = KTextEditor::MovingCursor::MoveOnInsert) override;
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py1069 MoveOnInsert = 0 variable in KTextEditor.SmartCursor
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dkateviewinternal.cpp111 , m_cursor(doc()->buffer(), KTextEditor::Cursor(0, 0), Kate::TextCursor::MoveOnInsert) in KateViewInternal()