79343930

Date: 2025-01-09 20:21:56
Score: 1
Natty:
Report link

You cannot change existing project panes, but you can define your own. You need to implement class com.intellij.ide.projectView.impl.AbstractProjectViewPane and then register the implementation in your plugin.xml with extension point name <projectViewPane> (com.intellij.projectViewPane).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Anton Kozub