Replies: 1 comment
-
|
consider using claude code and give it a try ... honestly ... u will very very likely get some basic prototype for sure. and it is quiet possible u will be able to get the full product u want to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
For work we often make desktop applications and at some point we made a basic syntax highlight editor for Java, Lua, CQL, javascript ... and others.
But we need to go further by providing code completion and syntax errors.
So I've checked LSP and the openide text api https://bits.netbeans.org/28/javadoc/org-openide-text/org/openide/text/doc-files/api.html.
But how to link all this together is out of my reach, everything I read is thigtly linked to netbeans RCP. I haven't found a standalone component.
Has anyone made a basic starting point example ? Something with a basic jframe and a text editor component ? Or tips on how to proceed ?
That would really help.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions