您可以在Eclipse格式化程序中更改预览代码吗?

时间:2012-05-21 22:54:13

标签: eclipse

是否可以更改Eclipse格式化程序使用的“预览”代码?

例如, Window-> Preferences-> Java-Code Style-> Formatter-> Indentation 标签显示以下预览代码:

int[]   myArray     = {
        1,
        2,
        3,
        4,
        5,
        6           };

我想将其更改为:

int[]   myNewPreviewArray       = {
        11,
        12,
        13,
        14,
        15,
        16          };

我想添加一些未在默认预览代码中处理的案例。

0 个答案:

没有答案