From f832b570a71b91cdf1c90b9e15707efd14c3b9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 9 Apr 2025 16:48:38 +0200 Subject: [PATCH] project_view.md: add EP link --- topics/basics/project_view.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/topics/basics/project_view.md b/topics/basics/project_view.md index 6ce243f6a..e19789350 100644 --- a/topics/basics/project_view.md +++ b/topics/basics/project_view.md @@ -1,4 +1,4 @@ - + # Project View @@ -20,7 +20,8 @@ to Python Jupyter directories as location strings. To modify project view node representations, implement [`ProjectViewNodeDecorator`](%gh-ic%/platform/lang-impl/src/com/intellij/ide/projectView/ProjectViewNodeDecorator.java) -and register it as `com.intellij.projectViewNodeDecorator` extension. +and register it in the . From the interface only the `decorate()` method that modifies `ProjectViewNode`s needs to be implemented. -If you need to update your node representation on certain events, please use + +To update the node representation on certain events, use [`ProjectView.refresh()`](%gh-ic%/platform/lang-impl/src/com/intellij/ide/projectView/ProjectView.java).