Closed Bug 717596 Opened 13 years ago Closed 12 years ago

GCLI: automatically added '}' is not displayed in this one place

Categories

(DevTools :: Console, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 12

People

(Reporter: jorendorff, Unassigned)

References

Details

When you type '{' in the new console, you automatically get a matching '}' in light gray. However if you type

  { 2 + 2

and then hit enter, what's echoed in the console is:

  { 2 + 2
  { 2 + 2 } ---> 4

It would be nicer to add the '}' on that first line.
Summary: Console: automatically added '}' is not displayed in this one place → GCLI: automatically added '}' is not displayed in this one place
My current plan is:

> { 2 + 2

Displays:

2 + 2
4

Just like the old web console. It's not like there is any confusion between JS and commands to a human.
Blocks: GCLI-12
OS: Mac OS X → All
Hardware: x86 → All
Depends on: 693269
Triage. Filter on PEGASUS.
Will be fixed in bug 693269
Priority: -- → P2
No longer blocks: GCLI-12
Fixed in Bug 693269.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 12
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.