文書整形マクロです。このマクロを実行する前に、EmEditor の折り返し位置を好きな桁 (たとえば 74 桁) に設定して、指定文字数で折り返しの状態にしてください。
https://jp.emeditor.com/modules/newbb/viewtopic.php?topic_id=544&forum=4&post_id=2539#forumpost2539 を参照してください。
document.selection.SelectAll();
document.selection.Format(eeFormatJoinLines);
nIndent = 0;
nLines = document.GetLines( eeGetLineView );
for( y = 1; y 1 ){
document.writeln( “” );
document.write( sIndent );
}
}