>>
>
> Grease has a method called String>>#truncate:ellipsis:.
Which reminds me that we should think about merging the useful extensions of Grease into
Pharo...
Marcus
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 588 by alexandr...(a)gmail.com: Commands, Easel and ViewRenderer
http://code.google.com/p/moose-technology/issues/detail?id=588
The following tests is yellow:
testCommandsInEaselAndViewRenderer
| view easel |
view := MOViewRenderer new.
easel := MOEasel new.
self assert: view userCommands size = easel userCommands
I need to work on it
Status: New
Owner: tu...(a)tudorgirba.com
Labels: Type-Defect Priority-Critical Component-Famix Milestone-4.5
New issue 632 by tu...(a)tudorgirba.com: Build a test to capture the FAMIX
API problems with Java systems
http://code.google.com/p/moose-technology/issues/detail?id=632
We need a test to drive this problem.
One solution is to take an MSE file produced by VerveineJ for the test_src
and run the MooseFinderTests with it.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 670 by jannik.l...(a)gmail.com: moose menu - on a MooseModel -
bookmark entity
http://code.google.com/p/moose-technology/issues/detail?id=670
the browser is not updated at the end of process
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour
New issue 651 by esteba...(a)gmail.com: label presentations doesn't update
contents
http://code.google.com/p/moose-technology/issues/detail?id=651
In a browser with a label presentation, the label is not being updated when
an announcement is triggered.
i.e., this browser:
browser := GLMTabulator new
row: #itemDetail;
row: #summary size: 18;
yourself.
browser transmit
to: #summary;
andShow: [ :presenter |
presenter label
updateOn: AnAnnouncement from: [self announcer ];
display: [ self summary ] ].
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 671 by usman.bh...(a)gmail.com: Browse a model in the moose panel
raise an error
http://code.google.com/p/moose-technology/issues/detail?id=671
In the last version of moose, if we import a model and then click on on it
in the left column of the moosepanel, we get :
MessageNotUnderstood: GLMPortForwarder>>removeAllSuchThat: