-
-
Notifications
You must be signed in to change notification settings - Fork 70
Use a better supported library than jEditSyntax #355
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
Comments
Created by: benfry Updating the title—it's the jEdit "syntax" package, which was an offshoot for an embeddable editor component. jEdit itself is alive and well, but it's moved in another direction (into a full-featured programmer's editor). |
Created by: GKFX I thought we were maintaining it; is the lack of upstream help actually causing us problems? |
Created by: benfry We're maintaining it where possible/necessary, but it has many known bugs and the original authors have even disavowed it. @fjenett played with using RSyntaxArea as a possible replacement, but that work is unfinished. Of all the things I'm maintaining in this code, a text area is really a long ways from the category of "code that is important for us to write/control ourselves." Edit: here's a link to Florian's work: https://github.com/fjenett/processing-rsyntaxtextarea-antlr4 |
Created by: benfry Attempted this again for 4.x, and not moving forward with it. Long list of why is here: https://github.com/processing/processing4/blob/master/app/src/processing/app/syntax/README.md Short version is that it's time better spent on implementing a Language Server and starting fresh with a new IDE. |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
In GitLab by @Akarshit on Apr 18, 2015, 07:27
jEdit is now 14 years old and is not maintained/updated. It would be very helpful if the code using jEdit can be replaced with something better maintained. RSyntaxArea is an alternative but other suggetions are welcome.
This change might not get into Processing 3.x but will be very useful in future.
The text was updated successfully, but these errors were encountered: