That's what I'm doing but sometimes false detect, *goto*Why not just do a folder search with "goto"? Usually text editors provide such feature, like I know for sure both Notepad++ and Sublime Text have it via ctrl+shift+f (I use it pretty often, helps to find all the instances of something in specific folder. And if coupled with mass replace it helps even more, like I was able to switch to lowercase commands in all scripts quite easy).
How can it also show the file name and location?script.c
Code:BUILDIN(goto){if( !data_islabel(script_getdata(st,2)) ){ ShowError("script:goto: not a labeln"); script->reportdata(script_getdata(st,2)); st->state = END; return false;}ShowDebug("script.c: function 'goto' detected!n");st->pos = script_getnum(st,2);st->state = GOTO;return true;}![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.