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
This commit outlines how I believe we should attempt to fix issue scala-ide#249.
The one thing that is really missing is attaching a listener to the property
store to update the value of `PlayProject.playVersion`. The idea is that in
`CompilerUsingi.compileTemplateToScalaVirtual` we can use
`Play.apply(playProject.playVersion)` to retrieve an instance of `Play` that can
be used to inject the proper imports.
Note that the new classes are poorly named (hence they can and should be
changed). And also the current design isn't great, so it can be changed as well.
dotta
added a commit
to dotta/scala-ide-play2
that referenced
this issue
Jun 14, 2015
See https://groups.google.com/forum/#!topic/scala-ide-user/WFNoQ6GNw1k
The text was updated successfully, but these errors were encountered: