RSyntaxTextArea
RSyntaxTextArea copied to clipboard
Modularize project
We use RSyntaxTextArea in WollMux. We plan to upgrade to Java 11 and modularize our project. During compilation we get a warning:
Required filename-based automodules detected: [rsyntaxtextarea-3.1.0.jar, autocomplete-3.1.0.jar, rstaui-3.1.0.jar]. Please don't publish this project to a public artifact repository!
Could you provide a modularized version?
I have the same problem for AutoComplete and RSTAUI.
Thx, Daniel
Hi @sikelerd, currently RSTA and friends are compiled with Java 8. Is there any reason you build RSTA from source rather than pulling it from Maven Central?
As for a timeline for updating to Java 11+, I'm dragging my feet since I like being as compatible with older Java versions as possible. I realize that Java 8 is super old now but many older projects may not have made the jump yet to Java 9+. Still, it is on my radar.