We have our domain specific language based on xtext. For representation of language, we have our own editor in Eclipse. This editor is basically Eclipse plugin. Is there any way to port this eclipse editor plugin to Che?
As this is eclipse plugin, it's tightly coupled with the IResource model and Che don't support for IResource model, Is there any way to handle this scenario?