mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
[java] IJPL-158521 Actions: fix ellipsis in messages for Java actions
GitOrigin-RevId: bfce0d6efa8747660c4b9af3d8defbfa47e4509a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b7baeb409a
commit
47f1c44a90
@@ -1816,8 +1816,8 @@ unnecessarily.qualified.inner.class.access.option=Ignore references for which an
|
||||
unqualified.inner.class.access.option=Ignore references to local inner classes
|
||||
try.with.identical.catches.quickfix=Collapse 'catch' blocks
|
||||
confusing.else.option=Report when there are no more statements after the 'if' statement
|
||||
html.tag.can.be.javadoc.tag.display.name='<code>...</code>' can be replaced with '{@code ...}'
|
||||
html.tag.can.be.javadoc.tag.problem.descriptor=<code>#ref...\\</code\\></code> can be replaced with '{@code ...}' #loc
|
||||
html.tag.can.be.javadoc.tag.display.name='<code>\u2026</code>' can be replaced with '{@code \u2026}'
|
||||
html.tag.can.be.javadoc.tag.problem.descriptor=<code>#ref...\\</code\\></code> can be replaced with '{@code \u2026}' #loc
|
||||
try.finally.can.be.try.with.resources.display.name='try finally' can be replaced with 'try' with resources
|
||||
try.finally.can.be.try.with.resources.problem.descriptor=<code>#ref</code> can use automatic resource management #loc
|
||||
try.finally.can.be.try.with.resources.quickfix=Replace with 'try' with resources
|
||||
|
||||
@@ -78,7 +78,7 @@ change.method.signature.from.usage.text=Change signature of ''{0}'' to ''{1}({2}
|
||||
add.parameter.from.usage.text=Add ''{0}'' as {1,number,ordinal} {2} to {3} ''{4}''
|
||||
remove.parameter.from.usage.text=Remove {0,number,ordinal} {1} from {2} ''{3}''
|
||||
change.parameter.from.usage.text=Change {0,number,ordinal} {1} of {2} ''{3}'' from ''{4}'' to ''{5}''
|
||||
searching.for.usages.progress.title=Searching For Usages...
|
||||
searching.for.usages.progress.title=Searching For Usages\u2026
|
||||
create.class.from.new.family=Create Class from New
|
||||
create.class.from.usage.family=Create Class from Usage
|
||||
# suppress inspection "UnusedProperty"
|
||||
@@ -261,12 +261,12 @@ fix.add.special.annotation.family=Add to special annotations
|
||||
fix.add.special.annotation.text=Add ''{0}'' to special annotations list
|
||||
|
||||
orderEntry.fix.add.dependency.on.module=Add dependency on module ''{0}''
|
||||
orderEntry.fix.add.dependency.on.module.choose=Add dependency on module...
|
||||
orderEntry.fix.add.dependency.on.module.choose=Add dependency on module\u2026
|
||||
orderEntry.fix.choose.module.to.add.dependency.on=Choose Module to Add Dependency on
|
||||
orderEntry.fix.family.add.module.dependency=Add module dependency
|
||||
orderEntry.fix.add.library.to.classpath=Add library ''{0}'' to classpath
|
||||
orderEntry.fix.family.add.library.to.classpath=Add library to classpath
|
||||
orderEntry.fix.family.add.library.to.classpath.options=Add library to classpath...
|
||||
orderEntry.fix.family.add.library.to.classpath.options=Add library to classpath\u2026
|
||||
popup.title.choose.library.to.add.dependency.on=Choose Library to Add Dependency on
|
||||
orderEntry.fix.circular.dependency.warning=Adding dependency on module ''{0}'' will introduce circular dependency between modules ''{1}'' and ''{2}''.\nAdd dependency anyway?
|
||||
orderEntry.fix.title.circular.dependency.warning=Circular Dependency Warning
|
||||
@@ -395,7 +395,7 @@ remove.parameter.list=Remove parameter list
|
||||
convert.primitive.to.boxed.type=Convert primitive to boxed type
|
||||
|
||||
choose.class.to.move.popup.title=Choose Class to Move
|
||||
move.0.in.1=Move ''{0}'' in ''{1}''...
|
||||
move.0.in.1=Move ''{0}'' in ''{1}''\u2026
|
||||
move.0.from.module.1.to.2=Move ''{0}'' from module ''{1}'' to ''{2}''
|
||||
|
||||
add.0.to.classpath=Add ''{0}'' to classpath
|
||||
|
||||
Reference in New Issue
Block a user