]> spindle.queued.net Git - midori/commit
Support space and percent as wild cards in location completion
authorPeter de Ridder <peter@xfce.org>
Sun, 15 Aug 2010 21:44:13 +0000 (23:44 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 15 Aug 2010 22:05:35 +0000 (00:05 +0200)
commit9a78cc6f6e2e55b76cf9cd41af58e84e0694cb86
treebfefe03eee7ac041dd5f1d1309962f631284e856
parentbae41b45a82c0422ea5c6fb5423b740595cf9cee
Support space and percent as wild cards in location completion

Internally the typed key is treated as if spaces are wildcards,
so 'hello world' would be 'hello%world'.

The text renderer splits the typed text by ' ' and '%', so
multiple words are highlighted.
midori/midori-locationaction.c