From 41d5bfd0e9ca183fd6fd8ce036b7680e60ef98a3 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 22 Feb 2023 10:31:59 +0100 Subject: [PATCH] explore_api.md: Fix obsolete UI information --- topics/appendix/resources/explore_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/appendix/resources/explore_api.md b/topics/appendix/resources/explore_api.md index c45f2dffd..c331d7f8b 100644 --- a/topics/appendix/resources/explore_api.md +++ b/topics/appendix/resources/explore_api.md @@ -54,7 +54,7 @@ There you'll find more EPs, and browsing through this list helps you discover fe or [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. -Just use *ExtensionPoints.xml as the search pattern and enable the include non-project items checkbox. +Just use *ExtensionPoints.xml as the search pattern and select the All Places scope. However, if a bundled or third-party plugin exposes EPs for others to implement, these EPs are defined in the plugin.xml files of the plugins and not in the *ExtensionPoints.xml files of the IntelliJ Platform.