mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-160744 'Stop' field should be renamed + update preview
This commit is contained in:
+2
-3
@@ -178,9 +178,8 @@ public class JavaColorSettingsPage implements RainbowColorSettingsPage, Inspecti
|
||||
" public static int <static>staticField</static> = 0;\n" +
|
||||
" public final int <instanceFinalField>instanceFinalField</instanceFinalField> = 0;\n" +
|
||||
"\n" +
|
||||
" /**\n" +
|
||||
" * " + ApplicationBundle.message("rainbow.option.panel.display.name") + ":\n" +
|
||||
" * " + RainbowHighlighter.generatePaletteExample() + "\n" +
|
||||
" /**" +
|
||||
RainbowHighlighter.generatePaletteExample("\n * ") + "\n" +
|
||||
" * @param <javadocTagValue>param1</javadocTagValue>\n" +
|
||||
" * @param <javadocTagValue>reassignedParam</javadocTagValue>\n" +
|
||||
" * @param <javadocTagValue>param2</javadocTagValue>\n" +
|
||||
|
||||
Reference in New Issue
Block a user