You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the CodeConfig defines a lineDelimiter that is different than the system one, then org.eclipse.xtext.xtext.generator.parser.antlr.splitting.PartialClassExtractor fails to do extractions, because it assumes the files it works on were generated using system line breaks.
I guess a fix would be to pass the CodeConfig or the delimiter itself into the PartialClassExtractor constructor and use the delimiter instead of Strings.newLine().
The text was updated successfully, but these errors were encountered:
If the
CodeConfig
defines alineDelimiter
that is different than the system one, thenorg.eclipse.xtext.xtext.generator.parser.antlr.splitting.PartialClassExtractor
fails to do extractions, because it assumes the files it works on were generated using system line breaks.I guess a fix would be to pass the
CodeConfig
or the delimiter itself into thePartialClassExtractor
constructor and use the delimiter instead ofStrings.newLine()
.The text was updated successfully, but these errors were encountered: