Hello,
We create slice to manage exception in the MoosePanel request form (each beginWith: 'C'). We modified Glamour to correctly manage the exception and not launch the debugger when the message sent is not supported.
Doru, can you please have a look and integrate our change?
Thanks in advance,
Rafael, Gustavo, Guillaume and Anne.
Hi,
I worked a bit on different implementation for the workspace, and the
result can be found in the GTPlayground.
It has two distinct features:
1. It is essentially an inspector. So, if you press Cmd+o, you start the
regular inspector. This means that you can easily use it as an easel or an
editor. For example, attached you can see how to use it to simulate a
Roassal2 Easel for it.
[image: Inline image 1]
Of course, you can spawn multiple columns to the right just like in the
normal inspector.
2. It offers versioning. As soon as you close a playground, the code is
stored and you can retrieve it from the dropdown menu from the top right.
You can find it in the Moose image. At this point it is not installed by
default because it still requires you to define the variables (so the neat
functionality of defining variables dynamically from the default workspace
is not yet available). Nevertheless, you can install it by executing:
GTPlayground registerToolsOn: Smalltalk tools
Let me know what you think.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
I added last night a first version of an integration of Roassal2 into
Glamour.
For example, try:
GLMCompositePresentation new
with: [ :c |
c roassal2
painting: [ :v :roassal2Presentation :entity |
v addAll: ((RTEllipse new color: Color purple; size: 10)
elementsOn: entity withAllSubclasses) @ RTDraggable.
RTEdge
buildEdgesFromObjects: entity withAllSubclasses
from: #superclass
to: #yourself
inView: v.
RTClusterLayout on: v elements edges: v edges.
v edges do: [ :e | e trachelShape pushBack ] ] ];
openOn: Collection
It's also integrated in GTInspector. For example, just inspect:
| v |
v := RTView new.
v addAll: ((RTEllipse new color: Color purple)
elementsOn: Collection withAllSubclasses).
RTEdge
buildEdgesFromObjects: Collection withAllSubclasses
from: #superclass
to: #yourself
inView: v.
RTClusterLayout on: v elements edges: v edges.
v edges do: [ :e | e trachelShape pushBack ].
v
(see attachment)
[image: Inline image 1]
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hello,
I'm getting
"MessageNotUnderstood: RubScrolledTextMorph>>addAllSegments:"
It seems that the latest changes in Rubric has broken the rubric
presentation in Moose.
To reproduce:
GLMLipsumWithSegmentsExample new open
Alain, could you have a look or suggest a solution and I'll try to have a
look.
tx,
usman
Status: New
Owner: tu...(a)tudorgirba.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-5.0
New issue 1045 by tu...(a)tudorgirba.com: The Rubric presentation fails due
to DNU addAllSegments:
http://code.google.com/p/moose-technology/issues/detail?id=1045
Try this:
GLMLipsumWithSegmentsExample new open
==>
"MessageNotUnderstood: RubScrolledTextMorph>>addAllSegments:"
(thanks Usman)
--
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