Added Console Logging and Launch IDE from Error Capability #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.