mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
[IJPL-157311] inconsistent Bundle.properties files paths
fix structure GitOrigin-RevId: 8ee35173c345822f7527239a7a9ca37656246c65
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4c3b919103
commit
4073a8ce60
@@ -5,6 +5,7 @@
|
|||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
||||||
<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" />
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import org.jetbrains.annotations.NonNls
|
|||||||
import org.jetbrains.annotations.PropertyKey
|
import org.jetbrains.annotations.PropertyKey
|
||||||
import java.util.function.Supplier
|
import java.util.function.Supplier
|
||||||
|
|
||||||
private const val BUNDLE: @NonNls String = "com.intellij.commandInterface.CommandInterfaceBundle"
|
private const val BUNDLE: @NonNls String = "messages.CommandInterfaceBundle"
|
||||||
|
|
||||||
internal object CommandInterfaceBundle : DynamicBundle(BUNDLE) {
|
internal object CommandInterfaceBundle : DynamicBundle(BUNDLE) {
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
implementation="com.intellij.commandInterface.commandLine.CommandLineReferenceContributor"/>
|
implementation="com.intellij.commandInterface.commandLine.CommandLineReferenceContributor"/>
|
||||||
<lang.elementManipulator forClass="com.intellij.commandInterface.commandLine.CommandLineElement"
|
<lang.elementManipulator forClass="com.intellij.commandInterface.commandLine.CommandLineElement"
|
||||||
implementationClass="com.intellij.commandInterface.commandLine.CommandLineElementManipulator"/>
|
implementationClass="com.intellij.commandInterface.commandLine.CommandLineElementManipulator"/>
|
||||||
<localInspection language="CommandLine" shortName="CommandLineInspection" bundle="com.intellij.commandInterface.CommandInterfaceBundle"
|
<localInspection language="CommandLine" shortName="CommandLineInspection" bundle="messages.CommandInterfaceBundle"
|
||||||
key="commandLine.inspection.name"
|
key="commandLine.inspection.name"
|
||||||
enabledByDefault="true" level="WARNING"
|
enabledByDefault="true" level="WARNING"
|
||||||
groupKey="INSP.GROUP.python"
|
groupKey="INSP.GROUP.python"
|
||||||
|
|||||||
Reference in New Issue
Block a user