MCPcopy 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
1699void UICodeEditor::unfoldAll() {
1700 sendCommonEvent( Event::OnBeforeFoldUnfoldRange );
1701 mDocView.unfoldAll();
1702}
1703
1704void UICodeEditor::fold() {
1705 auto sels = getDocument().getSelections();

Callers 2

registerCommandsMethod · 0.45
UTESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UTESTFunction · 0.36