Searched refs:skipLineIndent (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexPython.cxx411 int skipLineIndent = styler.IndentAmount(skipLine, &spaceFlags, NULL); local
413 if ((skipLineIndent & SC_FOLDLEVELNUMBERMASK) > levelAfterComments)
416 int whiteFlag = skipLineIndent & SC_FOLDLEVELWHITEFLAG;

Completed in 32 milliseconds