Hi guys
Snapshotcello and MooseReloader fails on
((ConfigurationOfMoose project version: #development)
ignoreImage: true; record)
It takes ages.
Can somebody confirm that this is the same problem?
Stef
Hi!
Yuriy has set a jenkins job for Roassal 3d
> https://ci.inria.fr/moose/job/Roassal3d/
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
as far as I understand at the moment we can only react to node being selected or unselected. I wander if it won't be able to announce events like left click, right click, hover and so on. I think that it will be interesting to be able to hover over an entity and see it's name somewhere. If the idea is fine, where should I look to implement it?
Uko
Sent from my iPhone
Hi,
I encountered a problem in CodeCite that arises when you are using ColorNormalizer and all values are the same (so you cannot scale anything). Is there a standard way to handle that, or I need implement something myself?
Uko
Hi,
if it possible to change colour of CodeCity visualisation while it’s running? In particular I just need to re-run normaliser or a block, and not re-assign color value to a shape.
Uko
Can we make the configuration work for Pharo4? Because I think that it should work for now, but the configuration is just missing. All we need is to add something like:
spec for: #'pharo4.x' version: '0.2-baseline’.
to development version.
Uko
I really wish this is fixed :-(
Hard to make convincing publicity for Roassal…
I am writing the text using:
-=-=-=-=-=-=-=-=-=-=-=-=
drawOn: athensCanvas
athensCanvas pathTransform restoreAfter: [
"Draw the label centered on the position"
athensCanvas pathTransform
translateBy: self position asIntegerPoint;
rotateByDegrees: angle value;
translateBy: ((self notRotatedWidth value / -2) @ (self notRotatedHeight value / 2)) asIntegerPoint;
translateBy: (0 @ font descent negated) asIntegerPoint.
athensCanvas setFont: font.
athensCanvas setPaint: color.
athensCanvas drawString: text
].
-=-=-=-=-=-=-=-=-=-=-=-=
the font variable is set using the following method:
-=-=-=-=-=-=-=-=-=-=-=-=
getFontForSize: aNumber
^ LogicalFont familyName: StandardFonts defaultFont familyName pointSize: aNumber
-=-=-=-=-=-=-=-=-=-=-=-=
Is there something I am missing?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.