Scala includes the continuations plugin now (yay), but must be enabled by passing "-P:continuations:enable" to the scala compiler. Is there a way to pass arbitrary arguments to scalac for the eclipse scala plugin?
From: http://permalink.gmane.org/gmane.comp.lang.scala/19439
the plugin is loaded by default, but it must be enabled by the command line argument -P:continuations:enable