mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
Fixing broken links
This commit is contained in:
parent
42b00f85e2
commit
c7e72036cc
@ -1,3 +1,6 @@
|
||||
---
|
||||
---
|
||||
|
||||
# Purpose
|
||||
|
||||
This page provides high-level overview of *External System* sub-system.
|
||||
@ -80,4 +83,4 @@ Though main development is performed at the 'master' branch, there is a special
|
||||
1. Download external-system.zip;
|
||||
2. Unpack it and define *external-system.jar* as a library dependency;
|
||||
3. Configure sources from *external-system-src.jar* if necessary;
|
||||
4. Add definitions from *ExternalSystemExtensionPoints.xml* and *ExternalSystemExtensions.xml* to your *plugin.xml* (that **.xml files are bundled into *external-system-src.jar*). *Note:** it's very important to use custom namespace there because there is a possible case that more than one external system integration uses this approach to be compatible with 12.1.x;
|
||||
4. Add definitions from *ExternalSystemExtensionPoints.xml* and *ExternalSystemExtensions.xml* to your *plugin.xml* (that **.xml files are bundled into *external-system-src.jar*). *Note:** it's very important to use custom namespace there because there is a possible case that more than one external system integration uses this approach to be compatible with 12.1.x;
|
||||
|
@ -29,6 +29,6 @@ section.
|
||||
[DataContext](https://upsource.jetbrains.com/idea-community/file/1731d054af4ca27aa827c03929e27eeb0e6a8366/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/DataContext.java)
|
||||
|
||||
**Related topics:**
|
||||
[Action System](/tutorials/action_system/action_system.md)
|
||||
[Action System](/tutorials/action_system.md)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user