Page 1 of 1

VBScript On Error

Posted: 22 Jul 2009 23:10
by claudermilk
The indent highlighter gets confused when it runs into the line "On Error Resume Next". All indent lines stop at that point, probably because it hit the "Next" without a corresponding "For".

I don't see a way of setting up any kind of definition in the Syntax Editor to handle this right now.

Posted: 25 Aug 2009 16:41
by Rickard Johansson
I've added a new fold item:

Id = Resume
End = Next

Since both "Resume" and "Next" are on the same line, the fold items are ignored.