MyEclipse代码格式化时防止换行的方法

/**
 * 本来挺好的代码,格式化后有的就被转成了2行甚至3行,看上去甚是碍眼,有损可读性
 * 避免出现这种情况的办法如下
 */
//Java代码
MyEclipse-->Window-->preferences-->Java-->Code Style-->Formatter-->Edit-->Line Wrapping-->Maximum line width-->调大点
//HTML代码
MyEclipse-->Window-->preferences-->MyEclipse Enterprise Workbench-->File and Editors-->HTML-->HTML Source-->Line width-->调大点
//XML代码
MyEclipse-->Window-->preferences-->MyEclipse Enterprise Workbench-->File and Editors-->XML-->XML Source-->Line width-->调大点

你可能感兴趣的:(eclipse,代码,MyEclipse,格式化,换行)