Home
last modified time | relevance | path

Searched refs:STE_FOLD_COMMENTPY (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dstedefs.h695 STE_FOLD_COMMENTPY = 0x0080, ///< "fold.comment.python" enumerator
700 …STE_FOLD_ATELSE|STE_FOLD_HTML|STE_FOLD_HTMLPREP|STE_FOLD_DIRECTIVE|STE_FOLD_COMMENTPY|STE_FOLD_QUO…
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteprefs.cpp534 …>SetProperty(wxT("fold.comment.python"), STE_HASBIT(fold_style, STE_FOLD_COMMENTPY) ? wxT("1") … in UpdateEditor()