>
> 1. The details pane appears as a set of tabs in one tab.

I spent some time looking into this during GSoC but as you pointed out the
DetailsPane contains a lot of logic which made seperating each of these out
into their own Eclipse views a little difficult.

I think DetailsPane has too much responsibility in ArgoUML. Personally
> I think the panels added to DetailsPane should be responsible for
> listening to TargetManager and handling their own enablement etc
> rather than DetailsPane sharing some responsibility for this.
>
> If we can move some of the logic out of DetailsPane could the panels
> be added as individual panes in argoeclipse.


Yes this would be easy.

2. There is only one diagram tab.


>
Would this result in the same problem as the details pane with
> argoeclipse only having one diagram tab with multiple tabs within
> that.
>

I depends on how this change is implemented.

If I resolve issue 610 can argoeclipse show separate diagram tabs at
> the same level as other open files in the project?


Do you mean having an editor for each diagram? I suppose with some changes
to ArgoEclipse's editor this would be possible. We'd have to create an
IEditorInput which worked with Diagrams instead of Projects like they do
now.

I think something similar to the MultiPartEditor used in Eclipse PDE's
Manifest editor might be more appropriate (
http://www.eclipse.org/articles/Article-Eclipse-and-Maven2/images/pde-update-classpath.png).


Brian

On Sun, Sep 21, 2008 at 7:28 PM, Bob Tarling <[EMAIL PROTECTED]> wrote:

> I've just been looking at argoeclipse running as a plugin and a few
> things really stand out as rather clunky, probably due to ArgoUMLs
> structure.
>
> 1. The details pane appears as a set of tabs in one tab.
>
> I think DetailsPane has too much responsibility in ArgoUML. Personally
> I think the panels added to DetailsPane should be responsible for
> listening to TargetManager and handling their own enablement etc
> rather than DetailsPane sharing some responsibility for this.
>
> If we can move some of the logic out of DetailsPane could the panels
> be added as individual panes in argoeclipse.
>
> 2. There is only one diagram tab.
>
> I have long wanted to resolve
> http://argouml.tigris.org/issues/show_bug.cgi?id=610
>
> Would this result in the same problem as the details pane with
> argoeclipse only having one diagram tab with multiple tabs within
> that.
>
> If I resolve issue 610 can argoeclipse show separate diagram tabs at
> the same level as other open files in the project?
>
> Regards
>
> Bob.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to