mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Save contents of generated Xtext editors, too #133

Closed szschaler closed 8 months ago

szschaler commented 8 months ago

Closes #132

szschaler commented 8 months ago

Actually, this is the wrong way of going about this. We should really add a canSave method to Panel that returns true for those panels for which saving is possible. Panels should then have a save method that can be invokved to do the actual saving, provided some broader context from the Playground.

szschaler commented 8 months ago

Ready for review @barnettwilliam