debugging intellij version 14.1
Answered
Hello,
I have written a plugin that works on 15 intellij versions but doesn't work properly on 14.1 versions
I want to debug the code on 14.1 version but I can find the source code for 14/1 version.
where can I find the link to the source code?
the git hub project is a refrence to 10.0.2 versions.
which tag/branch refers to 14 versions?
many thanks
Please sign in to leave a comment.
Hi!
As stated at http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html, 141 branch corresponds to IntelliJ IDEA 14.1. So the link to sources is https://github.com/JetBrains/intellij-community/tree/141.
it was very helpful.
thanks a lot.