vslavik / poedit

Translations editor for Mac, Windows and Unix
https://poedit.net
MIT License
1.76k stars 274 forks source link

Restore "search as you type" list navigation #386

Open vslavik opened 7 years ago

vslavik commented 7 years ago

In Poedit 2, it is no longer possible to navigate the list by typing text (e.g.: Pressing the keyboard "C" key to scroll to the next string starting with "C" letter). This is used by conscientious translators to check consistency of translations for example, or for jumping to sections when using alphabetical ordering.

In Poedit 1, win32 LISTVIEW control was used, which supported quick navigation by typing characters, as NSTableView does (but limited to first column). wxDataViewCtrl is missing this functionality, so it has to be reimplemented in wx.

Reported in https://github.com/vslavik/poedit/issues/383 (too).


Please thumbs-up this issue's description if you are affected; don't add just "me too" comments (do add those offering new insight, thought!).

vslavik commented 5 years ago

Note to self: may require reverting 413751d6771bb3d9799b080680201f4d63fd5136 then.