|
Download and install either IntelliJ IDEA Ultimate or IntelliJ IDEA Community Edition.
git clone git://git.jetbrains.org/idea/community.git idea |
Configure a common JDK and an IntelliJ IDEA Plugin SDK. For IntelliJ IDEA Plugin SDK you should specify the directory with installed IntelliJ IDEA. By default it offers the directory of the currently running IntelliJ IDEA.
For IntelliJ IDEA Plugin SDK specify the directory with Community Edition source files.
Install and enable Plugin DevKit, Grammar-Kit and PsiViewer plugins.
Create an IntelliJ IDEA Plugin project and specify IntelliJ IDEA Plugin SDK.
|