Skip to content

Latest commit

 

History

History
 
 

project_view_pane

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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