Eugene Platonov
Eugene Platonov
this looks like an awesome idea! no need to host, no need to setup, just write plain md files i think it's very readable as is, and you don't need...
the project is dead for a long time, you don't need it as intellij's scala plugin should be able to handle sbt projects by default
it does sound sad
that sounds like IDEA issue, try to disable auto-import of changes in IDEA SBT settings
can't you just open sbt project in idea 14?
@pavelfatin could you please take a look?
looks like "Resources" and "Test resources" has been added recently to IDEA 13, so it will not be backward compatible with IDEA 12 though additional flag or setting can be...
@riedelcastro you can squash all the commits so, the result commit will contain only the end result of applying all the commits
just type "scripted" in sbt console see more here http://eed3si9n.com/testing-sbt-plugins
Test resources set via `sourceDirectories in Test` are not marked as Test in IDEA project structure.
Test Resources is a feature of idea 13+ do you have an idea what will happen to projects with Test Resources opened with idea 12? if idea 12 can read...