sbt-eclipse icon indicating copy to clipboard operation
sbt-eclipse copied to clipboard

Allow custom project-specific settings (such as formatter.rewriteArrowSymbols)

Open raboof opened this issue 10 years ago • 0 comments

I'd like to add some settings to .settings/org.scala-ide.sdt.core.prefs.

A glance at /src/main/scala/com/typesafe/sbteclipse/core/Eclipse.scala suggests that this is only possible via the sbt.Keys.scalacOptions (and even then only for those options supported by fromScalacToSDT in /src/main/scala/com/typesafe/sbteclipse/core/EclipseSDTConfig.scala)

It would be nice to add custom keys such as formatter.rewriteArrowSymbols .

raboof avatar May 27 '15 09:05 raboof