Hi,
I have implemented a Mondrian Easel based on Glamour. It is available in the latest Glamour-Tools. I attached here a screenshot.
You can spawn it via something like:
GLMMondrianEasel openOn: {#classes -> Collection allSubclasses}
The only thing it does not offer is completion, but this is because it is not yet supported by Glamour. Alex, I know you implemented it for the Easel. Would you have time to look into having it in Glamour as well?
Cheers,
Doru
--
www.tudorgirba.com
"Not knowing how to do something is not an argument for how it cannot be done."
Status: New
Owner: ----
CC: georgega...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 536 by tudor.gi...(a)gmail.com: inFusion should export parentScope
instead of container in Function
http://code.google.com/p/moose-technology/issues/detail?id=536
currently it exports container, but it should be parentScope
Status: New
Owner: ----
CC: georgega...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 537 by tudor.gi...(a)gmail.com: inFusion should export explicit
sourceAnchor for Function
http://code.google.com/p/moose-technology/issues/detail?id=537
Currently, it exports sourceAnchor as a string like this:
(FAMIX.Function
(sourceAnchor 'path')
...)
It should be
(FAMIX.FileAnchor (id: 1) ...)
(FAMIX.Function
(sourceAnchor (ref: 1)))
Status: New
Owner: ----
CC: georgega...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 544 by tudor.gi...(a)gmail.com: inFusion should point the C++
source text to the implementation, not definition
http://code.google.com/p/moose-technology/issues/detail?id=544
Currently, the source anchor for a c/c++ class or methods points to the
definition in the header. It should point to the implementation from the
c/cpp file.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour 4.6
New issue 695 by tudor.gi...(a)gmail.com: Mondrian Easel should be based on
Glamour
http://code.google.com/p/moose-technology/issues/detail?id=695
We should offer a Mondrian Easel based on Glamour.
In the following browser, whatever is selected in the list, if I press
Modifier-i I get an inspect on 5.
===========================================
|browser|
browser := GLMTabulator new.
browser row: #list.
browser transmit to: #list; andShow: [:a |
a list
display: [:v | v to: 10 * v];
selectionAct: [:pres :selection | selection inspect] on: $i
entitled: 'Inspect'
].
browser openOn: 5
===========================================
How can I get an inspect on what is really selected?
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry
Hi!
The famoors workshop will be held in the small room at esug.
A program is now online:
http://www.moosetechnology.org/events/famoosr2011
Cheers,
Alexandre & Jannik
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Comment #2 on issue 693 by tudor.gi...(a)gmail.com: JSON import / export for
Moose
http://code.google.com/p/moose-technology/issues/detail?id=693
No concrete scenario. But, we have JSON support (Lukas implemented one on
top of PetitParser even) and there are plenty of other systems that know
how to consume and produce one.
I just think that it would be nice selling point to say that we can
serialize in JSON.
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Fame
New issue 693 by tudor.gi...(a)gmail.com: JSON import / export for Moose
http://code.google.com/p/moose-technology/issues/detail?id=693
Due to the increase of JSON usage, we should provide a JSON alternative to
the MSE file format.
Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.6
New issue 692 by tudor.gi...(a)gmail.com: Listing Presentations do not
respond to shortcuts in Morphic
http://code.google.com/p/moose-technology/issues/detail?id=692
Execute
GLMBasicExamples new treeWithMenu openOn: #(($a $b $c $d) ($e $f) ($g $h $i
$j $l)).
Select an item and press CMD+i.
Nothing happens