From a9b21e8036f7b4aef03b9675db504b7e25c85b2f Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Tue, 17 Jun 2025 11:59:17 +0200 Subject: [PATCH] [ui] sorting "Other Tools": extracting "JVM Tools" category GitOrigin-RevId: 97f75be06b969b46d49a5537afa4a615d7e24cdb --- platform/core-api/resources/messages/CoreBundle.properties | 3 ++- plugins/ByteCodeViewer/resources/META-INF/plugin.xml | 2 +- plugins/java-decompiler/plugin/resources/META-INF/plugin.xml | 2 +- plugins/java-i18n/resources/META-INF/plugin.xml | 2 +- plugins/rareJavaRefactorings/resources/META-INF/plugin.xml | 2 +- plugins/stream-debugger/resources/META-INF/plugin.xml | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/platform/core-api/resources/messages/CoreBundle.properties b/platform/core-api/resources/messages/CoreBundle.properties index 8ab25b684b52..3030ac8c1204 100644 --- a/platform/core-api/resources/messages/CoreBundle.properties +++ b/platform/core-api/resources/messages/CoreBundle.properties @@ -123,6 +123,7 @@ plugin.category.Deployment=Deployment plugin.category.HTML.and.XML=HTML and XML plugin.category.IDE.Localization=IDE Localization plugin.category.JVM.Frameworks=JVM Frameworks +plugin.category.JVM.Tools=JVM Tools plugin.category.JavaScript.Frameworks.and.Tools=JavaScript Frameworks and Tools plugin.category.Keymap=Keymap plugin.category.Languages=Languages @@ -145,4 +146,4 @@ plugin.category.Kotlin.Frameworks=Kotlin Frameworks plugin.category.Tools.Integration=Tools Integration main.menu.separate.toolbar.description=Show above Main Toolbar main.menu.merged.description=Merge with Main Toolbar -main.menu.under.hamburger.description=Hide under Hamburger Button \ No newline at end of file +main.menu.under.hamburger.description=Hide under Hamburger Button diff --git a/plugins/ByteCodeViewer/resources/META-INF/plugin.xml b/plugins/ByteCodeViewer/resources/META-INF/plugin.xml index cad2bfeefd8e..a740317c86f5 100644 --- a/plugins/ByteCodeViewer/resources/META-INF/plugin.xml +++ b/plugins/ByteCodeViewer/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ Bytecode Viewer ByteCodeViewer - Other Tools + JVM Tools org.jetbrains.java.decompiler Java Bytecode Decompiler - Other Tools + JVM Tools Extends standard .class file viewer with the FernFlower Java decompiler diff --git a/plugins/java-i18n/resources/META-INF/plugin.xml b/plugins/java-i18n/resources/META-INF/plugin.xml index 1d80731e1d93..f832ccaa51db 100644 --- a/plugins/java-i18n/resources/META-INF/plugin.xml +++ b/plugins/java-i18n/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.intellij.java-i18n Java Internationalization - Other Tools + JVM Tools JetBrains com.intellij.properties diff --git a/plugins/rareJavaRefactorings/resources/META-INF/plugin.xml b/plugins/rareJavaRefactorings/resources/META-INF/plugin.xml index 186b05d11545..d1631ef06433 100644 --- a/plugins/rareJavaRefactorings/resources/META-INF/plugin.xml +++ b/plugins/rareJavaRefactorings/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.intellij.java.rareRefactorings Additional Java Refactorings - Refactorings Tools + JVM Tools com.intellij.java com.intellij.modules.platform diff --git a/plugins/stream-debugger/resources/META-INF/plugin.xml b/plugins/stream-debugger/resources/META-INF/plugin.xml index 32ef36521102..4bd39da2859a 100644 --- a/plugins/stream-debugger/resources/META-INF/plugin.xml +++ b/plugins/stream-debugger/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ org.jetbrains.debugger.streams Java Stream Debugger JetBrains - Other Tools + JVM Tools