[lazarus] CVS Updatesuy
Marco van de Voort
marcov at stack.nl
Wed Jun 18 10:14:22 EDT 2003
> On Wed, 18 Jun 2003, Marco van de Voort wrote:
>
> Not entirely unexpected :-)
>
> > P.s. 5 Is it possible to change the selectbox of the Object Inspector to
> > a select-tree, or don't we have this widget? Or is there something
> > else to directly see/manipulate the component hierarchy of the
> > form?
>
> IMHO this should be added later on, Delphi 6/7 offers also a 'component
> treeview' based on the GetChildren call in TComponent, but separate from
> the object inspector. It doesn't really have the room for it: Sometimes
> all of the properties hardly fit on the screen, and a treeview takes a
> lot of room...
Personally I think this is ok, I don't need that treeview all the time.
At least not for plain editing.
I'd
- indeed keep the _editing_ of the component hierachy a separate window on
demand only.
- make it possible to have the object Inspector, form-edit and that
component hierarchy editor in one screen though.
- try to change the object inspector drop down box to show a treeview. For
inspection (not editing) only.
(
just FYI JBuilder uses a different approach:
- the source file window has tabs on the bottom. Source gives the src editor,
tab "design" the form editor.
- When in the form editor is enabled, the list where you can select methods
in the current class changes to this treeview
)
More information about the Lazarus
mailing list