Community
Participate
Working Groups
Build Identifier: 3.6 I20100608-0911 xtext 1.0.0.v201006161118 Out Grammar work well in 0.8.0M5 but I tried now to port it to 1.0.0 But I get a compiler error in ...ui.contentassist.antlr.internal with the class InternalApplicationParser (the class extending AbstractInternalContentAssistParser): The code for the static initializer is exceeding the 65535 bytes limit Reproducible: Always Steps to Reproduce: 1. Make a complex grammar with about 600 lines 2. generate
Did you activate class splitting in your Antlr generator fragment?
I haven't been aware of this feature. Now it compiles. Thanks.