I'm trying to define a command with Twitter-like syntax and running
into parameter parsing limitations.
Twitter uses multiple "@" symbols to designate who you're sending to.
However, Ubiquity modifiers cannot contain special characters and
can't support modifiers with the same name, correct?
E.g. the following will never work
modifiers: {"@": noun_arb_text, "@": noun_arb_text}
It looks to me like the best I can do is define a single parameter of
noun_arb_text and do the parsing myself.
Does anybody have other suggestions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---