mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[devkit] IDEA-282300 Rename IntelliJ Plugin node for New Project Wizard
GitOrigin-RevId: b21a0c8e9cc70c2bfcb51bf43883b05ab136fd1d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
237a3efe63
commit
5a9337a78c
@@ -9,7 +9,7 @@ commit.message.lacks.issue.reference.commit=Commit As Is
|
||||
commit.message.lacks.issue.reference.edit=Edit Message
|
||||
|
||||
#module type
|
||||
module.title=IntelliJ Platform Plugin
|
||||
module.title=IDE Plugin
|
||||
module.description=Plugin modules are used for developing plugins for <b>IntelliJ Platform</b>-based IDEs.<br>\
|
||||
They provide <b>IntelliJ Platform Plugin SDK</b> and <b>Run Configuration</b> for running and debugging plugins inside an IDE.
|
||||
plugin.descriptor=IntelliJ Platform Plugin Descriptor
|
||||
|
||||
@@ -104,7 +104,7 @@ public class PluginModuleBuilder extends JavaModuleBuilder {
|
||||
|
||||
@Override
|
||||
public int getWeight() {
|
||||
return 0;
|
||||
return IJ_PLUGIN_WEIGHT;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user