Closed
Bug 543968
Opened 15 years ago
Closed 14 years ago
Reimplement command line aliases
Categories
(Skywriter Graveyard :: Command Line, defect, P1)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dangoor, Assigned: jwalker)
Details
The new command line code does not store its own record of the command objects.
Instead, it relies on the plugin system's getExtensionByKey feature.
Unfortunately, there's no support for aliases there. We can easily add alias
support to the plugin system by allowing the keys to be lists, and
getExtensionByKey will find an extension by any of the keys listed.
However, command line completion will still require some additional thought
beyond this.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → jwalker
Status: NEW → ASSIGNED
Reporter | ||
Updated•15 years ago
|
Target Milestone: 0.7.0 → 0.7.1
Reporter | ||
Updated•15 years ago
|
Priority: P3 → P1
Reporter | ||
Updated•15 years ago
|
Target Milestone: 0.7.1 → ---
Reporter | ||
Comment 1•14 years ago
|
||
ACETRANSITION
The Skywriter project has merged with Ajax.org's Ace project (the full server part of which is their Cloud9 IDE project). Background on the change is here:
http://mozillalabs.com/skywriter/2011/01/18/mozilla-skywriter-has-been-merged-into-ace/
The bugs in the Skywriter product are not necessarily relevant for Ace and quite a bit of code has changed. For that reason, I'm closing all of these bugs. Problems that you have with Ace should be filed in the Ace issue tracker at GitHub:
https://github.com/ajaxorg/ace/issues
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•