How to implement eclipse editor into JavaFX UI

240 views Asked by At

I currently have to code a code editor in JavaFX. I already tried using Ace.js using a webview, but I always get a lowlevel sigsev error in the webview natives. Now I wanted to implement the eclipse editor into the project, is this possible?

0

There are 0 answers