Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 498 by fabrizio...(a)gmail.com: the sizes of the rectangles into
built shape are the same
http://code.google.com/p/moose-technology/issues/detail?id=498
Defining a shape which contains a rectangle with a title and a children
shape it happen that the rectangle containing the title have the same size
of the children shape while i would expect that the rectangle size was
coherent with its content.
By executing the following code in Mondrian you will see the problem
| builder |
builder := MOFormsBuilder new.
builder column; fill; pref; grow.
builder row; fill; row; fill; pref; grow.
builder x: 1 y: 1 add: (MORectangleShape new text: [:table | table name];
fontSize: 10).
builder x: 1 y: 2 add: MORectangleShape new.
builder x: 1 y: 2 add: MOChildrenShape new.
view shape: builder shape.
view node: 'hello' forIt: [
view nodes: (1 to: 5).
view verticalLineLayout
]
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Enhancement Priority-Medium Component-VerveineJ
New issue 549 by tudor.gi...(a)gmail.com: VerveineJ should export enums
http://code.google.com/p/moose-technology/issues/detail?id=549
Nicolas is working on it, but the JDT parser is not parsing them for some
reason it sees the enum keyword as an error. Strange.
Updates:
Labels: -Component-Verveine Component-VerveineJ
Comment #1 on issue 480 by tudor.gi...(a)gmail.com: VerveineJ: file-anchor
contains absolute path
http://code.google.com/p/moose-technology/issues/detail?id=480
(No comment was entered for this change.)
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Enhancement Priority-Medium Component-VerveineJ Milestone-4.4
New issue 550 by tudor.gi...(a)gmail.com: VerveineJ should export Annotations
http://code.google.com/p/moose-technology/issues/detail?id=550
The following entities should appear:
- AnnotationType
- AnnotationTypeAttribute
- AnnotationInstance
- AnnotationInstanceAttribute
Status: New
Owner: ----
CC: cy.delau...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Finder Milestone-4.4
New issue 564 by tudor.gi...(a)gmail.com: Moose Wizard packages list scrolls
when importing from Smalltalk
http://code.google.com/p/moose-technology/issues/detail?id=564
How to reproduce:
- import from Smalltalk
- select a package
- the list scrolls automatically
This is confusing. The list should not scroll.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour
New issue 559 by cy.delau...(a)gmail.com: magritte presentation does not fill
the cell's space
http://code.google.com/p/moose-technology/issues/detail?id=559
In glamour, When opening a magritte presentation in a tab widget, the
generated morph is too small and do not fill the whole space provided by
the glamour cell.
Hi Andre,
I just took a look at EyeSee. You are doing a great job!
I will go over the code more closely tonight.
Cheers,
Doru
--
www.tudorgirba.com
"Relationships are of two kinds: those we choose and those that happen. They both matter."
Hi all, using inFusion to get an MSE model from Java, I saw that the tool
generates a FAMIX.Class for generic types used in parameters, for example:
public interface AnInterface<T> {
void doSomething(T param);
}
Will generate a FAMIX.Class for T, and a reference to that class for the
declaredType of "param".
Is this the way to describe generic parameters in an MSE file or is a bug?
Thanks,
Diego