Hi
Where are the Mondrian examples?
It was cool when they were accessible from the EaselEditor.
I never understood the motivation to move them out the reach to the user.
Stef
Hi
this is annoying to see the name of the namespace followed by (namespace) and this for all the chain.
especially when we represent packages :)
What was the reason to get the ( )?
In my image I systematically change
printOn: aStream
self belongsTo ifNotNil: [:parent |
parent printOn: aStream.
aStream
nextPut: $:;
nextPut: $: ].
self name ifNotNil: [ aStream nextPutAll: self name ].
aStream nextPutAll: ' (Namespace)'
=>
printOn: aStream
self belongsTo ifNotNil: [:parent |
parent printOn: aStream.
aStream
nextPut: $:;
nextPut: $: ].
self name ifNotNil: [ aStream nextPutAll: self name ].
same for packages.
Stef
Hi
just to let you know that people reported to me (but I cannot find a way to reproduce it) that Moose 4.9 does not restart after a while on windows win XP.
I tried to get some more information but I could not.
May be this is because this is windows XP.
Stef
Hi!
Something important that has been lost from the traditional debugger and GTDebugger, is to see the instance variables and temporary variables in two different panes.
Maybe coloring can be used to tell which variable is a temporary or not.
When I step in / over, maybe you can indicate in bold what are the variables that have been modified. A simple idea that is not there with the standard debugger.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: tu...(a)tudorgirba.com
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit Milestone-5.0
New issue 1021 by tu...(a)tudorgirba.com: GTInspector should allow spawning
another inspector from the variables table
http://code.google.com/p/moose-technology/issues/detail?id=1021
In the variables table, we should be allowed to spawn another inspector.
--
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 guys. I am trying to understand how the force based layout works. So there are charge: strength: and length: accessors. I understand how charge works a bit, but changing length and strength didn’t give me any visible results.
Cheers.
Uko
P.S. maybe it’s reasonable to comment classes a bit? Because almost all layouts does not have classes so when I want to layout my graph I end up in the middle of nowhere.
Updates:
Summary: GTDebugger does not accept code on CMD+s
Status: Fixed
Comment #2 on issue 1009 by tu...(a)tudorgirba.com: GTDebugger does not
accept code on CMD+s
http://code.google.com/p/moose-technology/issues/detail?id=1009
Fixed by Andrei: Glamour was not taking dynamic actions into account when
triggering shortcuts. Day!
--
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,
Since a while, the Moose 5.0 image comes with GTDebugger and GTInspector
installed by default.
These tools are already useable, but there still is a long way to go. For
this, we need feedback. So:
- did you use any of them?
- first impression in one-two words (e.g., strange, useless, frustrating,
too white, funny, productive).
- what problems did you find?
- what did you like?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
I noticed that Anne has been working extensively on fixing various smells
regarding the use of Pharo in Moose.
Thank you!
Could we get those rules run all the time? What set of rules are you
actually looking at?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Dear Friends and Colleagues,
We are happy to (officially) announce Roassal 3d. Roassal 3d is about creating and animating 3d scenes. It is meant to visualize data. Roassal 3d recently got textures, translucence, additional layouts and various light models.
It would be great to receive feedback. Ronie worked very hard on making Roassal3d happen. Milton has put quite some effort on writing documentation and writing examples. A very preliminary version of the documentation may be found on:
https://www.dropbox.com/s/mctbza5qfcdxbs3/Roassal3dtutorial.pdf
The screenshots contained in this documentation should convey an accurate feeling of what Roassal 3d is up to.
Loading Roassal 3d in Pharo 3.0 is trivial, thanks to a configuration. Simply open a workspace and do-it the following code:
Gofer new smalltalkhubUser: 'ronsaldo' project: 'roassal3d'; package: 'ConfigurationOfRoassal3d'; load. (Smalltalk at: #ConfigurationOfRoassal3d) loadDevelopment
We are also looking for contributors to the documentation, we plan to have a book chapter on it. Get in touch with us!
Thanks to Usman, Jean-Baptiste, Igor for their help and contributions.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit Milestone-5.0
New issue 1020 by tu...(a)tudorgirba.com: GTDebugger should show the
exception more prominently
http://code.google.com/p/moose-technology/issues/detail?id=1020
The exception should be shown more prominently. Placing it in the title of
the debugger should be fine for now (like it is in the default debugger).
--
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
Hello,
Why do we have numberOfLinesOfCode metric for a namespace and not for a
package? May be we should define numberOfLinesOfCode at the level of
FAMIXContainer to make it more general. In fact, in all the subclasses of a
container, it is only the package that does not have numberOfLinesOfCode
metric. We are doing a FAMIXDiff browser (to see the changes between two
models) and see what are the metrics that can be interesting for each
entity.
Anne and Usman
Hi!
I know some of you are working on DSM-kind of matrix. Oscar has been working on a similarity matrix for Roassal. I just want to share a self-explanble screenshot with you guys.
On this example, the methods of the subclasses of Set are compared between themselves.
Black dot is a couple (m1, m2) that are very similar
More on https://www.facebook.com/media/set/?set=a.550677725018829.1073741833.340543…
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Do we have support for composite diagrams in GraphET? I am looking to
create a multi-line diagram like the one shown here, created with Eyesee
charts.
tx,
Usman
[image: Inline image 2]
Hi!
Try to define a printOn: method and remove it. I get a roll back. Apparently, something related to GRPackage.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-5.0
New issue 1017 by tu...(a)tudorgirba.com: RadialTreeLayout does not work
properly
http://code.google.com/p/moose-technology/issues/detail?id=1017
Try this:
view := ROMondrianViewBuilder new.
view nodes: (1 to: 99).
view edgesFrom: [ :x | x // 10 ].
view radialTreeLayout.
view open
You will see only one tree. We should see ten.
See here:
view := ROMondrianViewBuilder new.
view nodes: (1 to: 99).
view edgesFrom: [ :x | x // 10 ].
view treeLayout.
view open
--
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 guys
when using the Java namespace browser with dependencies, displaying the source code is slow.
We had also a slow down on the list with the static tag and others.
It would be good also to have a way to display a legend because often people do not know what they see.
Stef
Hi,
I am playing with ROClusterLayout. It looks quite nice (see the attached
picture)
I do not quite understand the algorithm, but it seems it works fine for
trees. Perhaps we should call it TreeClusterLayout? Or do you have other
types of graphs it is applicable on?
In any case, please announce these types of goodies when you introduce them
:)
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
[image: Inline image 2]
Hi!
Apparently I cannot recompile methods in the debugger using Cmd-s. Am i the only one to experience this?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
at the moment RoassalIncrementalZoomMove changes bounds buy a constant size. This means that the closer we are the more zoom we get and the farther we are the less we can from out in one step. Can we do this proportionally? It’s not hard to do. I can implement it myself. The only question is about the concept.
Uko