mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[Java. Code Formatting] Rename ui names related to blank lines near fields to 'Before' instead of 'Around'
IDEA-110857 GitOrigin-RevId: 660836d90fa3ea06c5fb006b9ce14f59c55155ff
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6d4c154deb
commit
ec7cc10b05
@@ -306,6 +306,10 @@ public final class JavaLanguageCodeStyleSettingsProvider extends LanguageCodeSty
|
||||
JavaBundle.message("editbox.blanklines.around.initializer"),
|
||||
getInstance().BLANK_LINES);
|
||||
|
||||
consumer.renameStandardOption(
|
||||
"BLANK_LINES_AROUND_FIELD_IN_INTERFACE",
|
||||
JavaBundle.message("editbox.blank.lines.field.in.interface"));
|
||||
|
||||
consumer.renameStandardOption(
|
||||
"BLANK_LINES_AROUND_FIELD",
|
||||
JavaBundle.message("editbox.blank.lines.field.without.annotations"));
|
||||
|
||||
@@ -220,8 +220,9 @@ dialog.title.testdatapath.file.generate=Generate files from class to @TestDataPa
|
||||
do.not.import.inner.classes.for=Exclude inner classes by short name:
|
||||
do.not.import.inner.classes.no.classes=No inner classes defined
|
||||
editbox.blanklines.around.initializer=Around initializer:
|
||||
editbox.blank.lines.field.without.annotations=Around field without annotations:
|
||||
editbox.blank.lines.field.with.annotations=Around field with annotations:
|
||||
editbox.blank.lines.field.in.interface=Before field in interface
|
||||
editbox.blank.lines.field.without.annotations=Before field without annotations:
|
||||
editbox.blank.lines.field.with.annotations=Before field with annotations:
|
||||
editbox.class.count.to.use.import.with.star=Class count to use import with '*':
|
||||
editbox.names.count.to.use.static.import.with.star=Names count to use static import with '*':
|
||||
enum.not.allowed=Enum is not allowed
|
||||
|
||||
Reference in New Issue
Block a user