Closed
Bug 473665
Opened 17 years ago
Closed 17 years ago
Port |Bug 404414 - Add keyboard shortcut to open Error Console| to SeaMonkey
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0a3
People
(Reporter: InvisibleSmiley, Unassigned)
References
Details
Attachments
(2 files, 3 obsolete files)
3.14 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
640 bytes,
patch
|
InvisibleSmiley
:
review+
|
Details | Diff | Splinter Review |
The Error Console is so helpful, it deserves a shortcut.
Patch coming up.
Reporter | ||
Comment 1•17 years ago
|
||
Attachment #357046 -
Flags: superreview?(neil)
Attachment #357046 -
Flags: review?(neil)
Reporter | ||
Comment 2•17 years ago
|
||
Will request review for this if/when the shortcut itself is accepted.
Comment 3•17 years ago
|
||
Comment on attachment 357046 [details] [diff] [review]
Add Ctrl+Shift+J shortcut
> <keyset id="tasksKeys">
> <key id="key_navigator" key="&navigatorCmd.commandkey;" command="Tasks:Navigator" modifiers="accel"/>
>-
>+ <key id="key_errorConsole" key="&errorConsoleCmd.commandkey;" oncommand="toJavaScriptConsole();" modifiers="accel,shift"/>
> </keyset>
> <commandset id="tasksCommands">
> <command id="Tasks:Navigator" oncommand="toNavigator();"/>
> </commandset>
I can't decide whether this is worth its own command...
>+ <menuitem label="&errorConsoleCmd.label;" accesskey="&errorConsoleCmd.accesskey;" key="key_errorConsole" oncommand="toJavaScriptConsole();"/>
It might be a good idea to wrap this ;-)
Attachment #357046 -
Flags: superreview?(neil)
Attachment #357046 -
Flags: superreview+
Attachment #357046 -
Flags: review?(neil)
Attachment #357046 -
Flags: review+
Comment 4•17 years ago
|
||
(In reply to comment #3)
> I can't decide whether this is worth its own command...
jag, any preference?
Comment 5•17 years ago
|
||
Comment on attachment 357048 [details] [diff] [review]
Add shortcut to Help
Probably belongs later on in the list, not sure whether just before or after help though.
Comment 6•17 years ago
|
||
Neil, I would factor out the JS code into a command and use that from both the key and the menuitem.
Reporter | ||
Comment 7•17 years ago
|
||
New patch with review comments addressed. Also added an id to the menuitem for consistency with the others.
Attachment #357046 -
Attachment is obsolete: true
Attachment #357334 -
Flags: superreview?(neil)
Attachment #357334 -
Flags: review?(neil)
Reporter | ||
Updated•17 years ago
|
Attachment #357048 -
Flags: review?(stefanh)
Reporter | ||
Comment 8•17 years ago
|
||
Comment on attachment 357048 [details] [diff] [review]
Add shortcut to Help
see comment 5 for Neil's take on this
Reporter | ||
Comment 9•17 years ago
|
||
New patch that actually applies (meanwhile the LoginManager switch landed) with the menuitem id changed to javascriptConsole to match Firefox and Calendar (extension compatibility). Thunderbird uses javaScriptConsole, filed bug 473936 to evaluate whether they want to switch as well.
Attachment #357334 -
Attachment is obsolete: true
Attachment #357343 -
Flags: superreview?(neil)
Attachment #357343 -
Flags: review?(neil)
Attachment #357334 -
Flags: superreview?(neil)
Attachment #357334 -
Flags: review?(neil)
Updated•17 years ago
|
Attachment #357343 -
Flags: superreview?(neil)
Attachment #357343 -
Flags: superreview+
Attachment #357343 -
Flags: review?(neil)
Attachment #357343 -
Flags: review+
Updated•17 years ago
|
Attachment #357048 -
Flags: review?(stefanh) → review+
Comment 10•17 years ago
|
||
Comment on attachment 357048 [details] [diff] [review]
Add shortcut to Help
r=me if you put it just before Open Help.
Reporter | ||
Comment 11•17 years ago
|
||
Help shortcut moved above Open Help Window
Attachment #357048 -
Attachment is obsolete: true
Attachment #357367 -
Flags: review+
Reporter | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 12•17 years ago
|
||
Comment on attachment 357343 [details] [diff] [review]
Shortcut v3 (pushed)
http://hg.mozilla.org/comm-central/rev/e9abf6393746
Attachment #357343 -
Attachment description: Shortcut v3 → Shortcut v3 (pushed)
Comment 13•17 years ago
|
||
Comment on attachment 357367 [details] [diff] [review]
Help part v2, r=stefanh (pushed)
http://hg.mozilla.org/comm-central/rev/9b2b51394a18
Attachment #357367 -
Attachment description: Help part v2, r=stefanh → Help part v2, r=stefanh (pushed)
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.0a3
Product: SeaMonkey → Core Graveyard
Target Milestone: seamonkey2.0a3 → ---
Reporter | ||
Comment 14•15 years ago
|
||
Changing back Product from Core Graveyard to SeaMonkey. timeless, if you want to revert, please tell us your reasoning (or was this some mass change?).
Assignee: jh → nobody
Component: Error Console → UI Design
Product: Core Graveyard → SeaMonkey
QA Contact: error-console → ui-design
Target Milestone: mozilla1.9.1 → seamonkey2.0a3
Comment 15•15 years ago
|
||
it was a mass change. the component retired.
You need to log in
before you can comment on or make changes to this bug.
Description
•