MCPcopy 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
235void ScintillaNext::foldAllLevels(int level)
236{
237 modifyFoldLevels(level, SC_FOLDACTION_CONTRACT);
238}
239
240void ScintillaNext::unFoldAllLevels(int level)
241{

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected