Im using 0.1.9
Is there any way to autocomplete modifiers

Say e.g. you have a command which goes: search for obama with yahoo

I have used noun_type_link for the searchengines:

var1 = "yahoo", var2 = "google", var3 = "bing"
noun_type_link = new CmdUtils.NounType("søkemotor", [var1, var2,
var3]);

when i write 'y', 'g', 'b' it autocompletes yahoo, google or bing

So far so good

I would like to have the same possibillity for the modifiers

so when i write 'f' or 'w' it autocompletes 'for' or 'with`

This means I could write
"search f obama w y"
instead of
"search for obama with y(ahoo)"

(I remember this was happening automatically in earlier versions of
ubiquity (0.1.2?)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to