Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour
New issue 523 by tudor.gi...(a)gmail.com: Selection actions should disable
the shortcut when no selection exists
http://code.google.com/p/moose-technology/issues/detail?id=523
The morphic renderer does not disable the shortcut for an action when no
selection exists.
Hi Alexandre,
Some of my visualizations that are using #draggable are raising the error: MOEdge does not understand #translateBy:bounded:
Did #draggable and #nodraggable change?
Regards,
Veronica
Moose Chef is now part of Famix Core. A page describing the library and its usage is available at http://www.moosetechnology.org/docs/famix/MooseChef
(basically the same stuff that was described in my mails a few days ago)
--
Simon Denier
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Famix Milestone-4.3
New issue 522 by tudor.gi...(a)gmail.com: Add Enum and EnumValue to FAMIX
http://code.google.com/p/moose-technology/issues/detail?id=522
The following Java snippet should be modeled with an Enum and 7 EnumValues.
The Enum should be a type and the EnumValue should have a parentEnum
pointing to the Enum.
public enum Day {
  SUNDAY, MONDAY, TUESDAY, WEDNESDAY,
  THURSDAY, FRIDAY, SATURDAY
}
Hi all,
Why is the issue tracking system sending messages to this mailing list?
Wouldn't it be better to have a second mailing list for issue notifications,
so that moose-dev does not receive so many messages?
We can always discuss here the issues that are worth-discussing,
just by forwarding emails from the "issue notifications" mailing list to here.
Just in my humble opinion.
Alberto
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Famix Milestone-4.3
New issue 519 by tudor.gi...(a)gmail.com: Add AnnotationTypeProperty and
AnnotationInstanceProperty
http://code.google.com/p/moose-technology/issues/detail?id=519
The AnnotationType should hold a collection of AnnotationTypeProperty. For
example, below we would have 4 such properties attached to the MyAnno
AnnotationType.
public @interface MyAnno {
int   id();
  String synopsis();
  String engineer() default "[unassigned]";
  String date()   default "[unimplemented]";
}
The AnnotationInstance should point to the AnnotationTypeProperty and hold
a value. For example, below, the AnnotationInstance would have four
AnnotationPropertyInstance, each pointing to the property type and having
the value stored as string.
@MyAnno(id = 0, synopsis = "")
Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Glamour Milestone-4.3
New issue 502 by tudor.gi...(a)gmail.com: Glamour rendering should offer
closable tabs
http://code.google.com/p/moose-technology/issues/detail?id=502
Currently, the rendering does not allow us to close tabs. This should be
enabled for Accumulator.
Updates:
Status: Duplicate
Mergedinto: 502
Comment #2 on issue 345 by simon.de...(a)gmail.com: Close single tab / close
all tab feature for Moose browser
http://code.google.com/p/moose-technology/issues/detail?id=345
(No comment was entered for this change.)