I am developing an EMF-model and an UI with different views. I also use the generated Editor from EMF.
Every element has different properties, which can be shown in the Properties-View. But especially when writing much text (f.e. description for an element), I don't want to edit this property in the small row in the Properties-View. I want to edit this property in a standard editor where I can use all of the benefits of an editor. How can I manage that?
Edit: A possible way I can think of is: Creating a Temp-File with the property-content, open this file in an editor, read the saved content after the file was saved (I don't know yet how to trigger the property-update when the file was saved) and delete the file.