mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
Do not skip blocks outside of formatting range, when building block wrappers. Blocks with alignments will be built and in some cases aligned properly.
Removed FieldInColumnsPreFormatProcessor, because now using CodeStyleManager#reformatWithContext we can reformat not only selected fragment, but also all blocks with alignments found there. (Also it fixes IDEA-99343) Corrected test data
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
// "Create field 'field'" "true"
|
||||
class A {
|
||||
public static final String NOTIFICATION_ENABLED = "NOTIFICATION_ENABLED";
|
||||
public static final String NOTIFICATION_DEVICE_NAME = "NOTIFICATION_DEVICE_NAME";
|
||||
public static final String NOTIFICATION_ENABLED = "NOTIFICATION_ENABLED";
|
||||
public static final String NOTIFICATION_DEVICE_NAME = "NOTIFICATION_DEVICE_NAME";
|
||||
public static String field;
|
||||
|
||||
public static String getString(String key)
|
||||
|
||||
Reference in New Issue
Block a user