Can I embed the "concept editor" within a Swing application to replace a Swing edit control?
We have a scripting language defined over 30 years ago. In our Swing application we have a window with a swing edit control to allow the user to enter script commands. Afterwards the full text they typed in is sent to a backend server which parses it and returns data. The problem is the swing editor doesn't do any syntax highlighting or formatting. We would like to define our language using MPS and incorporated the concept editor within our application so the user would have a nice editor to enter our scripting language into. Can this be done?
Please sign in to leave a comment.
Vaclav
Sent from my iPhone
MPS supports creation standalone IDEs around a selected set of languages, but integrating a projectional editor (including all the requested infrastructure) inside custom made apps is unfortunately not supported.
Sent from my iPhone
I haven't seen MPS3 in action much as I thought it was a bit raw (but that was the first public release), and after your previous post I was really surprised because I didn't even thought that you are already working on a web interface. Is there any public repository available for this version of MPS?
this is still work-in-progress and there's not much you can put your hands on currently beyond the demo page I referred to earlier.
Vaclav