Hi - this webrev adds simple text completion to the Search entry field. So type in something hit return and the entry is stored in an in memory completion list. Next time you type if what you type matches an entry in the completion list it pops up below the entry and you can select it if you wish. Matching is simple case insensitive string match.

The webrev does not persist the list of entries between restarts of PM because one generally does not want to keep searching for the same thing over and over again, unless of course you do a lot of testing.

Jenya if you would prefer to have us persist the completion list between invocations just let us know.

webrev: http://cr.opensolaris.org/~jmr/pm_9965_search_compeltion_10Jul_5pm/
9965 PM add search entry text completion

JR
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to