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

JS: Parsing errors show only line number, not location. #40

Closed
deno opened this issue May 15, 2012 · 3 comments
Closed

JS: Parsing errors show only line number, not location. #40

deno opened this issue May 15, 2012 · 3 comments
Milestone

Comments

@deno
Copy link

deno commented May 15, 2012

“Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all.”

JSC_TRAILING_COMMA

The error shows in the “Problems” view, and the tree (inside the view) contains correct location (source file), however:

  1. Double clicking to go the error site doesn’t work. (Nothing happens.)
  2. In property dialog field “on element:” shows project name instead of the file name.
  3. In property dialog field “in folder” is blank.
  4. The editor doesn’t show any icon next to the error at the error site, like it does for warnings.
@vtst
Copy link
Owner

vtst commented May 15, 2012

Thanks for the bug report. I see the problem, I'll try to fix it in the next release.

@vtst
Copy link
Owner

vtst commented May 17, 2012

The issue should now be fixed in the code base.

@vtst vtst closed this as completed May 17, 2012
vtst pushed a commit that referenced this issue May 17, 2012
@vtst
Copy link
Owner

vtst commented May 22, 2012

Version 0.2.2 released!

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

No branches or pull requests

2 participants