Hi! First of all congratulations for your project. I would like to know what new features you're planning to develop. Will there be support like syntax highlightening and autocomplexion? Nice feature would also be exact error and warning matches in code. Looking forward to seeing progress in your project. Good luck!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The first feature I plan to implement further is the outline page, it is quite annoying to look-up productions in cup files. Syntax highlighting and autocompletion will follow after outline, I have to dig a few in SDK.
I cannot say when this will happen, this is a free time project; for moment I'm only focused on the bugs of the current version. Any reports are welcomed.
The exact matches of errors and warnings is quite dificult to implement, since both JFlex and JavaCup lacks an uniform format of output.
I can find an exact match when these tools provide the location of the problem (line, column), but there are several cases when this information is missing from their output.
Thank You for the appreciations...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! First of all congratulations for your project. I would like to know what new features you're planning to develop. Will there be support like syntax highlightening and autocomplexion? Nice feature would also be exact error and warning matches in code. Looking forward to seeing progress in your project. Good luck!
The first feature I plan to implement further is the outline page, it is quite annoying to look-up productions in cup files. Syntax highlighting and autocompletion will follow after outline, I have to dig a few in SDK.
I cannot say when this will happen, this is a free time project; for moment I'm only focused on the bugs of the current version. Any reports are welcomed.
The exact matches of errors and warnings is quite dificult to implement, since both JFlex and JavaCup lacks an uniform format of output.
I can find an exact match when these tools provide the location of the problem (line, column), but there are several cases when this information is missing from their output.
Thank You for the appreciations...