Page 1 of 1

[Implemented] line connecting If/Loop statements in the IDE

Posted: Sun Oct 21, 2007 6:41 am
by Mistrel
Sometimes when I'm working deep inside some code with a lot of Ifs and Loops I lose an EndIf somewhere and I have to go find it again.

If would be really great if the IDE could show me where my If/EndIfs are similar to how NotePad++ does.

Re: Faint line connecting If/Loop statements in the IDE

Posted: Sun Oct 21, 2007 7:29 am
by PB
+1

Posted: Sun Oct 21, 2007 10:12 am
by Derek
Could be extended to Repeat-Until, While-Wend, For-next etc.

Good idea.

Posted: Sun Oct 21, 2007 11:35 am
by DoubleDutch
Is this possible with Scintilla?

Posted: Sun Oct 21, 2007 11:40 am
by freak
Should be possible. I will have a look.