Home
last modified time | relevance | path

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

123

/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.h239 int idleStyling; variable
534 return (idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE); in SynchronousStylingToVisible()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.h239 int idleStyling; variable
534 return (idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE); in SynchronousStylingToVisible()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.h227 int idleStyling; variable
525 return (idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE); in SynchronousStylingToVisible()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.h239 int idleStyling; variable
534 return (idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE); in SynchronousStylingToVisible()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.h239 int idleStyling; variable
534 return (idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE); in SynchronousStylingToVisible()
/dports/editors/textadept/scintilla/src/
H A DEditor.h239 int idleStyling; variable
534 return (idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE); in SynchronousStylingToVisible()
/dports/editors/scite/scintilla/src/
H A DEditor.h239 int idleStyling; variable
534 return (idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE); in SynchronousStylingToVisible()
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEdit/
H A DScintillaEdit.h376 void setIdleStyling(sptr_t idleStyling);
377 sptr_t idleStyling() const;
H A DScintillaEdit.cpp1342 void ScintillaEdit::setIdleStyling(sptr_t idleStyling) { in setIdleStyling() argument
1343 send(SCI_SETIDLESTYLING, idleStyling, 0); in setIdleStyling()
1346 sptr_t ScintillaEdit::idleStyling() const { in idleStyling() function in ScintillaEdit
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.h236 int idleStyling; variable
H A DEditor.cxx177 idleStyling = SC_IDLESTYLING_NONE; in Editor()
5050 if ((idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in PositionAfterMaxStyling()
5068 if ((idleStyling == SC_IDLESTYLING_ALL) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in StartIdleStyling()
5099 const int endGoal = (idleStyling >= SC_IDLESTYLING_AFTERVISIBLE) ? in IdleStyling()
6568 idleStyling = static_cast<int>(wParam); in WndProc()
6572 return idleStyling; in WndProc()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.h228 int idleStyling; variable
H A DEditor.cpp182 idleStyling = SC_IDLESTYLING_NONE; in Editor()
5056 if ((idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in PositionAfterMaxStyling()
5074 if ((idleStyling == SC_IDLESTYLING_ALL) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in StartIdleStyling()
5105 const Sci::Position endGoal = (idleStyling >= SC_IDLESTYLING_AFTERVISIBLE) ? in IdleStyling()
6587 idleStyling = static_cast<int>(wParam); in WndProc()
6591 return idleStyling; in WndProc()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.h232 int idleStyling; variable
H A DEditor.cxx180 idleStyling = SC_IDLESTYLING_NONE; in Editor()
5076 if ((idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in PositionAfterMaxStyling()
5094 if ((idleStyling == SC_IDLESTYLING_ALL) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in StartIdleStyling()
5125 const Sci::Position endGoal = (idleStyling >= SC_IDLESTYLING_AFTERVISIBLE) ? in IdleStyling()
6649 idleStyling = static_cast<int>(wParam); in WndProc()
6653 return idleStyling; in WndProc()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h228 int idleStyling; variable
H A DEditor.cpp182 idleStyling = SC_IDLESTYLING_NONE; in Editor()
5056 if ((idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in PositionAfterMaxStyling()
5074 if ((idleStyling == SC_IDLESTYLING_ALL) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in StartIdleStyling()
5105 const Sci::Position endGoal = (idleStyling >= SC_IDLESTYLING_AFTERVISIBLE) ? in IdleStyling()
6587 idleStyling = static_cast<int>(wParam); in WndProc()
6591 return idleStyling; in WndProc()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h228 int idleStyling; variable
H A DEditor.cpp182 idleStyling = SC_IDLESTYLING_NONE; in Editor()
5056 if ((idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in PositionAfterMaxStyling()
5074 if ((idleStyling == SC_IDLESTYLING_ALL) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in StartIdleStyling()
5105 const Sci::Position endGoal = (idleStyling >= SC_IDLESTYLING_AFTERVISIBLE) ? in IdleStyling()
6587 idleStyling = static_cast<int>(wParam); in WndProc()
6591 return idleStyling; in WndProc()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h228 int idleStyling; variable
H A DEditor.cpp182 idleStyling = SC_IDLESTYLING_NONE; in Editor()
5056 if ((idleStyling == SC_IDLESTYLING_NONE) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in PositionAfterMaxStyling()
5074 if ((idleStyling == SC_IDLESTYLING_ALL) || (idleStyling == SC_IDLESTYLING_AFTERVISIBLE)) { in StartIdleStyling()
5105 const Sci::Position endGoal = (idleStyling >= SC_IDLESTYLING_AFTERVISIBLE) ? in IdleStyling()
6587 idleStyling = static_cast<int>(wParam); in WndProc()
6591 return idleStyling; in WndProc()
/dports/x11-toolkits/scintilla/scite/src/
H A DSciTEProps.cxx1152idleStyling = static_cast<SA::IdleStyling>(props.GetInt("idle.styling", static_cast<int>(SA::IdleS… in ReadProperties()
1153 wEditor.SetIdleStyling(idleStyling); in ReadProperties()
H A DScintillaCall.h382 void SetIdleStyling(API::IdleStyling idleStyling);
H A DSciTEBase.h461 SA::IdleStyling idleStyling; variable
/dports/editors/scite/scite/src/
H A DSciTEProps.cxx1152idleStyling = static_cast<SA::IdleStyling>(props.GetInt("idle.styling", static_cast<int>(SA::IdleS… in ReadProperties()
1153 wEditor.SetIdleStyling(idleStyling); in ReadProperties()

123