GitHub user parrotcar00 added a comment to the discussion: Use netbeans editor as a standalone component in a Jetpack compose desktop app
The Netbeans editor is one of the prettiest editors I have seen. I love building all things in Kotlin these days. What's happening here is I am trying to combine the 2 things above to try and build an editor with jetpack compose, kotlin and netbeans editor. I think I'll have to go with a vscode webview based component for now but what would have been cool is if I could've used the Netbeans editor. In this scenario, of course, I would supply my own dsl parser, an lsp implementation just like I do with vscode. GitHub link: https://github.com/apache/netbeans/discussions/9458#discussioncomment-17377407 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
