ActiveState‘s Komodo Edit is just perfect – today I found two another things wich surprise me:
- edit dialog for system variables has two modes – as you can see it’s simple, nice and usable.
- the second thing are commands – I had needed JSLint for check my sources so I’ve added new command – at the first time I added only simple command with normal console output – than I looked into my JSLint configuration file and set up the output format to this:
+output-format __FILE__:__LINE__:__ERROR__and also configure command as you can see at the attached picture and the result was just perfect
In my opinion is Komodo Edit the best and cheapest choice for JavaScript – only thing that I’m missing for web-scripting is support of Microsoft’s JScript – I need to made my scripts supported by all commonly used browsers and I’m tired by the MSDN. But at other hand when you doing some Mozilla‘s extension the JavaScript’s context help is just perfect (even the help Components.classes.* or Components.interfaces etc.).
PS: I’ve also made the simple macro for generating UUID (this macro using Components.interfaces.nsIUUIDGenerator). You can download it here: generate-uuid-macro.js.
