Home
last modified time | relevance | path

Searched refs:blockSelection (Results 1 – 25 of 57) sorted by relevance

123

/dports/editors/texmaker/texmaker-5.0.3/
H A Dlightlatexeditor.cpp71 blockSelection.tabSize=4; in LightLatexEditor()
72 blockSelection.clear(); in LightLatexEditor()
727 o.start = blockSelection.positionAtColumn(text, blockSelection.firstVisualColumn,0); in paintEvent()
728 o.length = blockSelection.positionAtColumn(text, blockSelection.lastVisualColumn,0) - o.start; in paintEvent()
749 …int relativePos = blockSelection.positionAtColumn(text, blockSelection.firstVisualColumn, &offse… in paintEvent()
754 …int erelativePos = blockSelection.positionAtColumn(text, blockSelection.lastVisualColumn, &eoffs… in paintEvent()
974 blockSelection.clear(); in mousePressEvent()
1000 …int startPos = blockSelection.positionAtColumn(text, blockSelection.firstVisualColumn, &startOffse… in removeBlockSelection()
1002 … int endPos = blockSelection.positionAtColumn(text, blockSelection.lastVisualColumn, &endOffset); in removeBlockSelection()
1185 … int endPos = blockSelection.positionAtColumn(text, blockSelection.lastVisualColumn, &endOffset); in copyBlockSelection()
[all …]
H A Dlatexeditor.cpp472 blockSelection.tabSize=tabwidth; in LatexEditor()
473 blockSelection.clear(); in LatexEditor()
653 o.start = blockSelection.positionAtColumn(text, blockSelection.firstVisualColumn,0); in paintEvent()
654 o.length = blockSelection.positionAtColumn(text, blockSelection.lastVisualColumn,0) - o.start; in paintEvent()
675 …int relativePos = blockSelection.positionAtColumn(text, blockSelection.firstVisualColumn, &offse… in paintEvent()
680 …int erelativePos = blockSelection.positionAtColumn(text, blockSelection.lastVisualColumn, &eoffs… in paintEvent()
2555 blockSelection.clear(); in mousePressEvent()
2599 …int startPos = blockSelection.positionAtColumn(text, blockSelection.firstVisualColumn, &startOffse… in removeBlockSelection()
2601 … int endPos = blockSelection.positionAtColumn(text, blockSelection.lastVisualColumn, &endOffset); in removeBlockSelection()
2785 … int endPos = blockSelection.positionAtColumn(text, blockSelection.lastVisualColumn, &endOffset); in copyBlockSelection()
[all …]
H A Dlightlatexeditor.h60 TextBlockSelection blockSelection; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/turbolizer/src/
H A Dtext-view.ts16 blockSelection: MySelection; property in TextView
36 view.blockSelection = new MySelection(anyToString);
51 const firstSelect = view.blockSelection.isEmpty();
70 view.blockSelection.clear();
75 view.blockSelection.select(blockIds, selected);
80 const firstSelect = view.blockSelection.isEmpty();
81 view.blockSelection.select(blockIds, selected);
85 view.blockSelection.clear();
137 const isSelected = view.blockSelection.isSelected(blockId);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/turbolizer/src/
H A Dtext-view.ts16 blockSelection: MySelection; property in TextView
36 view.blockSelection = new MySelection(anyToString);
51 const firstSelect = view.blockSelection.isEmpty();
70 view.blockSelection.clear();
75 view.blockSelection.select(blockIds, selected);
80 const firstSelect = view.blockSelection.isEmpty();
81 view.blockSelection.select(blockIds, selected);
85 view.blockSelection.clear();
137 const isSelected = view.blockSelection.isSelected(blockId);
/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
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);
H A Dschedule-view.ts36 this.blockSelection.clear();
/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/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
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 …]
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,
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DEditorContext.h76 bool blockSelection() const;
77 void setBlockSelection(bool blockSelection);
H A DEditorContext.cpp116 bool EditorContext::blockSelection() const { in blockSelection() function in TrenchBroom::Model::EditorContext
120 void EditorContext::setBlockSelection(const bool blockSelection) { in setBlockSelection() argument
121 m_blockSelection = blockSelection; in setBlockSelection()
/dports/multimedia/shotcut/shotcut-21.03.21/src/docks/
H A Dtimelinedock.h153 bool blockSelection(bool block);
203 m_timelineDock.blockSelection(true); in TimelineSelectionBlocker()
208 m_timelineDock.blockSelection(false); in ~TimelineSelectionBlocker()
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itemfakevim/tests/
H A Ditemfakevimtests.h43 void blockSelection();
H A Ditemfakevimtests.cpp85 void ItemFakeVimTests::blockSelection() in blockSelection() function in ItemFakeVimTests
/dports/lang/basic256/basic256-2.0.0.11/
H A DBasicEdit.cpp530 QTextEdit::ExtraSelection blockSelection; in highlightCurrentLine() local
549 blockSelection.format.setBackground(blockColor); in highlightCurrentLine()
550 blockSelection.format.setProperty(QTextFormat::FullWidthSelection, true); in highlightCurrentLine()
551 blockSelection.cursor = textCursor(); in highlightCurrentLine()
552 blockSelection.cursor.movePosition(QTextCursor::StartOfBlock,QTextCursor::MoveAnchor); in highlightCurrentLine()
553 blockSelection.cursor.movePosition(QTextCursor::EndOfBlock,QTextCursor::KeepAnchor); in highlightCurrentLine()
554 extraSelections.append(blockSelection); in highlightCurrentLine()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DStyledText.java188 boolean blockSelection; field in StyledText
2785 if (blockSelection) { in doMouseLocationChange()
3550 return blockSelection;
5622 if (blockSelection) { in insert()
7476 if (blockSelection) { in paste()
8281 if (blockSelection) { in selectAll()
8525 if (blockSelection == this.blockSelection) return; in setBlockSelection()
8527 this.blockSelection = blockSelection; in setBlockSelection()
8533 if (blockSelection) { in setBlockSelection()
8584 if (!blockSelection) { in setBlockSelectionBounds()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DStyledText.java188 boolean blockSelection; field in StyledText
2786 if (blockSelection) { in doMouseLocationChange()
3551 return blockSelection;
5624 if (blockSelection) { in insert()
7478 if (blockSelection) {
8283 if (blockSelection) {
8527 if (blockSelection == this.blockSelection) return;
8529 this.blockSelection = blockSelection;
8535 if (blockSelection) {
8586 if (!blockSelection) {
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/fakevim/python/
H A Dfakevimproxy.h34 virtual QTextCursor blockSelection() { return QTextCursor(); } in blockSelection() function
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/fakevim/python/
H A Dfakevimproxy.h34 virtual QTextCursor blockSelection() { return QTextCursor(); } in blockSelection() function
H A Dfakevimproxy.cpp129 *cursor = blockSelection(); in on_requestBlockSelection()
/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/export/
H A Dexporter.cpp58 const bool blockwise = useSelection ? m_view->blockSelection() : false; in exportData()
/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()

123