[java] rename DebuggerBundle.properties to JavaDebuggerBundle.properties

...for consistency with the naming scheme (IDEA-229829). Also the properties file is moved to java.debugger module (IDEA-209382). This way it'll be also suggested by default when internationalizing messages in java.debugger module.

GitOrigin-RevId: 41da8f21d6515fc75c3f7af807bf8aa215dbc4c7
This commit is contained in:
nik
2020-02-20 12:21:27 +03:00
committed by intellij-monorepo-bot
parent f0efbe961b
commit 6f2ecd4b2b
10 changed files with 29 additions and 28 deletions

View File

@@ -21,7 +21,7 @@
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.object.markup.dialog.mark.referenced"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.object.markup.dialog.mark.referenced"/>
</properties> </properties>
</component> </component>
</children> </children>

View File

@@ -13,7 +13,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/> <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.capture.configurable.debugger.agent"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.capture.configurable.debugger.agent"/>
</properties> </properties>
</component> </component>
<hspacer id="728e7"> <hspacer id="728e7">
@@ -26,7 +26,7 @@
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/> <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.capture.configurable.annotations.configure"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.capture.configurable.annotations.configure"/>
</properties> </properties>
</component> </component>
<grid id="5f9b3" binding="myCapturePanel" layout-manager="BorderLayout" hgap="0" vgap="0"> <grid id="5f9b3" binding="myCapturePanel" layout-manager="BorderLayout" hgap="0" vgap="0">
@@ -39,7 +39,7 @@
<component id="99787" class="com.intellij.ui.components.JBCheckBox" binding="myCaptureVariables"> <component id="99787" class="com.intellij.ui.components.JBCheckBox" binding="myCaptureVariables">
<constraints border-constraint="South"/> <constraints border-constraint="South"/>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.capture.configurable.capture.variables"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.capture.configurable.capture.variables"/>
</properties> </properties>
</component> </component>
</children> </children>

View File

@@ -22,7 +22,7 @@
</constraints> </constraints>
<properties> <properties>
<margin top="5" left="2" bottom="2" right="2"/> <margin top="5" left="2" bottom="2" right="2"/>
<text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.thread.groups"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.threads.view.configurable.show.thread.groups"/>
</properties> </properties>
</component> </component>
<component id="5bfe" class="javax.swing.JCheckBox" binding="myShowSyntheticsCheckBox"> <component id="5bfe" class="javax.swing.JCheckBox" binding="myShowSyntheticsCheckBox">
@@ -30,7 +30,7 @@
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.stack.frames.for.synthetic.methods"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.threads.view.configurable.show.stack.frames.for.synthetic.methods"/>
</properties> </properties>
</component> </component>
<component id="a7f8b" class="javax.swing.JCheckBox" binding="myShowCurrentThreadChechBox"> <component id="a7f8b" class="javax.swing.JCheckBox" binding="myShowCurrentThreadChechBox">
@@ -38,7 +38,7 @@
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.current.thread.on.top"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.threads.view.configurable.current.thread.on.top"/>
</properties> </properties>
</component> </component>
</children> </children>
@@ -57,7 +57,7 @@
</constraints> </constraints>
<properties> <properties>
<margin top="5" left="2" bottom="2" right="2"/> <margin top="5" left="2" bottom="2" right="2"/>
<text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.line.number"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.threads.view.configurable.show.line.number"/>
</properties> </properties>
</component> </component>
<component id="2fbc6" class="javax.swing.JCheckBox" binding="myClassNameCheckBox"> <component id="2fbc6" class="javax.swing.JCheckBox" binding="myClassNameCheckBox">
@@ -65,7 +65,7 @@
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.class.name"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.threads.view.configurable.show.class.name"/>
</properties> </properties>
</component> </component>
<component id="b56d7" class="javax.swing.JCheckBox" binding="mySourceCheckBox"> <component id="b56d7" class="javax.swing.JCheckBox" binding="mySourceCheckBox">
@@ -73,7 +73,7 @@
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.source.file.name"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.threads.view.configurable.show.source.file.name"/>
</properties> </properties>
</component> </component>
<component id="99bb5" class="javax.swing.JCheckBox" binding="myPackageCheckBox"> <component id="99bb5" class="javax.swing.JCheckBox" binding="myPackageCheckBox">
@@ -81,7 +81,7 @@
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.package"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.threads.view.configurable.show.package"/>
</properties> </properties>
</component> </component>
<component id="9be9b" class="javax.swing.JCheckBox" binding="myArgsTypesCheckBox"> <component id="9be9b" class="javax.swing.JCheckBox" binding="myArgsTypesCheckBox">
@@ -89,7 +89,7 @@
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.prams.types"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.threads.view.configurable.show.prams.types"/>
</properties> </properties>
</component> </component>
</children> </children>

