Searched refs:levelAfterComments (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.cxx399 const int levelAfterComments = indentNext & SC_FOLDLEVELNUMBERMASK; local
400 const int levelBeforeComments = Platform::Maximum(indentCurrentLevel,levelAfterComments);
408 int skipLevel = levelAfterComments;
413 if ((skipLineIndent & SC_FOLDLEVELNUMBERMASK) > levelAfterComments)

Completed in 28 milliseconds