xtext-core/tests
Moritz Eysholdt 8d293ae59b [formatter#480737] improve FormatterFragment.
This incorporates two changes:
- for the generate-once stub, the formatter will only generate 
  methods for the first two EClasses. Generating more will most
  likely create code that breaks the next time the grammar is changed.
- have a generic _format(EObject) method in AbstractFormatter2 that 
  does nothing but invoke the formatter-dispatch-method for all
  direct children of the EObject.
  
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=480737

Signed-off-by: Moritz Eysholdt <moritz.eysholdt@itemis.de>
2015-11-06 09:45:32 +01:00
..
org.eclipse.xtext.junit4.tests Make XtextInjectorProvider accessible for all test projects 2015-10-05 09:36:23 +02:00
org.eclipse.xtext.testlanguages [mvn] Fixed Xtext-maven-plugin tests failure 2015-10-29 15:19:13 +01:00
org.eclipse.xtext.testlanguages.ide [build config] integrated '...testlanguages.ide' into tycho build, added it to '...xtext.tests.feature' 2015-10-28 13:40:39 +01:00
org.eclipse.xtext.tests [formatter#480737] improve FormatterFragment. 2015-11-06 09:45:32 +01:00