Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tigerstripe-dev] RE: Tigerstripe LabelDecorators

Title: Re: [tigerstripe-dev] RE: Tigerstripe LabelDecorators
Hi Richard,

On 1., the reason is that there is no “problemDecorator” on the icons. It makes sense for us to add one by default thru the ext. pt. We just need to make sure it is hooked up properly for refresh, as the current refresh is triggered on a change of the IModelComponent or on a related Annotation.

On 2., we should extend the existing problemDecorator to take into account the field error. This may however require a change on the way we currently create Imarkers, as I believe they are created against an Iresource (i.e the artifact level for us). Something to explore.

Could you raise a couple of enhancement bugs for that?

Thanks,
Eric


On 7/23/08 5:23 AM, "Richard Craddock (rcraddoc)" <rcraddoc@xxxxxxxxx> wrote:

Question....

In the explorer we have the "Error" Decoration against artifacts, so now I actually have two questions:

1. Why does that decoration not appear in the class diagram? It would be very handy...

2. Should we raise a bugzilla for more "fine-grained" error decoration - eg down to Attributes/Methods etc?

RC


From: tigerstripe-dev-bounces@xxxxxxxxxxx [mailto:tigerstripe-dev-bounces@xxxxxxxxxxx] On Behalf Of John Worrell (jworrell)
Sent: 23 July 2008 10:18
To: Eric Dillon (erdillon)
Cc: Tigerstripe Developers
Subject: [tigerstripe-dev] RE: Tigerstripe LabelDecorators

Thanks Eric,

I'll take a look

JohnW


From: Eric Dillon (erdillon)
Sent: 23 July 2008 03:04
To: John Worrell (jworrell)
Cc: Tigerstripe Developers
Subject: Tigerstripe LabelDecorators

Hi John,

Please check out Bug 241763. I’ve committed initial changes for decorations on Explorer and Class Diagrams.
I’ve attached an example using that extension point.

Let me know of any problem,
Eric

Back to the top