IonicWind Software

IWBasic => General Questions => Topic started by: JoaoAfonso on May 09, 2008, 03:34:08 AM

Title: Hide codelines
Post by: JoaoAfonso on May 09, 2008, 03:34:08 AM
Good morning.

This is more a curiosity I have than something I need, but is there a way to hide codelines in a program code, just like we can hide entire subroutines by clicking in the minus or plus signal just at the right of line number?

Thank you :)
Title: Re: Hide codelines
Post by: aurelCB on May 09, 2008, 04:46:17 AM
Good evenenig!
Title: Re: Hide codelines
Post by: Ionic Wind Support Team on May 09, 2008, 08:57:59 AM
Yes.  Two special comments


'region
...
...
'endregion

Title: Re: Hide codelines
Post by: JoaoAfonso on May 09, 2008, 09:41:23 AM
Wonderful :) Wasn't aware of it :) Thank you.
Title: Re: Hide codelines
Post by: LarryMc on May 09, 2008, 11:24:41 AM
I had missed that one also.

Larry