Community
Participate
Working Groups
steps to reproduce: 1. create a new xtext project 2. add an additional grammar to the list of usedGrammars i.e. grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals,org.eclipse.xtext.common.Terminals generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" Model: greetings+=Greeting*; Greeting: 'Hello' name=ID '!'; 3. editor indicates an error from validation rule 'Too many matches for reference to org.eclipse.xtext.common.Terminals....' 4. select and mark the last added used grammar (exclude the ',' separator from the selection) 5. delete the selection and immedeately invoke CA afterwards
Created attachment 176498 [details] IOOBE
Created attachment 176499 [details] step4
Seems to be fixed in HEAD.
Closing bug which were set to RESOLVED before Eclipse Neon.0.