Home
last modified time | relevance | path

Searched refs:selSubLine (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditor.h210 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cxx4153 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4157 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4159 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4204 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4223 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4235 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4236 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.h209 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cxx4140 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4144 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4146 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4191 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4210 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4222 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4223 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.h209 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cxx4451 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4455 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4457 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4502 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4525 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4537 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4538 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DEditor.h199 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cxx6224 if (selectionType == selSubLine) { in ButtonDown()
6228 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDown()
6230 …tate != eWrapNone) && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : selWholeLine; in ButtonDown()
6275 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDown()
6294 …tate != eWrapNone) && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : selWholeLine; in ButtonDown()
6306 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDown()
6307 …tate != eWrapNone) && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : selWholeLine; in ButtonDown()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DEditor.h199 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DEditor.h199 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.h256 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.h201 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cpp4518 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4522 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4524 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4568 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4591 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4603 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4604 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.h205 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cxx4477 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4481 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4483 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4528 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4551 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4563 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4564 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h201 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cpp4518 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4522 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4524 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4568 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4591 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4603 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4604 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h201 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cpp4518 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4522 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4524 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4568 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4591 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4603 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4604 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h201 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cpp4518 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4522 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4524 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4568 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4591 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4603 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4604 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.h213 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cxx4552 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4556 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4558 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4602 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4625 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4637 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4638 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.h201 enum { selChar, selWord, selSubLine, selWholeLine } selectionType; enumerator
H A DEditor.cxx4538 if (selectionType == selSubLine) { in ButtonDownWithModifiers()
4542 } else if (selectionType != selSubLine && selectionType != selWholeLine) { in ButtonDownWithModifiers()
4544 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4588 } else if (selectionType == selSubLine || selectionType == selWholeLine) { in ButtonDownWithModifiers()
4611 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()
4623 if (sel.Empty() || (selectionType != selSubLine && selectionType != selWholeLine)) in ButtonDownWithModifiers()
4624 …selectionType = (Wrapping() && (marginOptions & SC_MARGINOPTION_SUBLINESELECT)) ? selSubLine : sel… in ButtonDownWithModifiers()

12