Closed
Bug 682694
Opened 13 years ago
Closed 9 years ago
GCLI JS autocomplete should be smarter
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Unassigned)
References
Details
We should be doing the following things:
- case insensitive matching
- typo fixing (soundex?)
- partial matches
- highlighting matched sections
- sorting according to match quality
Comment 1•13 years ago
|
||
Another way to fix typos would be with a spell checker like this:
https://github.com/past/speller
Generating the word file from the available keywords, variables, etc. should be pretty straightforward.
Reporter | ||
Comment 2•13 years ago
|
||
Thanks Panos - I was trying to remember that - I knew it had popped up before.
Reporter | ||
Comment 4•13 years ago
|
||
Moving GCLI bugs to Developer Tools: Console. Filter on 'baked beans are off'.
Component: Developer Tools → Developer Tools: Console
Reporter | ||
Updated•13 years ago
|
No longer blocks: GCLI-FUTURE
Reporter | ||
Comment 6•12 years ago
|
||
New component triage. Filter on "Lobster Thermidor aux crevettes with a Mornay sauce"
Component: Developer Tools: Console → Developer Tools: Graphic Commandline and Toolbar
Reporter | ||
Comment 7•11 years ago
|
||
Resetting priorities because these P* levels are very out of date.
Sorry for the bug spam. Filter on Lobster Thermidor
Priority: P3 → --
Reporter | ||
Comment 8•9 years ago
|
||
Triage. Filter on Lobster Thermidor.
Some of this is done, the rest is not worth keeping on file.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•