Nice pictures
by Alexandre Bergel
Hello,
I’ve just posted some pictures of the execution of Roassal and Glamour.
More pictures on:
https://www.facebook.com/ObjectProfile/posts/753449881408278
Roassal:
Glamour:
Merry Christmas!
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 11 months
Re: [Pharo-users] [ann] moose 5.0
by Tudor Girba
Hi Giorgio,
Thanks for the kind words.
Cheers,
Doru
On Wed, Dec 24, 2014 at 1:20 AM, giorgio ferraris <
giorgio.ferraris(a)gmail.com> wrote:
> Hi, Guys,
>
> I'm not (yet) working on Pharo (still VW and some VisualSmalltalk in the
> few time left free from my main job), but I follow what you do (not just
> you but all the community) and I have to admit you (all) work really hard.
> Bergel is doing a fantastic job, and your Moose is very nice, etc.
> But, I really liked the presentation of the GT stuff, I can understand the
> energy you put behind your work.
>
> Great work. I'm happy you are on the ST community and working on the
> language (ST) i like the most. Thanks!
> (Oh, I know you don't like to have Pharo called Smalltalk, but I don't
> like religion's wars, so that is yet smalltalk, for me).
>
> BTW: Happy Holidays to all.
>
> Giorgio
>
> On Wed, Dec 24, 2014 at 12:09 AM, Tudor Girba <tudor(a)tudorgirba.com>
> wrote:
>
>> We are happy to announce Moose 5.0:
>> *http://moosetechnology.org/#install*
>>
>>
>> Description
>> ---
>>
>> This is by far the most extensive Moose release to date. Just take a look
>> at these two trailers.
>> - Spotter: https://vimeo.com/113832673
>> - Inspector: https://vimeo.com/103463364
>>
>> The key highlights are:
>> - It is based on Pharo 3.0.
>> - Roassal2 is a complete reimplementation of the core visual engine of
>> Moose.
>> - Roassal2 replaced Roassal, EyeSee and Graph-ET, and it features many
>> new things including smooth animations, new composeable builders and
>> several new layouts.
>> - All built-in Moose visualizations use Roassal2.
>> - Glamour has been extended with a Pager browser and with Rubric as the
>> main text editor.
>> - GTSpotter is a new tool that makes it possible to find objects fast.
>> - GTInspector saw major usability improvements based on the Pager
>> browser, and it now comes with many object specific extensions.
>> - GTPlayground provides a new way to handle scripts and when combined
>> with GTInspector, it can replace the dedicated easels and editors.
>> - Moose Finder has been extended with the ability of handling in place
>> visualizations.
>> - GTDebugger has been strengthen and was made more robust.
>> - PetitParser has been extended with the notion of context which enables
>> elegant island parsing.
>>
>> A list of issues addressed in this release can be found at:
>>
>> http://code.google.com/p/moose-technology/issues/list?can=1&q=status=Fixe...
>>
>>
>> Installation
>> ---
>>
>> The Moose Suite 5.0 comes for each platform as a separate bundle:
>> - *Moose Suite 5.0 for Mac>http://moosetechnology.org/res/download/
>> moose_suite_5_0-mac.zip
>> <https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_5_0-mac.zip>
>> *
>> <https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_8-mac.zip*>
>> - *Moose Suite 5.0 for Windows>http://moosetechnology.org/res/download/
>> moose_suite_5_0-win.zip
>> <https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_5_0-win.zip>
>> *
>> <https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_8-win.zip*>
>> - *Moose Suite 5.0 for Linux>http://moosetechnology.org/res/download/
>> moose_suite_5_0-linux.zip
>> <https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_5_0-linux.zip>
>> *
>> <https://dl.dropboxusercontent.com/u/18323746/Moose/moose_suite_4_8-linux....>
>>
>> The Moose Suite 5.0 can also be loaded in a Pharo 3.0 image either from
>> the Configuration Browser, or by executing the following script:
>>
>> ==Gofer new
>> == smalltalkhubUser: 'Moose' project: 'Moose';
>> == configuration;
>> == loadStable
>>
>>
>> Happy holidays!
>> The Moose team
>>
>
>
--
www.tudorgirba.com
"Every thing has its own flow"
8 years, 11 months
Moose 5.0. DNU point:from:
by Stéphane Ducasse
Apparently when I move the moose from the finder elements (classes) to the model item I get
a DNU point:from:
MoprhTreeListManager>>clicked: event inTheCheckboxOf: aTargetMorph
| position |
position := aTargetMorph point: event position from: client.
^ self isCheckList and: [ (aTargetMorph checkClickableZone translateBy: 2 @ 0) containsPoint: position ]
Stef
8 years, 11 months
pharo days
by Tudor Girba
Hi,
As you know, Pharo Days will take place at the end of January. It is a
great place to learn and exchange ideas about Pharo (and indirectly Moose).
If you plan to attend, please register as soon as possible:
http://pharodays2015.pharo.org
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
8 years, 11 months
What Moose is for me...
by Alexandre Bergel
- a powerful modeling platform
- a nice tower of expressive piles of cool stuff.
E.g., If my visualizations works with small numbers, then it will work large Java or tweet models. And this is impressive.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 11 months
Code critics on FAMIX
by Yuriy Tymchuk
Hi everyone.
Can someone tell me if there was any implementation of code critics-like framework on top of FAMIX?
Regards.
Yuriy
8 years, 11 months
Strange graphical behavior using GTInspector
by Jean-Christophe Bach
Hi,
We downloaded the last Moose image, installed PetitJava and PetitDelphi.
We parsed Java code and inspected the result. While navigating this
result we got a strange behavior of the GTInspector (these are the only
actions we have done). Please find attached a screenshot of the window
(font problems seem to be back + no scrollbar but the first line is
partially hidden).
Regards,
--
Jean-Christophe Bach
8 years, 11 months
modifying a method within the GT inspector
by Alexandre Bergel
Hi!
Can I modify the method source code by simply inspecting it?
Consider the following method
C>>foo
^ ‘hello’
If I do: (C>>#foo) inspect
when I have an inspector on the compiled method. I can see the source code. But I cannot modify it :-(
How to support a recompilation of the method?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 11 months
Issue 1101 in moose-technology: Pager does not properly replace the panes
by moose-technology@googlecode.com
Status: New
Owner: ----
CC: chisvasi...(a)gmail.com
Labels: Type-Defect Priority-Critical Component-Glamour Milestone-5.0
New issue 1101 by tu...(a)tudorgirba.com: Pager does not properly replace the
panes
https://code.google.com/p/moose-technology/issues/detail?id=1101
This is a critical bug.
1. In a Playground go on "(1 to: 100)"
2. In the second pane select "4"
3. In the third pane select "self" (you should have 4 panes now)
4. Go back to the second pane and select "2"
==> You will still see "4" on the third pane
The problem only occurs when there are more panes to the right.
Furthermore, the Glamour model is correct: the entity of the third pane is
indeed 2, but something is wrong in the rendering.
--
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
8 years, 11 months