Are there graphical editors for non-visual object development?

From: CG (chandrakant_g_at_yahoo.com)
Date: 05/28/04


Date: 28 May 2004 11:24:27 -0700

Is there a development environment where you can do object-oriented
development by dragging and dropping objects on to a workspace and
then edit each of those objects to write code? I am thinking something
similar to an IDE like PowerBuilder or Visual Studio which allows us
to drag ang drop visual objects (text boxes, checkboxes etc) and then
doubleclick on them (on click a menu) to go to a corresponding code
editor to edit the code?
I know that you can do some in Visual Studio (ie drag a data adapter
onto a form). But I was thinking more from the point of view of
non-visual classes where no visual objects are involved. Like for
example, if we write a few classes for generating an order - i should
be able to drag a class onto a workspace, name it "Order" and write
code. Then drag another class, name it "orderline" and write code. The
point is that while I edit code to the right side of the IDE, the
high-level class relationship is visible on the left as a whole. No
code generation and all that, just a lightweight editor for writing
objects.
I am sure somebody must have already thought of this? maybe it already
exists in IDEA, Eclipse? Or Rational? Dont know...need to check it out
but would appreciate it if anybody already knows and could tell me...

Thanks
CG



Relevant Pages

  • Re: Back to VB6 and .NET
    ... VB6 Edit and Continue isn't perfect. ... ..NET edit and continue works and is SLIGHTLY better than VB6's Edit ... this is a successor to Visual Studio 6. ... Again the issue is one of Backwards Compatibility not technical merit. ...
    (microsoft.public.vb.general.discussion)
  • Re: VS2008 vs VS2010, anyone used it?
    ... Is this the bug you refer to?: ... Visual Studio Product Team ... I'm a Developer here at Microsoft on the Visual C++ IDE team. ... What "edit and continue" bug? ...
    (microsoft.public.vc.mfc)
  • Re: Editing Text With Double Click
    ... If you open your shape to look at the shapesheet, in the 'Events' section, there is a cell "EventDblClick". ... drawing then I can modify the text using a single click. ... drag to the drawing then I have to go through the double ... dbl click --> text edit. ...
    (microsoft.public.visio.general)
  • Re: Porting to Visual Studio - tips?
    ... > We're beginning to port some projects to Visual Studio. ... > we're not the only ones in this boat! ... > Access Paths just so pants?! ... At least you can now edit the paths on multiple lines - used to have to ...
    (codewarrior.windows)
  • Re: How to edit textbox that also has dragdrop functionality?
    ... Michael Ray wrote: ... kicking off the drag operation. ... will have to hit an Update button in order to edit the allowed textboxes in a "row" so I could turn off dragdrop when that happens and turn it back on when they hit Save. ...
    (microsoft.public.vb.general.discussion)