mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
[ui] sorting "Other Tools": extracting "Platform Development" category
(cherry picked from commit a1b8ce3faa5ebe70feff1877f80e272090c303e9) IJ-CR-166060 GitOrigin-RevId: 0cebdcb05437cea552b1faa7c635cf35b2ca2c2a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ca9944c4e8
commit
d59e3cb451
@@ -131,6 +131,7 @@ plugin.category.Microservices=Microservices
|
||||
plugin.category.Other.Tools=Other Tools
|
||||
plugin.category.PHP.Frameworks=PHP Frameworks
|
||||
plugin.category.PHP.Tools=PHP Tools
|
||||
plugin.category.Platform.Development=Platform Development
|
||||
plugin.category.Plugin.Development=Plugin Development
|
||||
plugin.category.Remote.Development=Remote Development
|
||||
plugin.category.Style.Sheets=Style Sheets
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<name>Evaluation Plugin</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>Platform Development</category>
|
||||
<!--suppress PluginXmlValidity -->
|
||||
<idea-version since-build="211"/>
|
||||
<description><![CDATA[
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<id>com.jetbrains.performancePlugin</id>
|
||||
<name>Performance Testing</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>Other Tools</category>
|
||||
<category>Platform Development</category>
|
||||
<resource-bundle>messages.PerformanceTestingBundle</resource-bundle>
|
||||
|
||||
<description><![CDATA[
|
||||
@@ -93,4 +93,4 @@
|
||||
<runCallbackHandler implementation="com.jetbrains.performancePlugin.BaseRunCallbackHandler"/>
|
||||
<playbackRunnerProvider implementation="com.jetbrains.performancePlugin.LocalPlaybackRunner" />
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
</idea-plugin>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<id>com.intellij.stats.completion</id>
|
||||
<name>Completion Stats Collector</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>Other Tools</category>
|
||||
<category>Platform Development</category>
|
||||
|
||||
<description><![CDATA[
|
||||
<p>The plugin collects anonymous statistics about code completion usage.
|
||||
@@ -57,4 +57,4 @@
|
||||
topic="com.intellij.codeInsight.lookup.LookupManagerListener"
|
||||
activeInTestMode="false"/>
|
||||
</projectListeners>
|
||||
</idea-plugin>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user