1 Reply Latest reply on May 8, 2015 12:34 PM by gastaldi

    Default Roaster formatter used when calling JavaResource.setContents(JavaClassSource)

    neoludo

      When using the method JavaResource.setContents(JavaClassSource), toString() method is called on JavaClassSource by Forge.

      toString() method is formatting source body with internal eclipse formatter settings.

       

      It seems that 's no way to specify another formatter, the only way found (temporary solution) is to inject into the addon jar roaster-jdt our file org.eclipse.jdt.core.prefs.

      Should I create a Jira for this ?