Added Console Logging and Launch IDE from Error Capability#1
Open
johnsonnc wants to merge 3 commits intoharthur:masterfrom
Open
Added Console Logging and Launch IDE from Error Capability#1johnsonnc wants to merge 3 commits intoharthur:masterfrom
johnsonnc wants to merge 3 commits intoharthur:masterfrom
Conversation
…d IDE launching capabilities
Removed some unneeded code.
Owner
|
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. |
Author
|
I can fix that! |
Contributor
|
I really need this @johnsonnc is there any update on that or shall I work on this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.