mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
[site] Setting up development environment: screenshots, structure, links
This commit is contained in:
parent
4b5e13cf1a
commit
c3729eca0c
BIN
img/getting_started/setting_up_environment/add_sourcepath.png
Normal file
BIN
img/getting_started/setting_up_environment/add_sourcepath.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
After Width: | Height: | Size: 211 KiB |
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
img/getting_started/setting_up_environment/set_idea_jdk.png
Normal file
BIN
img/getting_started/setting_up_environment/set_idea_jdk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
@ -5,9 +5,42 @@ title: Setting Up Development Environment
|
||||
# {{ page.title }}
|
||||
In order to set up the plugin development environment, you should follow these steps:
|
||||
|
||||
* Check out the sources of IntelliJ IDEA Community Edition as described in
|
||||
[Check Out And Build Community Edition](checkout_and_build_community.html)
|
||||
* Check out the sources of IntelliJ IDEA Community Edition as described in
|
||||
[Check Out And Build Community Edition](checkout_and_build_community.html)
|
||||
|
||||
* Create an SDK of type "IntelliJ IDEA SDK" and specify your installation of IntelliJ IDEA Community Edition as the home path. (You can use IDEA Ultimate as well, but debugging the core code will only work with the Community Edition.)
|
||||
* In the Sourcepath tab of the SDK settings, press the "Add..." button and specify the directory into which you have checked out the sources of the Community Edition
|
||||
* Create a new module of type "Plugin" and select the created SDK as the SDK to be used for this module.
|
||||
* Create a new *IntelliJ IDEA SDK*
|
||||
|
||||

|
||||
|
||||
* Set *IDEA jdk* created in
|
||||
[Check Out And Build Community Edition](checkout_and_build_community.html)
|
||||
as a default Java SDK
|
||||
|
||||

|
||||
|
||||
* Specify your installation of *IntelliJ IDEA Community Edition* as the home path
|
||||
|
||||
**Note:**
|
||||
You can use IDEA Ultimate as well, but debugging the core code will only work with the *Community Edition*
|
||||
|
||||
* In the Sourcepath tab of the SDK settings, press ```Add``` button
|
||||
|
||||

|
||||
|
||||
* Specify the directory into which you have checked out the sources of the *Community Edition*
|
||||
|
||||

|
||||
|
||||
* Go to **File \| New \| Module**
|
||||
|
||||
* Choose *IntelliJ Platform Plugin* module type
|
||||
|
||||

|
||||
|
||||
* Set desired plugin name
|
||||
|
||||
* Go to **File \| Project Structure**
|
||||
|
||||
* Select the newly created *IntelliJ Platform SDK* as a default SDK for the plugin module
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user