tags:

views:

36

answers:

4

Hey guys, I wanna ask if there is an IDE to which i can customize/add custom visual components to the toolbox and define the behavior, properites .. etc of these components ?

A: 

Delphi can do this.

http://www.embarcadero.com/products/delphi

Pelle ten Cate
@ Pelle ten Cate: Do you mean Embarcadero Delphi ?
Lettuce
Look at the URL, and find the answer. Please.
Pelle ten Cate
The comment was before you added the link. Thanx i will have a look at that.
Lettuce
Touche. Good luck!
Pelle ten Cate
A: 

Netbeans has this ability.

Brian Knoblauch
Would you please provide a starting point for that purpose ?
Lettuce
+1  A: 

Eclipse is the classical extensible tooling platform: http://eclipse.org

Fabian Steeg
I am using eclipse already for all my development task. Would you please give me a starting point to achieve my purpose (adding toolbox components that can be edited with properties box and so on ?)
Lettuce
@Lettuce There are lots of different frameworks in Eclipse land, but from what you describe, GMF might be a thing to look into: http://wiki.eclipse.org/index.php/GMF_Tutorial If it is not quite what you are looking for look around on the wiki or try the custom search (upper right corner) at http://eclipse.org
Fabian Steeg
A: 

Eclipse is great.

muffix
The same comment as Fabian Steeg : I am using eclipse already for all my development task. Would you please give me a starting point to achieve my purpose (adding toolbox components that can be edited with properties box and so on ?)
Lettuce