Four things I think would be useful

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Four things I think would be useful

Post by utopiomania »

1 - Automatic toggle folding.
Open a procedure if I click a procedure in the text or in the procedure browser, close the previous opened text automatically.
Would make it much easier to jump around between different parts of a sourcefile.

2 - Add a forward/back button option to the toolbar. (With auto folding)
To jump between different locations easily.

3 - Automatic IDE minimize/restore
Minimize the IDE automatically when I run a program, restore when I close it.
I always like to see how an app looks like when run with a desktop background, not the IDE.

4 - Allow: declare procedure1(), procedure2(), procedure3() etc..
To save space and ease navigating a large source
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Re: Four things I think would be useful

Post by Fluid Byte »

utopiomania wrote:3 - Automatic IDE minimize/restore
Minimize the IDE automatically when I run a program, restore when I close it.
I always like to see how an app looks like when run with a desktop background, not the IDE.
Aha! I'm not the only one! :o

+1
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Franky
Enthusiast
Enthusiast
Posts: 213
Joined: Sat Apr 26, 2003 2:58 pm

Post by Franky »

-1

When showing values in a GUI of my program, I´ld like to be able to compare my values with the sourcecode that has created these values.
I think, this is more important.
Give Up everything but trying!
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Franky wrote:When showing values in a GUI of my program, I´ld like to be able to compare my values with the sourcecode that has created these values.
I think, this is more important.
It would be optional so +1 :P
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Seymour Clufley
Addict
Addict
Posts: 1264
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Post by Seymour Clufley »

+1 for the option.
Post Reply