Hi!
In the last version of Mondrian, all tests are green. In addition, I made a number of refactorings. If your code is broken and you can't update, just shout.
The classes
MOFigureDeselection and MOFigureSelection have been renamed into MOElementDeselection and MOElementSelection respectively
MondrianPaintings and Glamour-Tests-Morphic have been updated accordingly.
Something that might make happy some of you. You can now select more than one node. Very handy when dragging and dropping. Just use the Cmd key.
Version 560: fixed the remaining bug of Formsshape. all tests are green
Version 561: Selection multiple of elements. Group of multi-nodes be drag-and-dropped. Use the command key to select more than one
Version 562: Selection box. click in the background to select several elements
Version 563: merged with tg.560
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
I would like to remove the class MOFormsAdaptor, MOFigureAdaptor and MOShapeAdaptor since they are not necessary (the implementation I did do not use them).
I will do the refactoring in one week time, this leaves some time for you to test formsshapes (which is used by UML Shape).
This will remove some #flag: sender.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi
When loading large chunks of code (like Moose), some warnings appear in the Transcript. The problem is the Transcript has a limited size and that with all information dumped into, the first one get lost before we can take a look at them.
Does anyone know a way to capture/redirect the Transcript output to a file, or the output from Compiler (maybe using the requestor parameter?)
--
Simon
Hi,
Over the past week I worked on a new theme for Pharo called the
Glamorous Theme :). The theme is developed in the context of the
Glamour project, and its goal is to create a look that:
- does not look like a specific operating system. In particular, the
icons should be operating system agnostic, because, for example,
people in Windows are confused by the red, yellow, green buttons of
apple.
- uses a limited amount of colors and effects.
It is still work in progress, but you can get the current version by
executing:
Gofer new
squeaksource: 'Glamour';
package: 'Glamour-Morphic-Theme';
load.
GLMUITheme defaultSettings: nil.
GLMUITheme beCurrent.
GLMUITheme setPreferredWorldBackground.
Cheers,
Doru
--
www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of
problem understanding."
Hi!
"MooseModel reinitializeMetaTower" raises an error in the Hudson image (downloaded a few days ago).
This error prevents CAnalyzer to run.
http://code.google.com/p/moose-technology/issues/detail?id=451
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
I just entered a new issue (http://code.google.com/p/moose-technology/issues/detail?id=451), but I wasn't able to say which version of Moose I am using. Is there a way to obtain this info?
I was thinking about:
ConfigurationOfMoose defaultVersion
=> <>default [ConfigurationOfMoose]
Not really helpful
ConfigurationOfMoose project lastVersion
=> >=4.0.14 [ConfigurationOfMoose]
But is 4.0.14 the same than default?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Open the moose panel.
Browse a small model.
on 'all famixClasses', rigth click and click on Utilities >> Compute
duplication.
Now, from 'all dudemultiplications', browse 'constellation'.
In the browser, when clicking on a multiplication, opening the
GLMDiffPresentation raise an error: Message not understood:
GLMDiffPresentation >> allowsDeselection.
http://code.google.com/p/moose-technology/issues/list?thanks=449&ts=1283506…
Hi,
Other than reading the paper
FAME—A Polyglot Library for Metamodeling at Runtime*,
where can I find some *simple* examples/tutorials
on how to deal with FAME?
Thank you.
Cheers,
Alberto