Home
last modified time | relevance | path

Searched refs:wxSCI_FOLDLEVELNUMBERMASK (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/EditorTweaks/
H A DEditorTweaks.cpp999 const int line_level = line_level_data & wxSCI_FOLDLEVELNUMBERMASK; in DoFoldAboveLevel()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcbeditor.cpp2110 int levelNumber = (level & wxSCI_FOLDLEVELNUMBERMASK) - wxSCI_FOLDLEVELBASE; in DoFoldAll()
2150 const int levelNumber = (level & wxSCI_FOLDLEVELNUMBERMASK) - wxSCI_FOLDLEVELBASE; in DoFoldAll()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/include/wx/
H A Dwxscintilla.h204 #define wxSCI_FOLDLEVELNUMBERMASK 0x0FFF macro
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/include/wx/
H A Dwxscintilla.h266 #define wxSCI_FOLDLEVELNUMBERMASK 0x0FFF macro