commit | cd71279850691ecec989ceeca317c985cffb0553 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Mar 03 19:54:31 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Tue Mar 03 19:54:31 2009 -0800 |
tree | 4111a91446df3d8425758878db796a67193de844 | |
parent | f2b5340d8aa6d39e6e9f61d3b6629cdf61766417 [diff] |
Bold substrings which match query when showing completions This is simply a common idiom for completion widgets on the web. The fact that GWT 1.5.3 doesn't provide it out of the box is a bit disturbing, but we can easily implement it by inheriting off gwtexpui's new HighlightSuggestOracle class. Signed-off-by: Shawn O. Pearce <sop@google.com>