Open zcourts opened 9 years ago
To make plugin installable on CLion you shoiuld remove line.
<depends>com.intellij.modules.platform</depends>
But I think plugin won't work properly, and will crush. CLion has slighly different API. I support IntelliJ IDEA at first place. Maybe I will add CLion support later.
I'll give it a try and see what breaks. What version of the Kotlin plugin is required to build? I have several Kotlin syntax errors at the moment.
I use last version of plugin (0.12.200). I think you need last version of IDEA to install last Kotlin version. Also you need JDK 1.6 to compile plugin.
Yup that was my bad, created Intellij SDK with 1.8 and then 1.7 twice instead of with 1.6...built and installed. Seems to work so far.
I'll try to fix anything that comes up and report back but spent some time using it in CLion last night and had no issues so far.
I'm not sure how much active this is but I'll just give a note about the current status with CLion on Windows:
cabal install
from the (MSYS2) command line.
Would it need more than
In https://github.com/Atsky/haskell-idea-plugin/blob/master/plugin/META-INF/plugin.xml#L8 to enable other JetBrains platforms to install this plugin?
I'm using CLion for C/C++ and it'd be handy to be able to edit the Haskell bits in there as well. P.S. I couldn't get the plugin to build in Intellij 13.1/14.1 ultimate with either JDK 6, 7 or 8, so I couldn't test this myself.