Skip to content

Commit 6159c73

Browse files
committed
不要なコメントを削除
1 parent 668d5c0 commit 6159c73

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

sources/everything.mac

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
引数 Everythingの検索文字列
44
*/
55
$g_everythingExtPath = macrodir + "\\bin\\everything\\es.exe";
6-
//$g_everythingExtPath=R"(C:\Users\ikeuc\hidemaru\macro\bin\everything\es.exe)";
7-
86
#g_dll_hm_process=val(getarg(29));
97
#g_dll_ohtorii_tools=val(getarg(30));
108

@@ -16,16 +14,14 @@ $arg4=getarg(4);
1614
$arg5=getarg(5);
1715

1816
$g_root_macro_directory=dllfuncstrw(#g_dll_ohtorii_tools,"StaticStatusGetRootMacroDirectory");
19-
//$g_current_working_directory=dllfuncstrw(#g_dll_ohtorii_tools,"StaticStatusGetCurrentWorkingDirectory");
20-
2117

2218
call $label, $arg1, $arg2, $arg3, $arg4, $arg5;
2319
endmacro $$return;
2420

2521

2622
gather_candidates:
2723
if(!existfile($g_everythingExtPath)){
28-
message "Not found. " + $g_everythingExtPath;
24+
return "";
2925
}
3026
$$serchString=$$1;
3127

@@ -43,7 +39,6 @@ gather_candidates:
4339
$$args = sprintf(R"(-s -n 100 "%s")",$$serchString);
4440
//$$args = sprintf(R"(-s "%s")",$$serchString);
4541

46-
//message $$args;
4742
##handle=dllfuncw(#g_dll_hm_process,"SpawnWithRedirectToFile",$g_everythingExtPath,$$args,true,true,$$temp_filename);
4843
##ret=dllfuncw(#g_dll_hm_process,"SetCreateNoWindow",##handle,true);
4944
##ret=dllfuncw(#g_dll_hm_process,"Start",##handle);

0 commit comments

Comments
 (0)