Closed
Bug 973688
Opened 11 years ago
Closed 5 years ago
Automatic indentation doesn't match what the pretty printer does
Categories
(DevTools Graveyard :: Scratchpad, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pcwalton, Unassigned)
References
Details
There are a couple of cases in which the pretty printer doesn't do what the automatic indentation does, leading to inconsistencies:
1. It looks like the tab stop is 3 spaces in the automatic indentation instead of 4.
2. "case" labels are auto-indented by the automatic indentation, but not by the pretty printer.
Comment 2•8 years ago
|
||
The indentation issue is getting fixed with Bug 1339293.
Leaving open for the prettifier issue. We have several pretty printing issues for scratchpad, we should look into switching the debugger.html pretty printer.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment 3•8 years ago
|
||
Sorry did not mean to close it.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 4•5 years ago
|
||
Scratchpad was removed in Bug 1519103 (Firefox 72). You can check the alternative in https://wiki.developer.mozilla.org/en-US/docs/Tools/Deprecated_tools#Scratchpad .
The Scratchpad bug list was reviewed and I think this bug can be safely closed.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•