How to use pawn studio/Notepad++ to find a bracket?
#1

How To Find A Missing Bracket With pawn studio or notepad++? ****** said to use notepad but i can't figure it out,.
Reply
#2

ctrl+h

{?
Reply
#3

thats to replace?
Reply
#4

ctrl+f then..

I use ctrl+h, but keep the replacement box blank.
Reply
#5

i mean, find a missing bracket sorry.i'll edit my post
Reply
#6

Quote:
Originally Posted by The_Gangstas
Посмотреть сообщение
i mean, find a missing bracket sorry.i'll edit my post
Where the errors occur.. Look at the callback before all of the errors. Then count the opening brackets, and make sure the closing brackets have the same amount.
Reply
#7

im sure there is a faster way.. i have 31k lines to look through then..
Reply
#8

when you click next to the bracket it show you where is the start and where is the end...
Reply
#9

Quote:
Originally Posted by The_Gangstas
Посмотреть сообщение
im sure there is a faster way.. i have 31k lines to look through then..
Use normal PAWN compiler?

EDIT:

So you got errors ALL THE WAY through the code? Trolol
Reply
#10

Quote:
Originally Posted by XePloiT
Посмотреть сообщение
when you click next to the bracket it show you where is the start and where is the end...
The_Gangstas here is your answer. It lights up RED and if it doesn't have a corresponding bracket, it doesnt light up. Also, indent your code to see the errors.

Also: NP++ has a line for every bracket, it goes through to the closing bracket. You can check that too.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)