秀丸エディタスレ Part32at SOFTWARE
秀丸エディタスレ Part32 - 暇つぶし2ch753:名無しさん@お腹いっぱい。
12/01/28 18:39:18.16 KR6VdLbz0
すまん。ちょっと修正。
if(searchoption&4){
message "置換の後は実行不可(検索してから実行のこと)";
endmacro;
}
if(searchbuffer==""){
message "検索文字列が空";
endmacro;
}

disabledraw;
escape;
#x=x;
#y=y;
gofiletop;
while(1){
finddown2;
if(!result){
break;
}
#cnt = #cnt + 1;
}
moveto #x, #y;
enabledraw;
message "カウント数:" + str(#cnt);


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch