Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ foldAllLevels
Method
foldAllLevels
src/ScintillaNext.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
void ScintillaNext::foldAllLevels(int level)
236
{
237
modifyFoldLevels(level, SC_FOLDACTION_CONTRACT);
238
}
239
240
void ScintillaNext::unFoldAllLevels(int level)
241
{
Callers
1
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected