Added Console Logging and Launch IDE from Error Capability
Not alot of code comments, sorry. Quick and dirty mod.
Extended the console capabilities so it will capture the from what ever tab you are attached to. Add some pretty colours and store log messages 2000 of them.
From there you can type '.go' and the error number and it will launch into whatever IDE is configured (see toward the bottom, the editor and paths object).
The paths object requires that the base URI path and the file system paths line up.
It's probably not as robust and forgiving as it should be but it does work, none the less probably could use a bit more testing.
This solves two major issues for me; Firebug has be quickly degrading in quality and seems to eat log messages, and there is no way for Sublime Text to be launched from Firebug. Now I don't have to worry about either.
Logging, awesome!!
I can't accept this as it is. It adds many unrelated changes to whitespace and code style. And the new code doesn't follow the coding style of the rest of the file.
If you do a console.log, it will appear as an "Error" as well, so this should probably be labelled differently as a "Log" or something more innocent sounding.
I can fix that!
I really need this @johnsonnc is there any update on that or shall I work on this?