TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: alanjt on March 10, 2008, 02:21:00 PM

Title: unbalanced parenthesis
Post by: alanjt on March 10, 2008, 02:21:00 PM
is there a program out there that will check a routine and tell you where the unbalanced parenthesis error occurs?
Title: Re: unbalanced parenthesis
Post by: Keith™ on March 10, 2008, 02:28:00 PM
the VLIDE has a parenthesis matching function, but it only finds the begining and/or ending match .. perhaps it could be useful
Title: Re: unbalanced parenthesis
Post by: alanjt on March 10, 2008, 02:39:18 PM
thanks, i'll give it a go.
Title: Re: unbalanced parenthesis
Post by: quamper on March 10, 2008, 03:42:07 PM
Notepad++ has similar functionality. It knows basic syntax for a bunch of different languages and is an all around pretty nice notepad replacement.

http://notepad-plus.sourceforge.net/
Title: Re: unbalanced parenthesis
Post by: Adesu on March 10, 2008, 07:41:43 PM
Hi alanjt,
Block your code by your cursor,then tools menu > check text in editor.

is there a program out there that will check a routine and tell you where the unbalanced parenthesis error occurs?
Title: Re: unbalanced parenthesis
Post by: uncoolperson on March 10, 2008, 09:43:53 PM
I've always liked to attempt to format window, gives me a quicker representation of what's out of place.
Title: Re: unbalanced parenthesis
Post by: David Hall on March 11, 2008, 10:39:53 AM
ditto
Title: Re: unbalanced parenthesis
Post by: alanjt on March 11, 2008, 10:55:00 AM
found the issue, thanks guys.