mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
IJSDK-788 code review
This commit is contained in:
parent
07f37577a4
commit
7e834a9655
@ -1,6 +1,6 @@
|
|||||||
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package org.intellij.sdk.tree_structure_provider;
|
package org.intellij.sdk.treeStructureProvider;
|
||||||
|
|
||||||
import com.intellij.ide.projectView.*;
|
import com.intellij.ide.projectView.*;
|
||||||
import com.intellij.ide.projectView.impl.nodes.PsiFileNode;
|
import com.intellij.ide.projectView.impl.nodes.PsiFileNode;
|
@ -3,7 +3,7 @@
|
|||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
|
|
||||||
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
|
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
|
||||||
<id>org.intellij.sdk.tree_structure_provider</id>
|
<id>org.intellij.sdk.treeStructureProvider</id>
|
||||||
|
|
||||||
<!-- Text to display as name on Preferences/Settings | Plugin page -->
|
<!-- Text to display as name on Preferences/Settings | Plugin page -->
|
||||||
<name>SDK: Tree Structure Provider Sample Project</name>
|
<name>SDK: Tree Structure Provider Sample Project</name>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
|
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
|
||||||
|
|
||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
<treeStructureProvider implementation="org.intellij.sdk.tree_structure_provider.TextOnlyTreeStructureProvider"/>
|
<treeStructureProvider implementation="org.intellij.sdk.treeStructureProvider.TextOnlyTreeStructureProvider"/>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|
||||||
</idea-plugin>
|
</idea-plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user