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

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

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

Post 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.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

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

Post by PB »

+1
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

Could be extended to Repeat-Until, While-Wend, For-next etc.

Good idea.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Is this possible with Scintilla?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Should be possible. I will have a look.
quidquid Latine dictum sit altum videtur
Post Reply