Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Glamour Milestone-4.7
New issue 809 by tudor.gi...(a)gmail.com: Glamour selection should happen
through an action
http://code.google.com/p/moose-technology/issues/detail?id=809
Right now, selecting an item in the user interface will directly populate
the #selection port. However, this is less than ideal because it does not
allow the developer to intervene in this process.
One possibility would be to introduce a selectionAction that is triggered
by the ui, and to provide the default behavior is simply setting the
#selection port.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-MooseCore Milestone-4.6
New issue 708 by tudor.gi...(a)gmail.com: Fame should accept comments both
for properties and for meta descriptions
http://code.google.com/p/moose-technology/issues/detail?id=708
Currently, the MSEComment: is used to define comments of a property.
SomeEntity>>someProperty
<MSEProperty: ...>
<MSEComment: 'comment'>
This is used by the MetaBrowser but not by Fame.
At the very least, we should add a means to add MSEComment: to the class
side for the overall class.
Status: New
Owner: ----
CC: esteba...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 799 by tudor.gi...(a)gmail.com: Editing code in Glamour must be
faster
http://code.google.com/p/moose-technology/issues/detail?id=799
Launch the following browser, and then try to type more code. It is dead
slow. Using the same fragment in the workspace is fast. This means that we
are probably using the PluggableTextMorph in a wrong way. The problem
appeared since Pharo 1.4.
GLMWrapper new
show: [:a | a text ];
openOn: 'GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.
GLMWatcherWindow uniqueInstance toggleOpen.'
Is there a way nice way to do a lookup in PP ?
for example, I want to ensure that I have a 'a' then a 'b'.
But I don't wan't to consume 'b'
'a' asParser , 'b' asParser lookup
currently I implemented it with a double not :-)
'a' asParser , 'b' asParser not not
not very nice
nicolas
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour
New issue 860 by tu...(a)tudorgirba.com: Updatng a list disables the visible
selection
http://code.google.com/p/moose-technology/issues/detail?id=860
For example, try:
GLMFinder new
show: [:a | a list display: [:x | 1 to: x]];
openOn: 10;
with: [:b | b panes first presentations selection: 4. b update ].
Doing it without the explicit update works just fine, though
How am I supposed to create an overview pyramid?
After importing an mse and settting the model root,
MessageNotUnderstood: receiver of "classScope" is nil
Repeatable in both 4.6 release and 4.7 dev with
a jhotdraw 7.1 created with the latest inFusion
Cheers,
Stephan Eggeront
Hi,
The ConfigurationOfSoftwarenaut is broken because the new examples packages
were added only in the groups without being defined in the package list.
I tried to commit the fix, but I do not have the access. Dennis, could you
fix this, please?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi all,
I took part in a little visualization contest Stack Exchange is hosting.
The announcement is here:
http://blog.stackoverflow.com/2012/10/stack-overflow-data-visualization-con…
And here is my entry (as well as the others):
http://www.kaggle.com/c/predict-closed-questions-on-stack-overflow/prospect…
.
Full image of the visualization: http://i.imgur.com/tax5s.png
The deadline for entries was yesterday - now voting is open until 5th of
September.
My main goal was to show that Softwarenaut could be used to visualize
anything, not just Software Systems.
I am not totally satisfied with the entry, but just did not have enough
time to implement all my ideas, since I only saw about the contest a week
or so ago. Also the scientific analysis of the data could be better... also
the storytelling...
Anyhoo, take a look, and if you like it, why not vote for my entry, will
spread some love for Pharo, Roassal etc. :)
Cheers,
Dennis