秀丸中让多个空行变为一行

 大家在写代码的时候,有没有出现过多行空行,一般规约里都是不允许的,
手动删?秀丸中有更便利的方法。
// 用宏实现,如下:
replaceall "^[  /t]+$", "", regular;
gofileend;
replaceup "^//n//n+", "/n", regular;
while ( result) findup;
endmacro;

你可能感兴趣的:(秀丸)