Developing ij-Plugins using IntelliJ IDEA > Checkout
Checkout selected ij-Plugins module from SVN
repository.
Alternatively you can download
packaged source.
Here we assume that the ij-plugins/ij-plugins module is checked out.
Start IDEA
Select Version Control > Checkout from Version Control > Subversion
Click on "+" icon to add repository
In the "New Repository Location", type: https://ij-plugins.svn.sourceforge.net/svnroot/ij-plugins
Expand SVN tree to see directory structure
Now select path trunk/ij-plugins and click button Checkout
Select directory where you want to keep the project sources
You will be asked to select location based on the directory you selected in the previous step.
Select most appropriate one
Select working copy format, if in doubt, select the highest number to use the newest version
IDEA will start downloading the ij-plugins_toolkit module from the SVN repository.
Status bar will show check-uot indicator
Once download is completed IDEA will give you an option to create new project.
Creation of the project is described in the next step.