JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

Specify what exactly version of IDEA 13 is supported #67

Closed hsestupin closed 10 years ago

hsestupin commented 10 years ago

The third step at your contribution tutorial says:

3. Download archive of the latest IDEA 13 EAP Ultimate or Community edition.

But with latest IDEA 13 SKD la-clojure simply doesn't compile. The error raises at the class ClojureBasicSelectioner

Could you please specify more concretely which version is supported right now cause it seems that trying out to download all the IDEA 13 builds from here is not the best practice. Thanks.

donnerpeter commented 10 years ago

That's an API breakage introduced very recently in 13 EAP. It has been reverted since then, but I've made the source compatible with both versions. Sorry for the inconvenience. Normally the compilation should work with the latest EAP.