andreikop / enki

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

Up and down arrows does not select file in Locator #45

Closed vi closed 9 years ago

vi commented 12 years ago

When opening a file using Locator, I expect to be able to navigate the file in currently visible list and press Enter to finally open it. Currently pressing down or up arrows makes Locator show main menu (or main menu with only "[f] PATH [LINE]" entry) or do nothing.

If up/down arrows conflict with Locator history, Ctrl/Alt/Shift/Whatever+up/down can be used.

andreikop commented 12 years ago

Locator line edit will be a combo box. So, it will be possible to open it with a mouse and see whole history. History will be rolled with Shift+Up/Down. I don't use it often. Up and Down will select completion

andreikop commented 9 years ago

See #315