|
//hilight出力するよ.mac
setcompatiblemode 0x00100000;
selectall;copy;
$dir="c:\\user\\";
$f=leftstr(basename,strlen(basename)-strlen(filetype))+".hilight";
openfile "";
paste;saveas $dir+$f;
begingroupundo;disabledraw;
setsearch "^.[^/].*", 0x00100010;
colormarkerallfound 0x000000,0x944dff,-1,0,0,"a";
selectcolormarker "a";
replaceall @"(?<![\\]);",@"\n",regular,inselect2;
selectcolormarker "a";
replaceallfast @"\t","",regular,inselect2;
selectcolormarker "a";
replaceallfast @"\\;",";",regular,inselect2;
selectall;deletecolormarker "a";escape;
save;
#hwnd=hidemaruhandle(0);
//setactivehidemaru 1;
//closehidemaruforced #hwnd;
endgroupundo;enabledraw;
endmacro;
|
|