Home
last modified time | relevance | path

Searched refs:ExpandRight (Results 1 – 23 of 23) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Drevision_test.cpp114 …doc.transformRange(r1, MovingRange::ExpandLeft | MovingRange::ExpandRight, MovingRange::AllowEmpty… in testTransformRange()
115 …doc.transformRange(r2, MovingRange::ExpandLeft | MovingRange::ExpandRight, MovingRange::AllowEmpty… in testTransformRange()
116 …doc.transformRange(invalidOnEmpty, MovingRange::ExpandLeft | MovingRange::ExpandRight, MovingRange… in testTransformRange()
133 …doc.transformRange(r1, MovingRange::ExpandLeft | MovingRange::ExpandRight, MovingRange::AllowEmpty… in testTransformRange()
134 doc.transformRange(r2, MovingRange::ExpandRight, MovingRange::AllowEmpty, rev, -1); in testTransformRange()
135 …doc.transformRange(invalidOnEmpty, MovingRange::ExpandLeft | MovingRange::ExpandRight, MovingRange… in testTransformRange()
H A Dmovingrange_test.cpp290 … KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight, in testFeedbackCaret()
407 … KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight, in testFeedbackMouse()
448 …nstexpr auto expand = KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight; in testLineRemoved()
474 … KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight, in testLineWrapOrUnwrapUpdateRangeForLineCache()
H A Dkatetextblocktest.cpp136 … range(buf, KTextEditor::Range(0, 1, 0, 2), KTextEditor::MovingRange::InsertBehavior::ExpandRight); in testTextRanges()
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFX4Splitter.h95 ExpandRight = ExpandTopRight|ExpandBottomRight, /// Expand right children enumerator
96 ExpandAll = ExpandLeft|ExpandRight /// Expand all children
104 ID_EXPAND_RIGHT=ID_EXPAND_NONE+ExpandRight,
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFX4Splitter.h95 ExpandRight = ExpandTopRight|ExpandBottomRight, /// Expand right children enumerator
96 ExpandAll = ExpandLeft|ExpandRight /// Expand all children
104 ID_EXPAND_RIGHT=ID_EXPAND_NONE+ExpandRight,
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFX4Splitter.h104 ExpandRight = ExpandTopRight|ExpandBottomRight, /// Expand right children enumerator
107 ExpandAll = ExpandLeft|ExpandRight /// Expand all children
115 ID_EXPAND_RIGHT=ID_EXPAND_NONE+ExpandRight,
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFX4Splitter.h104 ExpandRight = ExpandTopRight|ExpandBottomRight, /// Expand right children enumerator
107 ExpandAll = ExpandLeft|ExpandRight /// Expand all children
115 ID_EXPAND_RIGHT=ID_EXPAND_NONE+ExpandRight,
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/buffer/
H A Dkatetextrange.cpp19 …, m_end(buffer, this, range.end(), (insertBehavior & ExpandRight) ? Kate::TextCursor::MoveOnInsert… in TextRange()
62 …m_end.setInsertBehavior((_insertBehaviors & ExpandRight) ? KTextEditor::MovingCursor::MoveOnInsert… in setInsertBehaviors()
79 behaviors |= ExpandRight; in insertBehaviors()
H A Dkatetexthistory.cpp438 bool moveOnInsertEnd = (insertBehaviors & KTextEditor::MovingRange::ExpandRight); in transformRange()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dkatetemplatehandler.cpp184 …plateRange.reset(doc()->newMovingRange(range, MovingRange::ExpandLeft | MovingRange::ExpandRight)); in slotTemplateInserted()
279 …chStart + Cursor(0, match.capturedLength(0))}, MovingRange::ExpandLeft | MovingRange::ExpandRight); in parseFields()
441 … m_fields.at(i).range->setInsertBehaviors(MovingRange::ExpandLeft | MovingRange::ExpandRight); in updateDependentFields()
493 field.range->setInsertBehaviors(MovingRange::ExpandRight); in updateRangeBehaviours()
496 field.range->setInsertBehaviors(MovingRange::ExpandLeft | MovingRange::ExpandRight); in updateRangeBehaviours()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/editor/
H A Dpersistentmovingrangeprivate.cpp27 KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight); in connectTracker()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/search/
H A Dkatematch.cpp40 …ovingRange(range(), KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight)); in replace()
H A Dkatesearchbar.cpp518 …r::Range::invalid(), KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight); in findOrReplace()
572 …ingRange(inputRange, KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight); in findOrReplace()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dmovingrange.h158 ExpandRight = 0x2 enumerator
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/spellcheck/
H A Dspellcheckdialog.cpp125 …::Range(start, end), KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight); in spellcheck()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dkateview.cpp2824 m_selection.setInsertBehaviors(Kate::TextRange::ExpandLeft | Kate::TextRange::ExpandRight); in comment()
2826 m_selection.setInsertBehaviors(Kate::TextRange::ExpandRight); in comment()
2836 m_selection.setInsertBehaviors(Kate::TextRange::ExpandLeft | Kate::TextRange::ExpandRight); in toggleComment()
2838 m_selection.setInsertBehaviors(Kate::TextRange::ExpandRight); in toggleComment()
H A Dkateviewhelpers.cpp2291 m_foldingRange = m_doc->newMovingRange(newRange, KTextEditor::MovingRange::ExpandRight); in highlightFolding()
H A Dkateviewinternal.cpp4208 …_cursor, m_cursor), KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight)); in inputMethodEvent()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py1378 ExpandRight = 0 variable in KTextEditor.SmartRange
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/completion/
H A Dkatecompletionwidget.cpp437 …onRange(view()->doc()->newMovingRange(range, KTextEditor::MovingRange::ExpandRight | KTextEditor::… in startCompletion()
/dports/math/rkward-kde/rkward-0.7.1/rkward/windows/
H A Drkcommandeditorwindow.cpp982 srange->setInsertBehaviors (KTextEditor::MovingRange::ExpandRight); in addBlock()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.cpp3088 … selectionRange->setInsertBehaviors(MovingRange::ExpandLeft | MovingRange::ExpandRight); in typeChars()
5660 …= newMovingRange(*j, KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight); in setDictionary()
5673 …(newDictionaryRange, KTextEditor::MovingRange::ExpandLeft | KTextEditor::MovingRange::ExpandRight); in setDictionary()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4Gui.h2810 void ExpandRight(int32_t iByWdt) { rcClientArea.Wdt+=iByWdt; } // enlarge client rect