Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-4.8
New issue 969 by tu...(a)tudorgirba.com: Roassal crops the exported PNG
http://code.google.com/p/moose-technology/issues/detail?id=969
Try this:
view shape label text: #printString.
view nodes: (1 to: 100).
view edge: 0 from: 1 to: 50.
view edge: 0 from: 51 to: 100.
Make sure only the first 40 something nodes are visible in the canvas, and
then export to PNG.
You will get only the visible part of the nodes and the first edge.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Hi everyone.
I suggest to update Jenkins together with it's plugins.
If no one has anything against this I'll do it in the evening when there is no active development.
Cheers
Uko
Thanks for the pointers.
My confusion on scopingentities has to do with the following:
In Delphi, functions can be nested and then also provide a scope.
Old libraries, e.g. ported from turbo pascal times, sometimes
are structured like that. But that scope is nested, not global.
Variables defined in the implementation part of a unit are not
globally reachable, unlike those defined in the interface.
Stephan
While trying to map Delphi to FAMIX, we ran into some issues:
- Delphi has definitions of a.o. methods split over the interface and
the implementation part of a unit. Where do I put the second sourcetextanchor?
This might be similar to the situation with c header files.
- Being a hybrid of structured and oo, functions seem to be best modeled as
scopingentities too. What does it mean that scopingentities represent an entity
defining a scope at a global level? Units in Delphi can be local to another unit.
- The class comment of behaviouralentity is a bit sloppy in describing which
metrics we should provide: is cylomatic complexity, numberOfStatements &
numberOfConditionals enough?
I am not sure I like the deep inheritance hierarchy of FAMIX. It seems
rather brittle. Is Delphi a special case?
Stephan
Referring to attached image, is there some way for a GLMTreePresentation
to align one column vertically. I want to transform what I have in the
top part, into what I have mocked up in the bottom part.
I can't see anything related in GLMBasicExamples. I see there is a
GLMMorphTreeColumn class but preliminary digging doesn't reveal to me
how this fits into things.
cheers, Ben