andreikop / enki

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

Renaming files in "Opened files" pane #76

Closed vi closed 11 years ago

vi commented 11 years ago

I open context menu on a file in "Opened files" pane and see "Close", "Save", "Reload" and "Sorting". I whould be useful to also have "Rename". That way you can 1. copy the file's name to clipboard, 2. move the file.

andreikop commented 11 years ago

OK

What about "Remove"?

vi commented 11 years ago

It can also be, with a confirmation window. Or maybe even better without confirmation window (if the file is not changed), but without implied closing (so I can re-save it to undo deletion).

Also please take care to support entering name editing mode by two clicks (longer that double-click)

Also there can be "Copy full path to clipboard" can be useful.

Also please verify that you can rename to "../something".

As a little easter egg there can be "rename to /dev/null" to delete the file.

andreikop commented 11 years ago

done