Open
Description
Motivation
Validators are only triggered when making changes in the editor. However, adding/removing/renaming a class/method/attribute to/from a metamodel should also trigger a new validation.
Proposed Solution
Detec 5430 t when the a metamodel changes and programmatically trigger a new Xtext validation every time.
Proposed Implementation
Not sure about the best implementation; I see two possibilities:
- use a couple resource/preferences listeners
- use a project builder.