andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 39 forks source link

Close all except of current file #382

Open vi opened 8 years ago

vi commented 8 years ago

Extended feature: multi-select in "Opened files" pane. When more than one file selected, "Close all except of current file" turns into "Close all but selected".

As I work on the project, opened files tend to accumulate. But I can't do cleanup in a normal way. If I just close all files, I need to remember names of the files I need, which is inconvenient.

Workaround: close Enki, manually edit session file (fortunately it is indented), reopen Enki.

andreikop commented 8 years ago

How to trigger the action? Shortcut, main menu, opened file list context menu?

vi commented 8 years ago

Probably File->Close-> subitem, with assignable shortcut (probably empty by default).