andreikop / enki

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

Opened files menu structure #270

Closed bjones1 closed 9 years ago

bjones1 commented 9 years ago

In the Opened Files dock, a right-click gives a menu, one item of which is "File system", with the only option "rename" in Windows (Unix adds "Make executable"). Why not simply add these to the main menu, instead of putting them in a submenu? It hardly seems worth the extra navigation to add a two-item submenu.

andreikop commented 9 years ago

I added the submenu to avoid accidental clicks on this items.

bjones1 commented 9 years ago

I can see that: making them difficult to access helps protect them. I would think that the users' ability to cancel these operations (press Esc / cancel) would help compensate for accidental clicks.