Home
last modified time | relevance | path

Searched refs:indentationChange (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditor.cxx2162 int indentationChange = indentation % indentationStep; in DelCharBack() local
2163 if (indentationChange == 0) in DelCharBack()
2164 indentationChange = indentationStep; in DelCharBack()
2165 … const int posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.cxx2164 int indentationChange = indentation % indentationStep; in DelCharBack() local
2165 if (indentationChange == 0) in DelCharBack()
2166 indentationChange = indentationStep; in DelCharBack()
2167 … const int posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.cxx2258 int indentationChange = indentation % indentationStep; in DelCharBack() local
2259 if (indentationChange == 0) in DelCharBack()
2260 indentationChange = indentationStep; in DelCharBack()
2261 … const int posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.cxx2290 int indentationChange = indentation % indentationStep; in DelCharBack() local
2291 if (indentationChange == 0) in DelCharBack()
2292 indentationChange = indentationStep; in DelCharBack()
2293 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.cpp2270 int indentationChange = indentation % indentationStep; in DelCharBack() local
2271 if (indentationChange == 0) in DelCharBack()
2272 indentationChange = indentationStep; in DelCharBack()
2273 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.cxx2282 int indentationChange = indentation % indentationStep; in DelCharBack() local
2283 if (indentationChange == 0) in DelCharBack()
2284 indentationChange = indentationStep; in DelCharBack()
2285 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.cxx2249 int indentationChange = indentation % indentationStep; in DelCharBack() local
2250 if (indentationChange == 0) in DelCharBack()
2251 indentationChange = indentationStep; in DelCharBack()
2252 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp2270 int indentationChange = indentation % indentationStep; in DelCharBack() local
2271 if (indentationChange == 0) in DelCharBack()
2272 indentationChange = indentationStep; in DelCharBack()
2273 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp2270 int indentationChange = indentation % indentationStep; in DelCharBack() local
2271 if (indentationChange == 0) in DelCharBack()
2272 indentationChange = indentationStep; in DelCharBack()
2273 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.cpp2270 int indentationChange = indentation % indentationStep; in DelCharBack() local
2271 if (indentationChange == 0) in DelCharBack()
2272 indentationChange = indentationStep; in DelCharBack()
2273 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.cxx2292 int indentationChange = indentation % indentationStep; in DelCharBack() local
2293 if (indentationChange == 0) in DelCharBack()
2294 indentationChange = indentationStep; in DelCharBack()
2295 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.cxx2288 int indentationChange = indentation % indentationStep; in DelCharBack() local
2289 if (indentationChange == 0) in DelCharBack()
2290 indentationChange = indentationStep; in DelCharBack()
2291 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.cxx2288 int indentationChange = indentation % indentationStep; in DelCharBack() local
2289 if (indentationChange == 0) in DelCharBack()
2290 indentationChange = indentationStep; in DelCharBack()
2291 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/editors/textadept/scintilla/src/
H A DEditor.cxx2292 int indentationChange = indentation % indentationStep; in DelCharBack() local
2293 if (indentationChange == 0) in DelCharBack()
2294 indentationChange = indentationStep; in DelCharBack()
2295 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()
/dports/editors/scite/scintilla/src/
H A DEditor.cxx2292 int indentationChange = indentation % indentationStep; in DelCharBack() local
2293 if (indentationChange == 0) in DelCharBack()
2294 indentationChange = indentationStep; in DelCharBack()
2295 …ci::Position posSelect = pdoc->SetLineIndentation(lineCurrentPos, indentation - indentationChange); in DelCharBack()