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

double click on the error message to jump to the actual code in the editor #1

Open
asmwarrior opened this issue Jul 8, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@asmwarrior
Copy link

Hi, the site http://asymptote.ualberta.ca works great!
I would suggest that if it can add one feature, that if there are some build errors, it could help the user to locate the error in the source code quickly, thanks!

@johncbowman
Copy link
Member

johncbowman commented Jul 11, 2020

Yes, this is a good idea and will be possible once we adopt CodeMirror. For now, I've implemented something more primitive in the terminal window that looks a bit like this:
real a=b;
_____ ^
workspace_1.asy: 1.8: no matching variable of name 'b'

@johncbowman johncbowman added the enhancement New feature or request label Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants