A legit working Missing Bracket Finder? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: A legit working Missing Bracket Finder? (
/showthread.php?tid=657359)
A legit working Missing Bracket Finder? -
IdonTmiss - 05.08.2018
Well Is there any? I mean for PAWN atleast... I searched the ****** there are only the ones that tell me how many of closed and opened there are and thats it, there's one that gives me a random line ( checked it's not that line ), soo yeah any help?
Re: A legit working Missing Bracket Finder? -
DBZdabIt3Bro7 - 05.08.2018
A machine can't really read human written code and understand it as written. It's like a translator, it doesn't understand the written words unless they've been scripted to.
That being said, locating and understanding which brackets are connected to which callback, function, etc, is not really a big possibility. You'd be better off doing it yourself.
Re: A legit working Missing Bracket Finder? -
IdonTmiss - 05.08.2018
Quote:
Originally Posted by DBZdabIt3Bro7
A machine can't really read human written code and understand it as written. It's like a translator, it doesn't understand the written words unless they've been scripted to.
That being said, locating and understanding which brackets are connected to which callback, function, etc, is not really a big possibility. You'd be better off doing it yourself.
|
That I already know...
Re: A legit working Missing Bracket Finder? -
RogueDrifter - 05.08.2018
Vscode marks out each bracket and it's closing one as you select them.
Re: A legit working Missing Bracket Finder? -
IdonTmiss - 05.08.2018
Meh, thanks anyway - solved ( I re-checked the code so no programs )