zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.61k stars 184 forks source link

如何设置打开文档时,代码块默认显示折叠? #508

Open Awesomers123 opened 1 year ago

Awesomers123 commented 1 year ago

如何设置打开文档时,代码块默认显示折叠?

zufuliu commented 1 year ago

You can run PostWMCommand(hwndEdit, IDM_VIEW_FOLD_xxx) after file is loaded.