miho / MonacoFX

JavaFX editor node based on the powerful Monaco editor that drives VS Code
MIT License
78 stars 25 forks source link

Support diff editor #11

Open odbuser2 opened 4 years ago

odbuser2 commented 4 years ago

Support the diff editor like you've supported the regular editor in MonacoFX and index.html

See the following for an example: https://github.com/microsoft/monaco-editor-samples/blob/master/browser-amd-diff-editor/index.html

miho commented 4 years ago

Good point. We will look into this.

And of course you are welcome to contribute if you want :)

odbuser2 commented 4 years ago

Will do if I can make time. I did a quick hack to support the diff editor but it's not ideal.