Visual Editor

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
waffle
Enthusiast
Enthusiast
Posts: 129
Joined: Mon May 12, 2003 1:34 pm
Location: USA
Contact:

Visual Editor

Post by waffle »

awsome tool. Thanks fred.

couple of minor enhancements:

-make the constants adjustable in the editor
this is usefull for when the dialog objects need to be modified later.

-create "reserved user space" in the generated source.
This could be tricky and is not as important as the prev idea, and could wait until OGRE and COM objects are fully fixed up.
The reserved space would be a commented section of code such as:

rem startusercode
rem endusercode

and whayever code a user places between those comments would not be deleted when the dialog object is re-edited and new source code generated.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

In a future version, the user will be able to give a mask for the constants , replacing the Gadget_1 etc...

This merge of source is on my list, but not easy to do and not high priority.
From version 3.70, you have a main and include file, main file is not overwritten if already exist.
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

It would be nice to see the generated code just in time after adding a button. Possible in a EditorGadget so that the user can made some changes. Then you are nearly completely able to code your applications in VD. The VD is a very very good tool and with some enhancements possible we do not need the PureBasic Editor anymore.

Would be nice or?

Mike
Tranquil
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Hi,

My wishes:

1.- Register pbv so we can open files by doubleclick. I try to do it but don't read the command line i think and then don't display the file.

2.- The actual version are a little unestable (jump so many times when working with gadgets)

3.- Create the loop with Select Case and not with If Else:

Case #Gadget_1

Thanks
ARGENTINA WORLD CHAMPION
Post Reply