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).