Closed
Bug 679643
Opened 13 years ago
Closed 9 years ago
When the user presses { or }, GCLI should insert spaces to pad the braces
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jwalker, Unassigned)
References
Details
Virtually all coding styles have whitespace surrounding braces, so things obviously 'look' better that way, plus we're training ourselves to think so.
GCLI could automagically make things look better by displaying
> echo {document.title}
More like:
> echo { document.title }
Without requiring the user to enter the extra spaces.
Reporter | ||
Comment 1•13 years ago
|
||
Moving GCLI bugs to Developer Tools: Console. Filter on 'baked beans are off'.
Component: Developer Tools → Developer Tools: Console
Reporter | ||
Comment 3•13 years ago
|
||
Triage. Filter on PEGASUS.
Reporter | ||
Updated•13 years ago
|
No longer blocks: GCLI-FUTURE
Reporter | ||
Comment 4•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
Comment 5•12 years ago
|
||
is this still a valid bug? can this bug be used as a project for my school? We need to tackle a bug and submit it then get approved to get full credit. Let me know. Thanks
Reporter | ||
Comment 6•12 years ago
|
||
(In reply to Tyrone Chong from comment #5)
> is this still a valid bug? can this bug be used as a project for my school?
> We need to tackle a bug and submit it then get approved to get full credit.
> Let me know. Thanks
This is a valid bug, but it's hard, and not something I'd recommend as an easy way to get started. I suggest bug 795847 or bug 803526
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: P4 → --
Reporter | ||
Comment 8•9 years ago
|
||
Triage. Filter on Lobster Thermidor.
JS support like this not planned.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
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
•