Page 2 of 4

Posted: Fri Oct 10, 2008 11:57 am
by PB
> out of the Screenshots, it doesn't seem to be more useful than the normal IDE

WTF? Have you even tried it? It's a visual form designer AND editor built into one!
As in: draw your button on the form, set its properties, double-click it and write
the event code for a click. The normal IDE doesn't do all of that (only the code).

Posted: Fri Oct 10, 2008 12:17 pm
by srod
Yes, if this thing is seen through to completion then it will be absolutely awesome. I may even reconsider my policy of not using visual form designers (very much an old school type roll your sleeves up and get stuck in programmer! :wink:)

Whoever is behind it must be stinky-filthy rich though to be able to release it open-source and for free, -considering how much time must have gone in to it already! :)

Who is the damn author? Fangbeast is it you? And all along you've been doing an impression of a complete jibbering idiot! A damn good impression mind! :wink:

Posted: Fri Oct 10, 2008 2:39 pm
by SFSxOI
So all this is , is really a changed IDE? and thats it? Looks nice though.

Posted: Fri Oct 10, 2008 3:08 pm
by Marco2007
milan1612 wrote:He/She is definitely a German - the comments in the code are in German :P
...could be also an Austrian :wink:

If I´ll try Visual PureBasic IDE.exe, I`ll get an error. How can I start that app?

Posted: Fri Oct 10, 2008 4:26 pm
by X
PB wrote:> out of the Screenshots, it doesn't seem to be more useful than the normal IDE

WTF? Have you even tried it? It's a visual form designer AND editor built into one!
As in: draw your button on the form, set its properties, double-click it and write
the event code for a click. The normal IDE doesn't do all of that (only the code).
Lol, a true IDE is a visual designer and a code editor in one :) Everything else is either a visual designer OR a code editor :)

I think thats what he means by a normal IDE. It doesnt look any more different then the other IDEs out there such as Visual Studio, Delphi, PowerBuilder, RealBasic, etc.

IDE

Posted: Fri Oct 10, 2008 5:59 pm
by Violet
Mh, my understanding of an IDE doesn't include a visual designer... further it isn't also that necessary (ok, you can say it on the hard way an say that everything in an IDE is not necessary ^^).
Also I am not a friend of Visual Studio (ok, I like to work with the Express Versions, but they are still so overloaded).

Just was my opinion, and my point of view (I don't really work that much with Window Applications).

Posted: Fri Oct 10, 2008 6:26 pm
by Rook Zimbabwe
Mh, my understanding of an IDE doesn't include a visual designer...
Hmmm... I had one when I used VB4... did they remove it in later editions?

I think I have a free copy of VC6++ somewhere... Let me see if one is in there...

:wink:

Posted: Fri Oct 10, 2008 6:38 pm
by DarkDragon
Visual Designers need layoutmanagers or dockings, otherwise I would never code any large applications with it. If you do any changes to the gui you nearly have to rewrite 100% of the resizing code without layouts.

Re: IDE

Posted: Fri Oct 10, 2008 9:45 pm
by Kaeru Gaman
X wrote:... a true IDE is a visual designer and a code editor in one ...
Violet wrote:... my understanding of an IDE doesn't include a visual designer...
You are both wrong!

IDE just means "Integrated Development Environment"
If the designer of the compiler wants to build it with VD, without VD,
or with a system that lets you combine differently colored M&Ms to produce code
is completely up to him.

Posted: Fri Oct 10, 2008 11:07 pm
by Tipperton
Rook Zimbabwe wrote:
Mh, my understanding of an IDE doesn't include a visual designer...
Hmmm... I had one when I used VB4... did they remove it in later editions?
Yes, all versions of Visual Basic after VB4 have a built in visual designer.

Re: IDE

Posted: Fri Oct 10, 2008 11:12 pm
by X
Kaeru Gaman wrote: You are both wrong!

IDE just means "Integrated Development Environment"
We each have our own opinions :) Wikipedia is usually wrong on everything on it, I have come to find out.

Anyhow, back on topic ..

I would venture that the topic starter is the one who created that IDE.

Re: IDE

Posted: Sat Oct 11, 2008 11:41 am
by Mohawk70
<snip>or with a system that lets you combine differently colored M&Ms to produce code is completely up to him.</snip>
Hmmmm. . . that gets me thinking ! :twisted:

What do you think about Skittles ?

Posted: Sat Oct 11, 2008 11:42 am
by Kukulkan
I think this is a great idea and I have had such an idea by myself about one year ago. But the needed work to rewrite the visual designer has stopped me directly.

It would be great, if the existing source of the current Visual Designer or PureForm would get used to build such a project. Simply double-clicking on a gadget to edit the most common event-code will be great. Right click will open a popup-menu to select the event you like to edit. Simple but very effective. I would love it surely!

It will need a good event-management engine, but I think there are some available on the forum here. I surely will have an eye on it...

Sadly that it was developed in .NET. It will speed up development, but this project will never be available on Linux or MacOS. I know about MONO but forget it...

Kukulkan

Posted: Sat Oct 11, 2008 2:45 pm
by pdwyer
I'd prefer a tool to have more project and organisational control.

When I used powerbasic I bought a third party tool called Lynx Project explorer http://www.zippety.net/ and it had tools and links and organisation features all docked to your IDE. I miss that.

I don't have a big problem with the current PB IDE

Posted: Sat Oct 11, 2008 2:53 pm
by Kale
Kukulkan wrote:Sadly that it was developed in .NET. It will speed up development, but this project will never be available on Linux or MacOS. I know about MONO but forget it...
Wow! Do you know that the new version of mono has just been realeased and now supports ALL C# 3.0 + .NET 2.0 features! (.NET 3.5 is very nearly complete). So this project will work just fine on Linux and Mac as long as no p/invokes are used.