Ensure Windows compatibility of the coffee-editor
ndoschek opened this issue · 0 comments
ndoschek commented
Apparently, the coffee-editor is not compatible with Windows currently (see also eclipse-emfcloud/emfcloud#211).
This is mainly due to URI parsing problems if Windows paths are handed over.
The following features are currently affected:
- Diagram Editor
- Model Analysis
- Java/CPP code generators
There is already a WIP branch, that fixes the diagram editor, and provides a quickfix workaround for the remaining ones. But this quickfix needs to be solved properly before merging.