Properties for applied stereotypes [message #471137] |
Mon, 11 June 2007 08:57  |
Eclipse User |
|
|
|
Hello
First; great work on adding the sterotype support in the latest version!
I now only miss one thing; the possibility to set the values for
attributes of the applied stereotype (what was called tagged-values back
in the days).
Currently the only way I am able to set these values it through the
property view of an element using the tree-editor from the UML2 project.
I guess what I need is a similar functionality in the property-view
for an element selected in a UML2Tools diagram.
Best regards
Tor
|
|
|
|
|
|
|
|
|
Re: Properties for applied stereotypes [message #475277 is a reply to message #471163] |
Wed, 06 August 2008 06:29  |
Eclipse User |
|
|
|
Hello again
I was just wondering whether there has been any progress on this issue
lately? I have searched Bugzilla to the best of my abilities, but cannot
find a bug related to this. Should I file one?
Regards
Tor
Tatiana Fesenko wrote:
> Hi Dave,
>
> Your thoughts of usability sound very interesting for me as you have a
> strong expirience with UML. What other areas of our functionality would you
> improve?
>
> Thanks in advance,
> Tatiana.
>
> "Dave Carlson"<dcarlson@xmlmodeling.com> wrote in message
> news:f4msos$3bn$1@build.eclipse.org...
>> Hi Tatiana,
>> To get a good end-user UML modeling tool, I am expecting that most or all
>> of the Properties view tabs will need to be written using custom code.
>> I'll see what kinds of magic you can create using GMF-generated code, but
>> after the June release I'll start creating custom properties tabs to
>> improve usability...
>>
>> Dave
>>
>>> The complication is in the fact that code shoud be GMF-generated with
>>> some patches applied to dymamic templates.
>>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>>> really great!
>
>
|
|
|
Re: Properties for applied stereotypes [message #597693 is a reply to message #471137] |
Tue, 12 June 2007 04:23  |
Eclipse User |
|
|
|
Hi Tor!
I am absolutely agree with you, tagged-values is a very important feauture.
But there are some technical problems in its implementation in diagram
editor. We do our best :)
Best wishes,
Tatiana.
"Tor Neple" <tor.neple@sintef.no> wrote in message
news:f4jgrf$37b$1@build.eclipse.org...
> Hello
>
> First; great work on adding the sterotype support in the latest version! I
> now only miss one thing; the possibility to set the values for attributes
> of the applied stereotype (what was called tagged-values back in the
> days).
>
> Currently the only way I am able to set these values it through the
> property view of an element using the tree-editor from the UML2 project. I
> guess what I need is a similar functionality in the property-view for an
> element selected in a UML2Tools diagram.
>
> Best regards
>
> Tor
|
|
|
Re: Properties for applied stereotypes [message #597718 is a reply to message #471143] |
Tue, 12 June 2007 11:54  |
Eclipse User |
|
|
|
Tatiana,
It should be relatively easy to augment the current Properties tab to
include stereotype property/value pairs, without any change to the
diagram editor. Look at how this is done in the UML2 tree editor. Too
late now for this release, but after end of June I can add a patch for this.
Dave
Tatiana Fesenko wrote:
> Hi Tor!
>
> I am absolutely agree with you, tagged-values is a very important feauture.
> But there are some technical problems in its implementation in diagram
> editor. We do our best :)
>
> Best wishes,
> Tatiana.
>
> "Tor Neple" <tor.neple@sintef.no> wrote in message
> news:f4jgrf$37b$1@build.eclipse.org...
>> Hello
>>
>> First; great work on adding the sterotype support in the latest version! I
>> now only miss one thing; the possibility to set the values for attributes
>> of the applied stereotype (what was called tagged-values back in the
>> days).
>>
>> Currently the only way I am able to set these values it through the
>> property view of an element using the tree-editor from the UML2 project. I
>> guess what I need is a similar functionality in the property-view for an
>> element selected in a UML2Tools diagram.
>>
>> Best regards
>>
>> Tor
>
>
|
|
|
Re: Properties for applied stereotypes [message #600309 is a reply to message #471149] |
Tue, 12 June 2007 15:30  |
Eclipse User |
|
|
|
Hi Dave,
The complication is in the fact that code shoud be GMF-generated with some
patches applied to dymamic templates.
Anyway, welcome! To have such a feature in a Diagram Editor would be really
great!
Best regards,
Tatiana.
"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:f4mfjo$u1p$1@build.eclipse.org...
> Tatiana,
> It should be relatively easy to augment the current Properties tab to
> include stereotype property/value pairs, without any change to the diagram
> editor. Look at how this is done in the UML2 tree editor. Too late now
> for this release, but after end of June I can add a patch for this.
>
> Dave
>
> Tatiana Fesenko wrote:
>> Hi Tor!
>>
>> I am absolutely agree with you, tagged-values is a very important
>> feauture. But there are some technical problems in its implementation in
>> diagram editor. We do our best :)
>>
>> Best wishes,
>> Tatiana.
>>
>> "Tor Neple" <tor.neple@sintef.no> wrote in message
>> news:f4jgrf$37b$1@build.eclipse.org...
>>> Hello
>>>
>>> First; great work on adding the sterotype support in the latest version!
>>> I now only miss one thing; the possibility to set the values for
>>> attributes of the applied stereotype (what was called tagged-values back
>>> in the days).
>>>
>>> Currently the only way I am able to set these values it through the
>>> property view of an element using the tree-editor from the UML2 project.
>>> I guess what I need is a similar functionality in the property-view for
>>> an element selected in a UML2Tools diagram.
>>>
>>> Best regards
>>>
>>> Tor
>>
|
|
|
Re: Properties for applied stereotypes [message #600313 is a reply to message #471152] |
Tue, 12 June 2007 15:39  |
Eclipse User |
|
|
|
Hi Tatiana,
To get a good end-user UML modeling tool, I am expecting that most or
all of the Properties view tabs will need to be written using custom
code. I'll see what kinds of magic you can create using GMF-generated
code, but after the June release I'll start creating custom properties
tabs to improve usability...
Dave
>
> The complication is in the fact that code shoud be GMF-generated with some
> patches applied to dymamic templates.
> Anyway, welcome! To have such a feature in a Diagram Editor would be really
> great!
|
|
|
Re: Properties for applied stereotypes [message #600321 is a reply to message #471154] |
Tue, 12 June 2007 16:49  |
Eclipse User |
|
|
|
I guess the same would be needed for parameter lists for operations....
Is there not a feature in the "GMF experimental SDK" that allows for
creation of custom tabs?
Again; keep up the great work !
Tor
Dave Carlson wrote:
> Hi Tatiana,
> To get a good end-user UML modeling tool, I am expecting that most or
> all of the Properties view tabs will need to be written using custom
> code. I'll see what kinds of magic you can create using GMF-generated
> code, but after the June release I'll start creating custom properties
> tabs to improve usability...
>
> Dave
>
>>
>> The complication is in the fact that code shoud be GMF-generated with
>> some patches applied to dymamic templates.
>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>> really great!
|
|
|
Re: Properties for applied stereotypes [message #600345 is a reply to message #471154] |
Wed, 13 June 2007 09:18  |
Eclipse User |
|
|
|
Hi Dave,
Your thoughts of usability sound very interesting for me as you have a
strong expirience with UML. What other areas of our functionality would you
improve?
Thanks in advance,
Tatiana.
"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:f4msos$3bn$1@build.eclipse.org...
> Hi Tatiana,
> To get a good end-user UML modeling tool, I am expecting that most or all
> of the Properties view tabs will need to be written using custom code.
> I'll see what kinds of magic you can create using GMF-generated code, but
> after the June release I'll start creating custom properties tabs to
> improve usability...
>
> Dave
>
>>
>> The complication is in the fact that code shoud be GMF-generated with
>> some patches applied to dymamic templates.
>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>> really great!
|
|
|
Re: Properties for applied stereotypes [message #621789 is a reply to message #471163] |
Wed, 06 August 2008 06:29  |
Eclipse User |
|
|
|
Hello again
I was just wondering whether there has been any progress on this issue
lately? I have searched Bugzilla to the best of my abilities, but cannot
find a bug related to this. Should I file one?
Regards
Tor
Tatiana Fesenko wrote:
> Hi Dave,
>
> Your thoughts of usability sound very interesting for me as you have a
> strong expirience with UML. What other areas of our functionality would you
> improve?
>
> Thanks in advance,
> Tatiana.
>
> "Dave Carlson"<dcarlson@xmlmodeling.com> wrote in message
> news:f4msos$3bn$1@build.eclipse.org...
>> Hi Tatiana,
>> To get a good end-user UML modeling tool, I am expecting that most or all
>> of the Properties view tabs will need to be written using custom code.
>> I'll see what kinds of magic you can create using GMF-generated code, but
>> after the June release I'll start creating custom properties tabs to
>> improve usability...
>>
>> Dave
>>
>>> The complication is in the fact that code shoud be GMF-generated with
>>> some patches applied to dymamic templates.
>>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>>> really great!
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.31365 seconds