mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
explore_api.md: Fix obsolete UI information
This commit is contained in:
parent
cbb6f0a4d1
commit
41d5bfd0e9
@ -54,7 +54,7 @@ There you'll find more EPs, and browsing through this list helps you discover fe
|
|||||||
or
|
or
|
||||||
[Go to file](https://www.jetbrains.com/help/idea/discover-intellij-idea.html#navigation-and-search)
|
[Go to file](https://www.jetbrains.com/help/idea/discover-intellij-idea.html#navigation-and-search)
|
||||||
helps you search for all files containing extension points.
|
helps you search for all files containing extension points.
|
||||||
Just use <path>*ExtensionPoints.xml</path> as the search pattern and enable the <control>include non-project items</control> checkbox.
|
Just use <path>*ExtensionPoints.xml</path> as the search pattern and select the <control>All Places</control> scope.
|
||||||
|
|
||||||
However, if a bundled or third-party plugin exposes EPs for others to implement, these EPs are defined in the <path>plugin.xml</path> files
|
However, if a bundled or third-party plugin exposes EPs for others to implement, these EPs are defined in the <path>plugin.xml</path> files
|
||||||
of the plugins and not in the <path>*ExtensionPoints.xml</path> files of the IntelliJ Platform.
|
of the plugins and not in the <path>*ExtensionPoints.xml</path> files of the IntelliJ Platform.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user