File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
kotlin/com/github/xepozz/php_dump Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,8 @@ import com.intellij.openapi.project.Project
1010import com.intellij.openapi.wm.ToolWindow
1111import com.intellij.openapi.wm.ToolWindowFactory
1212import com.intellij.ui.content.ContentFactory
13- import javax.swing.Icon
1413
1514open class CompositeWindowFactory : ToolWindowFactory , DumbAware {
16- override val icon: Icon ?
17- get() = PhpDumpIcons .POT
18-
1915 override fun createToolWindowContent (project : Project , toolWindow : ToolWindow ) {
2016 val contentFactory = ContentFactory .getInstance()
2117 val contentManager = toolWindow.contentManager
Original file line number Diff line number Diff line change 1313 <extensions defaultExtensionNs =" com.intellij" >
1414 <toolWindow
1515 factoryClass =" com.github.xepozz.php_dump.CompositeWindowFactory"
16- id =" PHP Dump" anchor =" right" secondary =" false" />
16+ id =" PHP Dump" anchor =" right" secondary =" false" icon = " /icons/pot.svg " />
1717 </extensions >
1818 <projectListeners >
1919 <listener class =" com.github.xepozz.php_dump.startup.ProjectFileEditorListener"
20- topic =" com.intellij.openapi.fileEditor.FileEditorManagerListener" />
20+ topic =" com.intellij.openapi.fileEditor.FileEditorManagerListener" />
2121 </projectListeners >
2222</idea-plugin >
You can’t perform that action at this time.
0 commit comments