Hello!
I'm in trouble (attached) to run the script below:
Gofer new
squeaksource: 'FameImportExportEx';
package: 'Fame-ImportExport-Extensions';
load.
I’m using Windows-OS and Moose Suite 4.5. I need help to export metrics to .CSV.
Where should I run the script? I’m running the workspace Moose Suite
4.5, correct?
Thank you.
--
PROF. PALOMA MAIRA DE OLIVEIRA
__________________________________________________________
IFMG - Campus Formiga
Doutoranda em Ciência da Computação - DCC/UFMG
Mestra em Modelagem Matemática e Computacional - CEFET/MG
Bacharel em Ciência da Computação - UNIFOR/MG
Hi,
I'm wondering if there is a way to obtain all the model classes from a
HismoModel
I know that the statement "*hismoModel allClassHistories*" return all the
FAMIX classes histories but I can't find the method to get only the model
classes histories.
Cheers
--
Santiago Vidal
Hi!
In Merlin, the class MerlinMultiSelectionItemsSelectorWidget has the method:
newMultiSelectionListFor: aModel list: listSelector primarySelection: primarySelectionSelector changePrimarySelection: changePrimarySelectionSelector listSelection: listSelectionSelector changeListSelection: changeListSelectionSelector
which reference PluggableListMorphOfMany. This class does not exist in Pharo 1.4 and is marked as deprecated in Pharo 1.3.
It would be cool to fix this. I am currently porting Spy to Pharo 1.4, but I am kind of stuck.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
There is not enough communication and coordination around Moose these days. Perhaps it is just the holidays, but I feel a bit lonely working on Moose.
I would be interested in knowing who is working on what these days. Or at least, who would like to work on what.
Cheers,
Doru
--
www.tudorgirba.com
"In a world where everything is moving ever faster,
one might have better chances to win by moving slower."
Hi!
I was pretty tired of not being able to load Glamour in different images, so
I've created a new stable #version for pharo 1.3 and, by now, saved that
configuration in the dbxtalk repo squeaksource.com/dbxtalk.
Maybe someone want to integrate it in the glamour repo :).
Cheers,
Guille
I created the configuration with last Ben improvement.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
I just remember that when I merged MooseElement and MooseEntity, I did not take into account the comments of the class.
If someone want to copy and paste them :)
Else I will do it tomorrow.
Cheers,
---
Jannik Laval
We get
------
FAMIXSourceLanguage
This represents the programming language in which an entity is written. It is used for dispatching entity actions for specific languages. For example, formatting a source text will be performed according to the language.
We can get
---------
I represent the programming language in which an entity is written. I'm used for dispatching entity actions for specific languages. For example, formatting a source text will be performed according to the language.
API:
format: aSourceString from: anEntity
isAttached
@@no idea what it is.@@
sourcedEntities
References to the entities saying explicitly that are written in this language
@@But it does not help me at all@@
Now I do not get why we have sourceEntities added to the source language.