[meta] Multiline editor mode to console
Categories
(DevTools :: Console, enhancement)
Tracking
(Not tracked)
People
(Reporter: canuckistani, Unassigned)
References
(Depends on 7 open bugs)
Details
(Keywords: meta, Whiteboard: [devtools-ux])
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Comment 8•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Comment 9•9 years ago
|
||
Reporter | ||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Updated•9 years ago
|
Comment 12•8 years ago
|
||
Comment 13•8 years ago
|
||
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•8 years ago
|
||
Comment 17•8 years ago
|
||
Comment 18•8 years ago
|
||
Updated•8 years ago
|
Updated•7 years ago
|
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Updated•6 years ago
|
Comment 21•6 years ago
|
||
Let's use this bug as a META for this work that will be split in multiple smaller bugs
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 22•5 years ago
|
||
Feedback:
I like the multiline editor! Easier to use than the Scratchpad, since it's docked to the correct tab, and it's easier to see which code is selected.
Papercut 1:
Steps to reproduce: 1) Create a long script, 2) Scroll all the way up, 3) Put the cursor on the second line, 4) Press Enter.
Expected result: No scrolling occurs.
Actual result: The script is scrolled so that the second line is the top line.
Papercut 2: Executing a large script multiple times quickly clutters the console panel. Perhaps a long script could be abbreviated, and expanded when clicking "...":
>> function abc() {
console.log('abc')
...
Papercut 3: I'd like some keyboard shortcut for navigating history. Perhaps Ctrl+H and up/down arrows.
Comment 23•5 years ago
|
||
Thanks for the feedback Dan!
Papercut 3: I'd like some keyboard shortcut for navigating history. Perhaps Ctrl+H and up/down arrows.
I filed Bug 1578160 for that
Comment 24•5 years ago
|
||
Papercut 2: Executing a large script multiple times quickly clutters the console panel. Perhaps a long script could be abbreviated, and expanded when clicking "...":
Filed Bug 1578212 :)
I tried reproducing Papercut 1 but couldn't ? The editor doesn't scroll when adding the new line.
Comment 25•5 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #24)
I tried reproducing Papercut 1 but couldn't ? The editor doesn't scroll when adding the new line.
I was clearly tired when I wrote that. I meant Tab, not Enter. I've filed Bug 1578283 for this papercut.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•