From bcc81bb9ab3c14dfa6873f884c4349de9684a3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 23 Feb 2021 15:56:27 +0100 Subject: [PATCH] code_samples/project_view_pane: fix README --- project_view_pane/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project_view_pane/README.md b/project_view_pane/README.md index d7402ad7c..b976ddc61 100644 --- a/project_view_pane/README.md +++ b/project_view_pane/README.md @@ -1,9 +1,9 @@ # Project View Pane Demo [![JetBrains IntelliJ Platform SDK Docs](https://jb.gg/badges/docs.svg)][docs] -*Reference: [Plugin Services in IntelliJ SDK Docs][docs:project_view]* +*Reference: [Project View in IntelliJ SDK Docs][docs:project_view]* ## Quickstart -The current demo describes an implementation of the `projectViewPane` extension point, which allows creating an additional presentation type for the Project view pane. +The current demo describes an implementation of the `com.intellij.projectViewPane` extension point, which allows creating an additional presentation type for the Project view pane. `ImagesProjectViewPane` limits the project tree to the images only. ### Extension Points