Home
last modified time | relevance | path

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

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditView.cxx1594 int lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1595 …while (lineLastWithText > Platform::Maximum(line - 20, 0) && model.pdoc->IsWhiteLine(lineLastWithT… in DrawIndentGuidesOverEmpty()
1596 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1598 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1601 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1602 int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditView.cxx1574 int lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1575 …while (lineLastWithText > Platform::Maximum(line - 20, 0) && model.pdoc->IsWhiteLine(lineLastWithT… in DrawIndentGuidesOverEmpty()
1576 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1578 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1581 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1582 int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditView.cxx1773 int lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1774 …while (lineLastWithText > Platform::Maximum(line - 20, 0) && model.pdoc->IsWhiteLine(lineLastWithT… in DrawIndentGuidesOverEmpty()
1775 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1777 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1780 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1781 int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditView.cxx1970 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1971 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
1972 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1974 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1977 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1978 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditView.cpp1836 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1837 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
1838 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1840 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1843 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1844 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditView.cxx1841 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1842 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
1843 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1845 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1848 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1849 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditView.cxx1824 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1825 while (lineLastWithText > std::max(line - 20, 0) && model.pdoc->IsWhiteLine(lineLastWithText)) { in DrawIndentGuidesOverEmpty()
1826 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1828 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1831 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1832 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditView.cxx1927 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1928 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
1929 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1931 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1934 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1935 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditView.cxx1927 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1928 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
1929 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1931 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1934 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1935 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1836 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1837 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
1838 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1840 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1843 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1844 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1836 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1837 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
1838 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1840 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1843 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1844 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1836 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
1837 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
1838 lineLastWithText--; in DrawIndentGuidesOverEmpty()
1840 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
1843 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
1844 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditView.cxx2058 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
2059 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
2060 lineLastWithText--; in DrawIndentGuidesOverEmpty()
2062 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
2065 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
2066 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/editors/textadept/scintilla/src/
H A DEditView.cxx2058 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
2059 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
2060 lineLastWithText--; in DrawIndentGuidesOverEmpty()
2062 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
2065 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
2066 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/editors/scite/scintilla/src/
H A DEditView.cxx2058 Sci::Line lineLastWithText = line; in DrawIndentGuidesOverEmpty() local
2059 …while (lineLastWithText > std::max(line - 20, static_cast<Sci::Line>(0)) && model.pdoc->IsWhiteLin… in DrawIndentGuidesOverEmpty()
2060 lineLastWithText--; in DrawIndentGuidesOverEmpty()
2062 if (lineLastWithText < line) { in DrawIndentGuidesOverEmpty()
2065 int indentLastWithText = model.pdoc->GetLineIndentation(lineLastWithText); in DrawIndentGuidesOverEmpty()
2066 const int isFoldHeader = model.pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawIndentGuidesOverEmpty()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DEditor.cxx3110 int lineLastWithText = line; in DrawLine() local
3111 while (lineLastWithText > Platform::Maximum(line-20, 0) && pdoc->IsWhiteLine(lineLastWithText)) { in DrawLine()
3112 lineLastWithText--; in DrawLine()
3114 if (lineLastWithText < line) { in DrawLine()
3117 int indentLastWithText = pdoc->GetLineIndentation(lineLastWithText); in DrawLine()
3118 int isFoldHeader = pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawLine()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DEditor.cxx3133 int lineLastWithText = line; in DrawLine() local
3134 while (lineLastWithText > Platform::Maximum(line-20, 0) && pdoc->IsWhiteLine(lineLastWithText)) { in DrawLine()
3135 lineLastWithText--; in DrawLine()
3137 if (lineLastWithText < line) { in DrawLine()
3140 int indentLastWithText = pdoc->GetLineIndentation(lineLastWithText); in DrawLine()
3141 int isFoldHeader = pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawLine()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DEditor.cxx3110 int lineLastWithText = line; in DrawLine() local
3111 while (lineLastWithText > Platform::Maximum(line-20, 0) && pdoc->IsWhiteLine(lineLastWithText)) { in DrawLine()
3112 lineLastWithText--; in DrawLine()
3114 if (lineLastWithText < line) { in DrawLine()
3117 int indentLastWithText = pdoc->GetLineIndentation(lineLastWithText); in DrawLine()
3118 int isFoldHeader = pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawLine()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.cxx3179 int lineLastWithText = line; in DrawLine() local
3180 while (lineLastWithText > Platform::Maximum(line-20, 0) && pdoc->IsWhiteLine(lineLastWithText)) { in DrawLine()
3181 lineLastWithText--; in DrawLine()
3183 if (lineLastWithText < line) { in DrawLine()
3186 int indentLastWithText = pdoc->GetLineIndentation(lineLastWithText); in DrawLine()
3187 int isFoldHeader = pdoc->GetLevel(lineLastWithText) & SC_FOLDLEVELHEADERFLAG; in DrawLine()