mpeltonen / sbt-idea

A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files
Other
1.07k stars 153 forks source link

generate idea 14 project #326

Open antonkulaga opened 10 years ago

antonkulaga commented 10 years ago

I see that sbt-idea generates idea 13 project. After conversion to idea 14 project a lot of stuff is messed up. So, for instance, project with sbt-plugins that are opened by idea 13 after gen-idea without any problems are totally broken after conversion to idea 14 format (see screenshot here https://youtrack.jetbrains.com/issue/SCL-7818 ), unfortunately gen-idea is the only way to open sbt plugins as native Idea sbt import is broken for plugins.

fujohnwang commented 10 years ago

+1

jdolson commented 9 years ago

+10 Native SBT support in IntelliJ is just not good enough yet, and having to convert my projects every time I run gen-idea is painful.

gmalouf commented 9 years ago

A pull request by one of us would be ideal, we are not paying for this plugin.

matiwinnetou commented 9 years ago

I think the project is abandonded?