View File

@@ -21,7 +21,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.shmem.address"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.shmem.address"/>
</properties> </properties>
</component> </component>
<component id="af504" class="javax.swing.JTextField" binding="myAddressField"> <component id="af504" class="javax.swing.JTextField" binding="myAddressField">
@@ -49,7 +49,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.port"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.port"/>
</properties> </properties>
</component> </component>
<component id="3f860" class="javax.swing.JTextField" binding="myPortField"> <component id="3f860" class="javax.swing.JTextField" binding="myPortField">
@@ -67,7 +67,7 @@
<grid row="1" column="1" row-span="2" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="1" column="1" row-span="2" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="button.debugger.settings"/> <text resource-bundle="messages/JavaDebuggerBundle" key="button.debugger.settings"/>
</properties> </properties>
</component> </component>
<grid id="b10c7" binding="myTransportPanel" layout-manager="GridLayoutManager" row-count="1" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> <grid id="b10c7" binding="myTransportPanel" layout-manager="GridLayoutManager" row-count="1" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
@@ -83,7 +83,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.transport"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.transport"/>
</properties> </properties>
</component> </component>
<component id="f3bb4" class="javax.swing.JRadioButton" binding="mySocketTransport"> <component id="f3bb4" class="javax.swing.JRadioButton" binding="mySocketTransport">
@@ -92,7 +92,7 @@
</constraints> </constraints>
<properties> <properties>
<selected value="true"/> <selected value="true"/>
<text resource-bundle="messages/DebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.socket"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.socket"/>
</properties> </properties>
</component> </component>
<component id="3bb61" class="javax.swing.JRadioButton" binding="myShmemTransport"> <component id="3bb61" class="javax.swing.JRadioButton" binding="myShmemTransport">
@@ -100,7 +100,7 @@
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.shmem"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.generic.debugger.parameters.patcher.configurable.shmem"/>
</properties> </properties>
</component> </component>
<hspacer id="b3e0f"> <hspacer id="b3e0f">

View File

@@ -54,7 +54,7 @@
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0"/> <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.add.field.breakpoint.dialog.field.name"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.add.field.breakpoint.dialog.field.name"/>
</properties> </properties>
</component> </component>
<component id="c159b" class="javax.swing.JLabel"> <component id="c159b" class="javax.swing.JLabel">
@@ -63,7 +63,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0"/> <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0"/>
</constraints> </constraints>
<properties> <properties>
<text resource-bundle="messages/DebuggerBundle" key="label.add.field.breakpoint.dialog.fq.name"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.add.field.breakpoint.dialog.fq.name"/>
</properties> </properties>
</component> </component>
</children> </children>

View File

@@ -26,7 +26,7 @@
<properties> <properties>
<labelFor value="2d944"/> <labelFor value="2d944"/>
<nextFocusableComponent value=""/> <nextFocusableComponent value=""/>
<text resource-bundle="messages/DebuggerBundle" key="label.add.wildcard.breakpoint.dialog.method.name"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.add.wildcard.breakpoint.dialog.method.name"/>
</properties> </properties>
</component> </component>
<component id="2d944" class="javax.swing.JTextField" binding="myMethodNameField"> <component id="2d944" class="javax.swing.JTextField" binding="myMethodNameField">
@@ -51,7 +51,7 @@
</constraints> </constraints>
<properties> <properties>
<labelFor value="ee438"/> <labelFor value="ee438"/>
<text resource-bundle="messages/DebuggerBundle" key="label.add.wildcard.breakpoint.dialog.class.pattern"/> <text resource-bundle="messages/JavaDebuggerBundle" key="label.add.wildcard.breakpoint.dialog.class.pattern"/>
</properties> </properties>
</component> </component>
</children> </children>

