Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2df569

Browse files
author
JohnHake
committed
IJSDK-50: remove checkout_and_build_community instructions and point to intellij-community/README.md instead.
1 parent a2ed757 commit c2df569

File tree

5 files changed

+8
-112
lines changed

5 files changed

+8
-112
lines changed

_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* [Publishing Your Plugin](tutorials/build_system/deployment.md)
2020
* [Using DevKit](basics/getting_started/using_dev_kit.md)
2121
* [Setting Up a Development Environment](basics/getting_started/setting_up_environment.md)
22-
* [Check Out And Build Community Edition](basics/checkout_and_build_community.md)
22+
* [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md)
2323
* [Creating a Plugin Project](basics/getting_started/creating_plugin_project.md)
2424
* [Creating an Action](basics/getting_started/creating_an_action.md)
2525
* [Running and Debugging a Plugin](basics/getting_started/running_and_debugging_a_plugin.md)

basics/checkout_and_build_community.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

basics/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this section:
1414
* [Publishing Your Plugin](/tutorials/build_system/deployment.md)
1515
* [Developing plugins using DevKit](getting_started/using_dev_kit.md)
1616
* [Setting Up a Development Environment](getting_started/setting_up_environment.md)
17-
* [Check Out And Build Community Edition](basics/checkout_and_build_community.md)
17+
* [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md)
1818
* [Creating a Plugin Project](getting_started/creating_plugin_project.md)
1919
* [Creating an Action](getting_started/creating_an_action.md)
2020
* [Running and Debugging a Plugin](getting_started/running_and_debugging_a_plugin.md)

basics/getting_started/setting_up_environment.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ title: Setting Up a Development Environment
66

77
Use the following check list to ensure that you are ready to develop your custom plugins.
88

9-
- **IntelliJ IDEA** version 9.0 or later (either Community Edition or Ultimate) must be installed on your computer.
10-
- **IntelliJ IDEA CE source code** should be checked out to your local computer. This is not a requirement but will make it much easier for you to debug your plugins. For detailed instructions, refer to [Check Out And Build Community Edition](/basics/checkout_and_build_community.md).
11-
- **Plugin DevKit** plugin must be enabled in IDE
12-
- **IntelliJ Platform SDK** must be configured for your IDEA project. For more information, see [Configuring IntelliJ Platform SDK](#configuring-intellij-platform-sdk) below.
9+
- **IntelliJ IDEA CE source code** should be checked out to your local computer. This is not a requirement but will make it much easier for you to debug your plugins. For detailed instructions, refer to [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md).
10+
- **Plugin DevKit** plugin must be [enabled in IntelliJ IDEA](https://www.jetbrains.com/help/idea/managing-plugins.html)
11+
- **IntelliJ Platform SDK** must be configured for your IDEA project. For more information, see below.
1312

1413
### Configuring IntelliJ Platform SDK
1514

1615
To set up your plugin development environment:
1716

1817
* Check out the source code of IntelliJ IDEA Community Edition as described in
19-
[Check Out And Build Community Edition](/basics/checkout_and_build_community.md).
18+
[Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md).
2019

2120
* Create a new *IntelliJ Platform SDK* under **File \| Project Structure**:
2221

@@ -26,7 +25,7 @@ To set up your plugin development environment:
2625

2726
![Set Home Directory](img/set_home_directory.png)
2827

29-
* Select the **IDEA jdk** created in [Check Out And Build Community Edition](/basics/checkout_and_build_community.md) as the default Java SDK:
28+
* Select the **IDEA jdk** created in [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md) as the default Java SDK:
3029

3130
![Set IDEA JDK](img/set_java_sdk.png)
3231

basics/getting_started/using_dev_kit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ own build system. It provides its own SDK type and a set of actions for building
88
In this section:
99

1010
* [Setting Up a Development Environment](setting_up_environment.md)
11-
* [Check Out And Build Community Edition](../checkout_and_build_community.md)
11+
* [Check Out And Build Community Edition](https://github.com/JetBrains/intellij-community/blob/master/README.md)
1212
* [Creating a Plugin Project](creating_plugin_project.md)
1313
* [Creating an Action](creating_an_action.md)
1414
* [Running and Debugging a Plugin](running_and_debugging_a_plugin.md)

0 commit comments

Comments
 (0)