mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
update upsource links
This commit is contained in:
parent
e03a0e7260
commit
08cf84fe01
@ -102,7 +102,7 @@ To show custom context web-based help for your plugin's functionality (e.g., for
|
|||||||
|
|
||||||
## Running Tasks Once
|
## Running Tasks Once
|
||||||
|
|
||||||
Use [`RunOnceUtil`](upsource:///platform/core-api/src/com/intellij/ide/util/RunOnceUtil.java) to run a task exactly once per project/application.
|
Use [`RunOnceUtil`](upsource:///platform/ide-core/src/com/intellij/ide/util/RunOnceUtil.java) to run a task exactly once per project/application.
|
||||||
|
|
||||||
## Application Events
|
## Application Events
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ The [custom language tutorial](documentation_provider.md) contains a step-by-ste
|
|||||||
In addition, several implementations of other languages exist in the IntelliJ Platform code, for instance:
|
In addition, several implementations of other languages exist in the IntelliJ Platform code, for instance:
|
||||||
|
|
||||||
* The [Properties Language plugin](upsource:///plugins/properties) has a small and easy-to-understand [`DocumentationProvider`](upsource:///plugins/properties/src/com/intellij/lang/properties/PropertiesDocumentationProvider.java) similar to the one shown in the custom language tutorial.
|
* The [Properties Language plugin](upsource:///plugins/properties) has a small and easy-to-understand [`DocumentationProvider`](upsource:///plugins/properties/src/com/intellij/lang/properties/PropertiesDocumentationProvider.java) similar to the one shown in the custom language tutorial.
|
||||||
* Usage examples for `DocumentationMarkup` can be found in [`ThemeJsonDocumentationProvider`](upsource:///plugins/devkit/devkit-core/src/themes/ThemeJsonDocumentationProvider.java).
|
* Usage examples for `DocumentationMarkup` can be found in [`ThemeJsonDocumentationProvider`](upsource:///plugins/devkit/intellij.devkit.themes/src/ThemeJsonDocumentationProvider.java).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user