Closed
Bug 274311
Opened 20 years ago
Closed 18 years ago
Can you add all of the shell commands to the help() menu?
Categories
(Rhino Graveyard :: Core, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6R6
People
(Reporter: sk, Unassigned)
Details
Attachments
(1 file)
|
5.69 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12
Build Identifier: Feature Request: Add new shell commands ("serialize", etc.) to help() menu?
Can you add all of the shell commands to the help() menu?
Reproducible: Always
Steps to Reproduce:
1. Start the JavaScript shell.
2. Type help();
Actual Results:
"serialize" and other newer commands not listed.
Comment 1•19 years ago
|
||
Reassigning to please_see_bug_288433@eml.cc pending resolution of bug 288433
Assignee: igor.bukanov → please_see_bug_288433
Updated•19 years ago
|
Assignee: please_see_bug_288433 → nobody
Comment 2•18 years ago
|
||
I have added a patch for shell help and updated the command line help.
Comment 3•18 years ago
|
||
Committed patch: Checking in toolsrc/org/mozilla/javascript/tools/resources/Messages.properties; /cvsroot/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties,v <-- Messages.properties new revision: 1.27; previous revision: 1.26 done Checking in toolsrc/org/mozilla/javascript/tools/shell/Global.java; /cvsroot/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Global.java,v <-- Global.java new revision: 1.43; previous revision: 1.42 done Checking in toolsrc/org/mozilla/javascript/tools/shell/Main.java; /cvsroot/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Main.java,v <-- Main.java new revision: 1.72; previous revision: 1.71 done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Target Milestone: --- → 1.6R6
You need to log in
before you can comment on or make changes to this bug.
Description
•