Skip to content

Commit

Permalink
refactor: Remove FormatDirectoryAction and FormatSingleFileAction.java (
Browse files Browse the repository at this point in the history
#48)

Signed-off-by: rehan <[email protected]>
  • Loading branch information
RehanChalana authored Oct 23, 2024
1 parent f299406 commit bb07e97
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 117 deletions.
49 changes: 0 additions & 49 deletions src/main/java/io/kusionstack/kcl/action/FormatDirectoryAction.java

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
<add-to-group group-id="EditorPopupMenu" anchor="before" relative-to-action="CompareClipboardWithSelection"/>
<add-to-group group-id="ToolsMenu" anchor="before" relative-to-action="ExternalToolsGroup"/>
<add-to-group group-id="ProjectViewPopupMenu" anchor="last"/>
<action id="io.kusionstack.kcl.action.FormatSingleFileAction" class="io.kusionstack.kcl.action.FormatSingleFileAction" icon="/icons/file.svg">
</action>
<action id="io.kusionstack.kcl.action.FormatDirectoryAction" class="io.kusionstack.kcl.action.FormatDirectoryAction" icon="/icons/file.svg">
</action>
</group>
<group id="io.kusionstack.kcl.group.KCLHelpGroup" popup="true" icon="/icons/file.svg">
<action id="io.kusionstack.kcl.action.OpenKCLHelpAction" class="io.kusionstack.kcl.action.OpenKCLHelpAction"
Expand Down

0 comments on commit bb07e97

Please sign in to comment.