andreikop / enki

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

Usability regression: Opening file from deterministic Locator now requires pressing "down" key twice. #315

Closed vi closed 8 years ago

vi commented 9 years ago

For example, I want to open "AndroidManifest.xml" using deterministic locator.

Old workflow: Ctrl+L, Andr, down arrow (select "AndroidManifest.xml" from the list), Enter.

New workflow: Ctrl+L ./Andr, twice down arrow (the first one selects directory path), Enter.

I expect the list entry showing directory path to be skipped.

andreikop commented 8 years ago

Thanks, fixed