Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight Line of Error #2

Open
jprichardson opened this issue Nov 25, 2012 · 4 comments
Open

Highlight Line of Error #2

jprichardson opened this issue Nov 25, 2012 · 4 comments

Comments

@jprichardson
Copy link

Would be cool if it could highlight the lines with errors.

@jprichardson
Copy link
Author

Looks like it may be possible: http://www.sublimetext.com/docs/2/api_reference.html Specifically, methods line() and replace().

@duereg
Copy link
Owner

duereg commented Nov 26, 2012

I'll take a look at this and see how easy it would be to implement. I also take pull requests.

@duereg duereg closed this as completed Nov 26, 2012
@duereg duereg reopened this Nov 26, 2012
@duereg
Copy link
Owner

duereg commented Nov 28, 2012

I have a pull request in with the authors of Esprima which will allow you to jump to any line with an error. Waiting on their response.

Not exactly what you asked for, but useful anyways.

@jprichardson
Copy link
Author

Cool, on a bright note... it is possible, as SublimeClang does it. That'll make this plugin really useful. Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants