Configurable arguments for editor command
Open
feature
- Dominant language
- JavaScript
- Stars
- 196
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Please provide an ability to pass the editing URL via commandline (just like in MozEx). This allows editor script to select appropriate colouring scheme automatically, pre- and postprocess data etc.
My QnD fix looks like this (it fixes 1.6.1 "self-edit" bug altogether :)
cacheobj.js:388
- args = [program.path, filename];
- args = [filename, this.node.ownerDocument.location.toString()];
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.