On 11/10/2016 12:37 PM, Simon Schäfer wrote:
> Generally this is possible but it is not super easy to implement because
> we don't provide an API that can support this use case as an out of the
> box experience. A basic editor with syntax and error highlighting
> shouldn't be very difficult to implement but more powerful features like
> semantic highlighting are much more of a hassle.
>
> You can have a look at the implementation of our yet unmerged work on a
> sbt editor:
>
https://github.com/scala-ide/scala-ide/tree/sbt-integration/org.scala-ide.sbt.core/src/org/scalaide/sbt/ui/internal/editor
>
> With a few modifications to this code you should be able to get basic
> syntax and error highlighting + code completion up and running.
>
>