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