Skip to content

Commit

Permalink
feat(local-bundle): add new idea-plugin for improved local bundle man…
Browse files Browse the repository at this point in the history
…agement #183

This commit adds a new idea-plugin to the local-bundle project, which includes dependencies on the VCS and JSON modules. It also modifies the existing git extension to add a new action to the ChangesViewPopupMenu group, relative to the "ChangesView.Revert" action.
  • Loading branch information
phodal committed May 11, 2024
1 parent 577b08a commit d145593
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion exts/ext-git/src/main/resources/cc.unitmesh.git.xml
Expand Up @@ -24,5 +24,4 @@
<add-to-group group-id="ChangesViewPopupMenu" relative-to-action="ChangesView.Revert" anchor="after"/>
</action>
</actions>
>
</idea-plugin>
11 changes: 11 additions & 0 deletions local-bundle/src/main/resources/cc.unitmesh.local.xml
@@ -0,0 +1,11 @@
<idea-plugin package="cc.unitmesh.local">
<!--suppress PluginXmlValidity -->
<dependencies>
<plugin id="com.intellij.modules.vcs"/>
<plugin id="com.intellij.modules.json"/>
</dependencies>

<actions>

</actions>
</idea-plugin>

0 comments on commit d145593

Please sign in to comment.