|
W.Hiroshiさん,こんばんは。
次のようにしたらいかがでしょう。
//------------------------------------------------------------------//
$name = leftstr( basename2, strlen( basename )- 4 ) + "[TL]"
+ rightstr( basename2, 4 );
localgrep "^N[0-9]+\\(.+\\)", regular;
replaceallfast "^.+?: ", "", regular;
#grephandle = hidemaruhandle(0);
selectall;
copy;
newfile;
paste;
replaceallfast "^.*\\(\\f.+\\f\\)", "\\1", regular;
replaceallfast "-\\f[0-9.]{3}-", "\\0 \\1", regular;
replaceallfast "-\\f[0-9.]{4}-", "\\0 \\1", regular;
closehidemaruforced #grephandle;
//execmacro "LineSimplify.mac";
saveas $name;
endmacro;
//------------------------------------------------------------------//
>また、山紫水明さんに紹介いただいた、LineSimplify.mac と言うマクロで、
>設定をあらかじめ固定しておいて、メニューを出さずに実行することは出来ま
>すか。
これは LineSimplify.mac 自体を書きかえればできると思いますが,いろいろ
見直すところがあるかも知れませんので,ここでは勘弁してください。
では, (^^)/~
山紫水明
SANSHISUIMEI
|
|