Home
last modified time | relevance | path

Searched refs:DoNotExpand (Results 1 – 15 of 15) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/emulatedcommandbar/
H A Dmatchhighlighter.cpp20 …Match = m_view->doc()->newMovingRange(KTextEditor::Range::invalid(), Kate::TextRange::DoNotExpand); in MatchHighlighter()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dmovinginterface.h70 … MovingRange::InsertBehaviors insertBehaviors = MovingRange::DoNotExpand,
H A Dmovingrange.h154 DoNotExpand = 0x0, enumerator
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Dmovingrange_test.cpp147 …vingRange(Range(Cursor(0, 2), Cursor(1, 4)), KTextEditor::MovingRange::DoNotExpand, KTextEditor::M… in testFeedbackEmptyRange()
215 …doc.newMovingRange(Range(Cursor(0, 2), Cursor(1, 4)), KTextEditor::MovingRange::DoNotExpand, KText… in testFeedbackInvalidRange()
339 …vingRange(Range(Cursor(0, 2), Cursor(1, 4)), KTextEditor::MovingRange::DoNotExpand, KTextEditor::M… in testFeedbackCaret()
H A Drange_test.cpp126 …doc.transformRange(translateTest, KTextEditor::MovingRange::DoNotExpand, KTextEditor::MovingRange:… in testCornerCaseInsertion()
131 …doc.transformRange(reverseTranslateTest, KTextEditor::MovingRange::DoNotExpand, KTextEditor::Movin… in testCornerCaseInsertion()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dkatetemplatehandler.cpp47 …<MovingRange> selection(doc()->newMovingRange(m_view->selectionRange(), MovingRange::DoNotExpand)); in KateTemplateHandler()
439 m_fields.at(i).range->setInsertBehaviors(MovingRange::DoNotExpand); in updateDependentFields()
490 field.range->setInsertBehaviors(MovingRange::DoNotExpand); in updateRangeBehaviours()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/buffer/
H A Dkatetextrange.cpp72 InsertBehaviors behaviors = DoNotExpand; in insertBehaviors()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/completion/
H A Dkatewordcompletion.cpp267 …>document())->newMovingRange(KTextEditor::Range::invalid(), KTextEditor::MovingRange::DoNotExpand); in KateWordCompletionView()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dkateviewinternal.cpp115 …, m_bm(doc()->newMovingRange(KTextEditor::Range::invalid(), KTextEditor::MovingRange::DoNotExpand)) in KateViewInternal()
116 …mStart(doc()->newMovingRange(KTextEditor::Range::invalid(), KTextEditor::MovingRange::DoNotExpand)) in KateViewInternal()
117 …_bmEnd(doc()->newMovingRange(KTextEditor::Range::invalid(), KTextEditor::MovingRange::DoNotExpand)) in KateViewInternal()
121 …mStart(doc()->newMovingRange(KTextEditor::Range::invalid(), KTextEditor::MovingRange::DoNotExpand)) in KateViewInternal()
122 …_fmEnd(doc()->newMovingRange(KTextEditor::Range::invalid(), KTextEditor::MovingRange::DoNotExpand)) in KateViewInternal()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/search/
H A Dkatesearchbar.cpp316 …:MovingRange *const highlight = m_view->doc()->newMovingRange(range, Kate::TextRange::DoNotExpand); in highlightMatch()
327 …:MovingRange *const highlight = m_view->doc()->newMovingRange(range, Kate::TextRange::DoNotExpand); in highlightReplacement()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.h656 … KTextEditor::MovingRange::InsertBehaviors insertBehaviors = KTextEditor::MovingRange::DoNotExpand,
H A Dkatedocument.cpp3201 …set(newMovingRange({cursorPos - Cursor{0, 1}, insertedAt}, KTextEditor::MovingRange::DoNotExpand)); in typeChars()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py1376 DoNotExpand = 0 variable in KTextEditor.SmartRange
/dports/editors/kate/kate-21.12.3/addons/lspclient/
H A Dlspclientpluginview.cpp1628 …miface->transformRange(result, KTextEditor::MovingRange::DoNotExpand, KTextEditor::MovingRange::Al… in transformRange()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/modes/
H A Dnormalvimode.cpp4016 …ingRange *highlightedYank = m_view->doc()->newMovingRange(yankRange, Kate::TextRange::DoNotExpand); in addHighlightYank()