Restored from previous forum. Originally posted by geoff.
For many years I have used an editor that automatically indents
code for IF--THEN--ELSE and similar structures. This editor also
allows the option of hiding the contents of procedures so that
a long program listing is more easily viewed.
Could these features easily be added to the Purebasic editor?
Editor Features
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Alltimefriend.
Hhmmm, that sounds good.
On Linux I often work with Anjuta (a C/C++-IDE, but also PHP and Perl-Highlighting) and there you can hide all the functions and similar stuff, so you only see the function-decalaration.
On http://www.anjuta.org/right_pannel.php?load=screenshots you can see some screenshots, just have a look on the left side of the shots.
Unfortunately there is no screenshot, where you can see a closed/hidden function
(
Greetz, ATF
Hhmmm, that sounds good.
On Linux I often work with Anjuta (a C/C++-IDE, but also PHP and Perl-Highlighting) and there you can hide all the functions and similar stuff, so you only see the function-decalaration.
On http://www.anjuta.org/right_pannel.php?load=screenshots you can see some screenshots, just have a look on the left side of the shots.
Unfortunately there is no screenshot, where you can see a closed/hidden function

Greetz, ATF
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Berikco.
I wrote a tool to format sources in a keypress
http://www.benny.zeb.be/sources/SourceFormat.zip
Adding the auto indent and folding procedures to the editor is not so easy.... i hope Fred can do it this year
Regards,
Berikco
http://www.benny.zeb.be/purebasic.htm
Sounds familiar to me, u used GFA before maybe?Originally posted by geoff
For many years I have used an editor that automatically indents
code for IF--THEN--ELSE and similar structures. This editor also
allows the option of hiding the contents of procedures so that
a long program listing is more easily viewed.
Could these features easily be added to the Purebasic editor?
I wrote a tool to format sources in a keypress
http://www.benny.zeb.be/sources/SourceFormat.zip
Adding the auto indent and folding procedures to the editor is not so easy.... i hope Fred can do it this year

Regards,
Berikco
http://www.benny.zeb.be/purebasic.htm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm