Home
last modified time | relevance | path

Searched refs:posAfterLineEnd (Results 1 – 19 of 19) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditView.cxx882 int posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
883 eolInSelection = (lastSubLine == true) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1083 int posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1084 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2092 int posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2093 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditView.cxx978 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
979 eolInSelection = lastSubLine ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1213 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1214 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2317 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2318 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditView.cpp913 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
914 eolInSelection = (lastSubLine == true) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1120 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1121 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2175 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2176 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditView.cxx915 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
916 eolInSelection = lastSubLine ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1123 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1124 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2180 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2181 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditView.cxx905 Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
906 eolInSelection = (lastSubLine == true) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1112 Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1113 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2152 Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2153 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditView.cxx910 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
911 eolInSelection = lastSubLine ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1119 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1120 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2268 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2269 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditView.cxx910 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
911 eolInSelection = lastSubLine ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1119 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1120 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2268 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2269 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp913 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
914 eolInSelection = (lastSubLine == true) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1120 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1121 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2175 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2176 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp913 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
914 eolInSelection = (lastSubLine == true) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1120 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1121 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2175 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2176 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp913 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
914 eolInSelection = (lastSubLine == true) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1120 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1121 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2175 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2176 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditView.cxx974 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
975 eolInSelection = lastSubLine ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1210 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1211 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2407 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2408 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/editors/textadept/scintilla/src/
H A DEditView.cxx974 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
975 eolInSelection = lastSubLine ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1210 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1211 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2407 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2408 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/editors/scite/scintilla/src/
H A DEditView.cxx974 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
975 eolInSelection = lastSubLine ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
1210 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawFoldDisplayText() local
1211 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawFoldDisplayText()
2407 const Sci::Position posAfterLineEnd = model.pdoc->LineStart(line + 1); in FillLineRemainder() local
2408 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in FillLineRemainder()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditView.cxx824 int posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
825 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditView.cxx821 int posAfterLineEnd = model.pdoc->LineStart(line + 1); in DrawEOL() local
822 eolInSelection = (subLine == (ll->lines - 1)) ? model.sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DEditor.cxx2492 int posAfterLineEnd = pdoc->LineStart(line + 1); in DrawEOL() local
2493 eolInSelection = (subLine == (ll->lines - 1)) ? sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DEditor.cxx2529 int posAfterLineEnd = pdoc->LineStart(line + 1); in DrawEOL() local
2530 int eolInSelection = (subLine == (ll->lines - 1)) ? sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DEditor.cxx2492 int posAfterLineEnd = pdoc->LineStart(line + 1); in DrawEOL() local
2493 eolInSelection = (subLine == (ll->lines - 1)) ? sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.cxx2567 int posAfterLineEnd = pdoc->LineStart(line + 1); in DrawEOL() local
2568 eolInSelection = (subLine == (ll->lines - 1)) ? sel.InSelectionForEOL(posAfterLineEnd) : 0; in DrawEOL()