I have a pretty large Java application with the Swing UI. I am interested in adding a user script through JavaScript. So that users can edit JS from the application, I would like to go beyond the plain text JEditorPane with some syntax highlighting and smart indentation. The application is LGPL, so the license must be LGPL-compatible.
I can use the old version of jedit-syntax (MIT license), but I'm wondering if there is any actively supported project that does something similar, ideally, in mod. I would prefer something lightweight - no RCP Eclipse or NetBeans, thanks.
source share