Closed
Bug 1157089
Opened 10 years ago
Closed 9 years ago
[gcli] Provide a way to search preferences
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: strugee, Unassigned)
References
Details
GCLI should provide a way to search preferences, similar to `addon list`, except that you should be able to pass it a string (or regexp) to filter by.
The command "pref show " looks works, it have automatic suggestions for all pref name.
Flags: needinfo?(alex)
Reporter | ||
Comment 2•9 years ago
|
||
Personally I find that I often remember a single component of a pref's path, which is probably not at the beginning. So the autocomplete doesn't work for that because the typed string isn't at the beginning of the pref name.
Flags: needinfo?(alex)
According to my test results, it is an any match instead of begin match only, although it does not support any wildcard or regexp.
Comment 4•9 years ago
|
||
Right, this works as designed in comment 3.
Thanks
Triage. Filter on Lobster Thermidor.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•7 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
•