Jakub Chrzanowski 2dce0189b9 Docs maintenance (#316)
docs maintenance
2020-09-21 17:15:08 +02:00
..
2020-06-22 15:17:14 +02:00
2020-08-12 11:25:19 +02:00
2020-09-21 17:15:08 +02:00
2020-03-02 20:01:54 -08:00
2020-03-02 20:01:54 -08:00
2020-08-12 11:25:19 +02:00
2020-09-21 17:15:08 +02:00

Project View Pane Demo JetBrains IntelliJ Platform SDK Docs

Reference: Plugin Services in IntelliJ SDK Docs

Quickstart

The current demo describes an implementation of the 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

Name Implementation Extension Point Class
com.intellij.projectViewPane ImagesProjectViewPane AbstractProjectViewPSIPane

Reference: Plugin Extension Points in IntelliJ SDK Docs