Closed
Bug 706230
Opened 13 years ago
Closed 13 years ago
GCLI should have a jump-to-scratchpad feature
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 12
People
(Reporter: jwalker, Assigned: jwalker)
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
dcamp
:
review+
|
Details | Diff | Splinter Review |
GCLI needs a keyboard shortcut to take the current contents of the command line and transfer it to a new scratchpad. (assuming we're editing javascript)
» { window.addE<CTRL+ENTER>
Up pops a new scratchpad containing 'window.addE' with the cursor in the right place, just ready for a hardcore JS session.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jwalker
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #587277 -
Flags: review?(dcamp)
Attachment #587277 -
Flags: review?(dao)
Comment 2•13 years ago
|
||
Comment on attachment 587277 [details] [diff] [review]
upload 1
>+.gcli-in-scratchlink {
>+ float: right;
>+ font-size: 85%;
>+ color: #888;
>+ padding-right: 10px;
>+}
Is this always using left-to-right layout even in right-to-left locales?
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #2)
> Comment on attachment 587277 [details] [diff] [review]
> upload 1
>
> >+.gcli-in-scratchlink {
> >+ float: right;
> >+ font-size: 85%;
> >+ color: #888;
> >+ padding-right: 10px;
> >+}
>
> Is this always using left-to-right layout even in right-to-left locales?
It is. And it should be.
Updated•13 years ago
|
Attachment #587277 -
Flags: review?(dao) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Thanks for the r+ Dao.
Assignee | ||
Comment 7•13 years ago
|
||
CSS unchanged.
This just adds unit tests.
Attachment #587277 -
Attachment is obsolete: true
Attachment #587277 -
Flags: review?(dcamp)
Attachment #587838 -
Flags: review?(dcamp)
Assignee | ||
Comment 8•13 years ago
|
||
Adding in missing files.
Attachment #587838 -
Attachment is obsolete: true
Attachment #587838 -
Flags: review?(dcamp)
Attachment #587849 -
Flags: review?(dcamp)
Updated•13 years ago
|
Attachment #587849 -
Flags: review?(dcamp) → review+
Assignee | ||
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•