QiangF / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Enhancement: Searchable/shortable list of phrases #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
This is an enhancement request, not a problem.

What is the expected output? What do you see instead?
User should be able to quickly search and short the phrases.

What version of the product are you using? On what operating system?
V 0.71.3 OS: Ubuntu 11.04

Please provide any additional information below.
Right now the phrases are added in order they were created and users might 
create similar phrases unnecessarily. There is no way the user can quickly type 
the few characters and search the phrase. Also, we cannot sort the phrases by 
name.

Similar programs in Windows, such as Shorthand For Windows and Phrase Express 
allows you to search the phrases.

Original issue reported on code.google.com by ravisgh...@gmail.com on 14 Apr 2012 at 10:17

GoogleCodeExporter commented 9 years ago
They are actually automatically sorted by name. The GTK tree sorting is so 
complex I'm not really prepared to tackle manual sorting, but making it 
searchable is certainly possible.

Original comment by cdekter on 19 Apr 2012 at 3:45

GoogleCodeExporter commented 9 years ago
Implemented for next release

Original comment by cdekter on 19 Apr 2012 at 4:11