Hi all,
I wanted to try out source city in Moose 5.0. The current pharo version there is Pharo3.0 (Latest update: #30714), so note before loading you need to install the slice that belongs to issue 12488. So somewhere regressions occurred.
But after installing this slice, you still have to fix the configuration. I attached a fixed configuration, as I am not allowed to put it in the right spot. If someone could upload this, I would be much obliged.
Cheers,
Diego
I guess you need something similar to this in
ConfigurationOfGlamour>stable
spec for: #'common' version: '2.1'.
spec for: #'pharo1.3.x' version: '2.2'.
spec for: #'pharo1.4.x' version: '2.4'.
spec for: #'pharo2.x' version: '2.5'.
spec for: #'pharo3.x' version: '2.6-snapshot'.
Hi,
As you probably know by now, you can get the most our of the GTInspector by
extending it with custom presentations.
However, the problem that raises is how to manage these extensions?
To solve this problem, just inspect the GTInspector and you will get a list
with all these extensions. This list also serves as a set of examples that
you can learn from. And because most of these extensions require just one
method, you get a rather effective browser.
[image: Inline image 1]
You can see a more detailed explanation here:
http://www.humane-assessment.com/blog/managing-gtinspector-extensions
What else would you need in the GTInspector?
Let me know what you think.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Followups in the pharo-dev list, please
Esteban wrote:
>I would really like a reproducible case… in the form of an image, if no else.
>
>btw… moose 5.0 images are severely broken in that area, so if you are using one of them you *will* have problems.
I can deny that it is a Moose problem, I can reproduce it in Pharo 30716 on mac
Open the image, open a Nautilus browser
Add new package AZ
Select AST-Core, Nodes
Select RBProgramNode
Copy the class with right-click menu
Rename to AZProgramNode
Enter your name (should have happened when creating the new package!)
Drag AZProgramNode to AZ
Category is not updated.
Stephan
Yesterday I copied a configuration class with Nautilus copy command. I dragged it to the new category
and noticed the same happening. In addition, the class side methods were not copied.
Haven’t checked corresponding Pharo yet. Could be related to the RPackage problems though
Stephan
Hi,
Stef discovered a bug on latest moose image and I could reproduce it there, and not in corresponding pharo image.
So I think is a problem that happens in some package installed by you :)
Here is the issue:
Take a class and drag it to a different package. It will not change the system category and therefore everything will became unstable.
enjoy ;)
Esteban
Dear all,
with a colleague from Savoie University, we are looking for some
Smalltalk code in order to model, execute and animate Activity
Diagram. Any existing works ?
Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/