View File

@@ -33,7 +33,7 @@
</constraints> </constraints>
<properties> <properties>
<margin top="2" left="2" bottom="0" right="2"/> <margin top="2" left="2" bottom="0" right="2"/>
<text resource-bundle="messages/DebuggerBundle" key="breakpoint.properties.panel.option.instance.filters"/> <text resource-bundle="messages/JavaDebuggerBundle" key="breakpoint.properties.panel.option.instance.filters"/>
</properties> </properties>
</component> </component>
<grid id="5231f" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> <grid id="5231f" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
@@ -71,7 +71,7 @@
</constraints> </constraints>
<properties> <properties>
<margin top="2" left="2" bottom="0" right="2"/> <margin top="2" left="2" bottom="0" right="2"/>
<text resource-bundle="messages/DebuggerBundle" key="breakpoint.properties.panel.option.class.filters"/> <text resource-bundle="messages/JavaDebuggerBundle" key="breakpoint.properties.panel.option.class.filters"/>
</properties> </properties>
</component> </component>
<grid id="9bef6" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> <grid id="9bef6" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
@@ -106,7 +106,7 @@
</constraints> </constraints>
<properties> <properties>
<margin top="2" left="2" bottom="0" right="2"/> <margin top="2" left="2" bottom="0" right="2"/>
<text resource-bundle="messages/DebuggerBundle" key="breakpoint.properties.panel.option.pass.count"/> <text resource-bundle="messages/JavaDebuggerBundle" key="breakpoint.properties.panel.option.pass.count"/>
</properties> </properties>
</component> </component>
<grid id="71095" binding="myPassCountFieldPanel" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> <grid id="71095" binding="myPassCountFieldPanel" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
@@ -151,7 +151,7 @@
</constraints> </constraints>
<properties> <properties>
<margin top="2" left="2" bottom="0" right="2"/> <margin top="2" left="2" bottom="0" right="2"/>
<text resource-bundle="messages/DebuggerBundle" key="breakpoint.properties.panel.option.catch.class.filters"/> <text resource-bundle="messages/JavaDebuggerBundle" key="breakpoint.properties.panel.option.catch.class.filters"/>
</properties> </properties>
</component> </component>
<grid id="63496" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> <grid id="63496" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
@@ -186,7 +186,7 @@
</constraints> </constraints>
<properties> <properties>
<margin top="2" left="2" bottom="0" right="2"/> <margin top="2" left="2" bottom="0" right="2"/>
<text resource-bundle="messages/DebuggerBundle" key="breakpoint.properties.panel.option.caller.filter"/> <text resource-bundle="messages/JavaDebuggerBundle" key="breakpoint.properties.panel.option.caller.filter"/>
</properties> </properties>
</component> </component>
<grid id="63d4d" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> <grid id="63d4d" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">

View File

@@ -4,6 +4,7 @@
<exclude-output /> <exclude-output />
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />

View File

@@ -25,7 +25,7 @@ import org.jetbrains.annotations.PropertyKey;
import java.util.function.Supplier; import java.util.function.Supplier;
public class JavaDebuggerBundle extends DynamicBundle { public class JavaDebuggerBundle extends DynamicBundle {
@NonNls private static final String BUNDLE = "messages.DebuggerBundle"; @NonNls private static final String BUNDLE = "messages.JavaDebuggerBundle";
private static final JavaDebuggerBundle INSTANCE = new JavaDebuggerBundle(); private static final JavaDebuggerBundle INSTANCE = new JavaDebuggerBundle();
private JavaDebuggerBundle() { super(BUNDLE); } private JavaDebuggerBundle() { super(BUNDLE); }