Home
last modified time | relevance | path

Searched refs:blockSelection (Results 1 – 25 of 57) sorted by last modified time

123

/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py277 def blockSelection(self): member in KTextEditor.View
/dports/graphics/digikam/digikam-7.4.0/core/libs/album/engine/
H A Dalbumhistory.cpp144 blockSelection(false) in Private()
153 bool blockSelection; member in Digikam::AlbumHistory::Private
513 d->blockSelection = true; in slotAlbumSelected()
530 d->blockSelection = false; in slotAlbumCurrentChanged()
547 if (d->blockSelection) in slotImageSelected()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/dialogs/
H A Dkatedialogs.cpp1303 const bool blockmode = m_view->blockSelection(); in dictionaryChanged()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dview.h611 virtual bool blockSelection() const = 0;
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dwordcounter.cpp106 if (firstLine == lastLine || view->blockSelection()) { in selectionChanged()
H A Dkatestatusbar.cpp257 const unsigned int newSelectionMode = m_view->blockSelection(); in selectionChanged()
271 if (m_view->blockSelection()) { in viewModeChanged()
H A Dkateview.cpp1594 if (blockSelection()) { in setCursorPositionInternal()
1980 m_toggleBlockSelection->setChecked(blockSelection()); in updateConfig()
2131 …if (!blockSelection() && wrapCursor() && (!c.isValid() || c.column() > doc()->lineLength(c.line())… in ensureCursorColumnValid()
2395 } else if (blockSelection() in tagSelection()
2504 bool KTextEditor::ViewPrivate::blockSelection() const in blockSelection() function in KTextEditor::ViewPrivate
2520 m_toggleBlockSelection->setChecked(blockSelection()); in setBlockSelection()
2546 return !blockSelection(); in wrapCursor()
H A Dkateviewhelpers.cpp2175 …if (realLine >= 0 && m_view->selection() && !m_view->blockSelection() && m_view->selectionRange().… in paintBorder()
H A Dkateviewinternal.cpp3742 const bool blockMode = view()->blockSelection(); in dropEvent()
H A Dkateview.h332 bool blockSelection() const override;
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/vimode/
H A Dmodes.cpp1145 QCOMPARE(kate_view->blockSelection(), false); in VisualMotionsTests()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/export/
H A Dexporter.cpp58 const bool blockwise = useSelection ? m_view->blockSelection() : false; in exportData()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/search/
H A Dkatesearchbar.cpp573 afterReplace = match.replace(*replacement, m_view->blockSelection()); in findOrReplace()
809 bool block = m_view->selection() && m_view->blockSelection(); in findOrReplaceAll()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/printing/
H A Dprintpainter.cpp637 if (m_view && m_view->blockSelection()) { in paintLine()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/render/
H A Dkaterenderer.cpp429 || (m_view && m_view->blockSelection())) { in decorationsForLine()
444 } else if (m_view->blockSelection() && m_view->selectionRange().overlapsLine(line)) { in decorationsForLine()
460 if (m_view->blockSelection()) { in decorationsForLine()
562 if (drawSelection && m_view->blockSelection()) { in paintTextLine()
686 … if (drawSelection && !m_view->blockSelection() && m_view->selectionRange().start() < line.start() in paintTextLine()
837 if (m_view->selection() && !m_view->blockSelection()) { in getSelectionBounds()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.cpp3083 const bool blockMode = view->blockSelection() && (startLine != endLine); in typeChars()
3125 const bool multiLineBlockMode = view->blockSelection() && view->selection(); in typeChars()
3414 … if (view->blockSelection() && toVirtualColumn(range.start()) == toVirtualColumn(range.end())) { in del()
3462 if (view->blockSelection()) { in paste()
3476 if (!view->blockSelection()) { in paste()
3489 insertText(pos, s, view->blockSelection()); in paste()
3496 if (view->blockSelection()) { in paste()
3507 if (!view->blockSelection()) { in paste()
3745 if (!view->blockSelection()) { in addStartStopCommentToSelection()
4017 if (range.start().line() == selection.start().line() || v->blockSelection()) { in transform()
[all …]
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dktexteditor.cpp151 return doc->insertText(cursorPosition(), text, blockSelection()); in insertText()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/variableeditor/
H A Dvariablelineedit.cpp137 static_cast<VariableBoolItem *>(item)->setValue(activeView->blockSelection()); in addKateItems()
/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
H A Dschedule-view.ts36 this.blockSelection.clear();
H A Dsequence-view.ts51 this.blockSelection.clear();
H A Dtext-view.ts17 blockSelection: MySelection; property in TextView
40 view.blockSelection = new MySelection(anyToString);
55 const firstSelect = view.blockSelection.isEmpty();
75 view.blockSelection.clear();
80 view.blockSelection.select(blockIds, selected);
85 const firstSelect = view.blockSelection.isEmpty();
86 view.blockSelection.select(blockIds, selected);
90 view.blockSelection.clear();
110 const firstSelect = view.blockSelection.isEmpty();
176 const isSelected = view.blockSelection.isSelected(blockId);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtextdocument.h98 QTextCursor indent(const QTextCursor &cursor, bool blockSelection, int column, int *offset);
99 QTextCursor unindent(const QTextCursor &cursor, bool blockSelection = false, int column = 0,
H A Dtexteditor.cpp8322 QTextCursor TextEditorWidget::blockSelection() const in blockSelection() function in TextEditor::TextEditorWidget
H A Dtexteditor.h278 QTextCursor blockSelection() const;
H A Dtextdocument.cpp86 bool blockSelection = false, int column = 0,
116 bool blockSelection, int columnIn, int *offset) in indentOrUnindent() argument
123 int column = blockSelection ? columnIn in indentOrUnindent()
131 QTextBlock endBlock = m_document.findBlock(blockSelection ? end : qMax(end - 1, 0)).next(); in indentOrUnindent()
141 if (cursor.hasSelection() && !blockSelection && !oneLinePartial) { in indentOrUnindent()
167 } else if (cursor.hasSelection() && !blockSelection && oneLinePartial) { in indentOrUnindent()
236 if (blockSelection) { in indentOrUnindent()
499 QTextCursor TextDocument::indent(const QTextCursor &cursor, bool blockSelection, int column, in indent() argument
502 return d->indentOrUnindent(cursor, true, tabSettings(), blockSelection, column, offset); in indent()
505 QTextCursor TextDocument::unindent(const QTextCursor &cursor, bool blockSelection, int column, in unindent() argument
[all …]

123