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.6k stars 184 forks source link

hope adding submenu 'close' and 'close all' in 'File' menu. please :-) #838

Closed soonsimple closed 3 weeks ago

soonsimple commented 1 month ago

hope adding submenu 'close' and 'close all' in 'File' menu. please :-)

zufuliu commented 1 month ago

Here is "Exit Alt + F4" at bottom of "File" menu, what "Close All" is doing?

soonsimple commented 3 weeks ago

first, i want to close the edited file , and keep the editor opening, second, i want to edit more than one file (multi-tabs). :-)

zufuliu commented 3 weeks ago

first, i want to close the edited file , and keep the editor opening,

You can use File -> New or the toolbar icon. image

multi-tabs (see issue #165) is not on current plan.