Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ unfoldAll
Method
unfoldAll
src/eepp/ui/uicodeeditor.cpp:1699–1702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1697
}
1698
1699
void UICodeEditor::unfoldAll() {
1700
sendCommonEvent( Event::OnBeforeFoldUnfoldRange );
1701
mDocView.unfoldAll();
1702
}
1703
1704
void UICodeEditor::fold() {
1705
auto sels = getDocument().getSelections();
Callers
2
registerCommands
Method · 0.45
UTEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
UTEST
Function · 0.36