Home
last modified time | relevance | path

Searched refs:mouseSelectionRectangularSwitch (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEdit/
H A DScintillaEdit.h659 void setMouseSelectionRectangularSwitch(bool mouseSelectionRectangularSwitch);
660 bool mouseSelectionRectangularSwitch() const;
H A DScintillaEdit.cpp2474 void ScintillaEdit::setMouseSelectionRectangularSwitch(bool mouseSelectionRectangularSwitch) { in setMouseSelectionRectangularSwitch() argument
2475 send(SCI_SETMOUSESELECTIONRECTANGULARSWITCH, mouseSelectionRectangularSwitch, 0); in setMouseSelectionRectangularSwitch()
2478 bool ScintillaEdit::mouseSelectionRectangularSwitch() const { in mouseSelectionRectangularSwitch() function in ScintillaEdit
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditor.h189 bool mouseSelectionRectangularSwitch; variable
H A DEditor.cxx153 mouseSelectionRectangularSwitch = false; in Editor()
4384 …(sel.selType == Selection::selStream && (modifiers & SCI_ALT) && mouseSelectionRectangularSwitch) { in ButtonMoveWithModifiers()
7357 mouseSelectionRectangularSwitch = wParam != 0; in WndProc()
7361 return mouseSelectionRectangularSwitch; in WndProc()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.h189 bool mouseSelectionRectangularSwitch; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.h188 bool mouseSelectionRectangularSwitch; variable
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.h222 bool mouseSelectionRectangularSwitch; variable
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.h180 bool mouseSelectionRectangularSwitch; variable
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.h184 bool mouseSelectionRectangularSwitch; variable
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h180 bool mouseSelectionRectangularSwitch; variable
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h180 bool mouseSelectionRectangularSwitch; variable
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h180 bool mouseSelectionRectangularSwitch; variable
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.h192 bool mouseSelectionRectangularSwitch; variable
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.h192 bool mouseSelectionRectangularSwitch; variable
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.h180 bool mouseSelectionRectangularSwitch; variable
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.h192 bool mouseSelectionRectangularSwitch; variable
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.h192 bool mouseSelectionRectangularSwitch; variable
/dports/editors/textadept/scintilla/src/
H A DEditor.h192 bool mouseSelectionRectangularSwitch; variable
/dports/editors/scite/scintilla/src/
H A DEditor.h192 bool mouseSelectionRectangularSwitch; variable
/dports/x11-toolkits/scintilla/scite/src/
H A DScintillaCall.h675 void SetMouseSelectionRectangularSwitch(bool mouseSelectionRectangularSwitch);
H A DScintillaCall.cxx2634 void ScintillaCall::SetMouseSelectionRectangularSwitch(bool mouseSelectionRectangularSwitch) { in SetMouseSelectionRectangularSwitch() argument
2635 Call(Message::SetMouseSelectionRectangularSwitch, mouseSelectionRectangularSwitch); in SetMouseSelectionRectangularSwitch()
/dports/editors/scite/scite/src/
H A DScintillaCall.h675 void SetMouseSelectionRectangularSwitch(bool mouseSelectionRectangularSwitch);
H A DScintillaCall.cxx2634 void ScintillaCall::SetMouseSelectionRectangularSwitch(bool mouseSelectionRectangularSwitch) { in SetMouseSelectionRectangularSwitch() argument
2635 Call(Message::SetMouseSelectionRectangularSwitch, mouseSelectionRectangularSwitch); in SetMouseSelectionRectangularSwitch()
/dports/editors/textadept/scinterm-6a77415/
H A DScintillaCurses.cxx975 mouseSelectionRectangularSwitch = true; // easier rectangular selection in ScintillaCurses()
/dports/editors/textadept/scintilla/curses/
H A DScintillaCurses.cxx975 mouseSelectionRectangularSwitch = true; // easier rectangular selection in ScintillaCurses()

123