Re: Issue 3210 in pharo: SimpleMorphic Integration

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3210 in pharo: SimpleMorphic Integration

pharo
Updates:
        Status: Fixed

Comment #1 on issue 3210 by stephane.ducasse: SimpleMorphic Integration
http://code.google.com/p/pharo/issues/detail?id=3210

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3210 in pharo: SimpleMorphic Integration

pharo
Updates:
        Cc: aplantec

Comment #2 on issue 3210 by stephane.ducasse: SimpleMorphic Integration
http://code.google.com/p/pharo/issues/detail?id=3210

SMx01 in 12242
Alain there are some changes on TextEditor. This may impact what you are  
doing.

Attachments:
        SMx01-PharoEnhAndPreliminaries-jmv.3.cs  46.9 KB
        SMx02-PharoEnhAndPreliminariesCoda.1.cs  272 bytes
        SMx03-ExtensionMethodsPart1.3.cs  6.0 KB
        SMx04-SimpleMorphic.11.cs  1.1 MB
        SMx05-ExtensionMethodsPart2.7.cs  4.6 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3210 in pharo: SimpleMorphic Integration

pharo

Comment #3 on issue 3210 by stephane.ducasse: SimpleMorphic Integration
http://code.google.com/p/pharo/issues/detail?id=3210

part one two and three are integrated


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3210 in pharo: SimpleMorphic Integration

Fernando olivero-2
This is really cool! Nice to have it already in the image.

I like particulary like the UIManager integration, to easily "plug"
diferent morphics and tools.
For example UIManager default openInspector: self asMorphOn: anObject
withLabel: aLabel! .

Stef and Juan:

1)how did the UIManager impact on the current facilities in
SystemNavigation for browsing senders, references and others?
Did the UI related parts got decoupled from SystemNavigation into UIManager?
For example SystemNavigation returns the list of method references,
but the UIManager opens the proper Morph/tool to present it.
Currently SystemNavigation also does the Morph part.

2) What are the plans for the Simple morphic changeset?

Fernando




On Thu, Nov 18, 2010 at 9:47 PM, [hidden email]
<[hidden email]> wrote:
>
> Comment #3 on issue 3210 by stephane.ducasse: SimpleMorphic Integration
> http://code.google.com/p/pharo/issues/detail?id=3210
>
> part one two and three are integrated
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Issue 3210 in pharo: SimpleMorphic Integration

Stéphane Ducasse
In reply to this post by pharo

On Nov 18, 2010, at 11:29 PM, Fernando Olivero wrote:

> This is really cool! Nice to have it already in the image.
>
> I like particulary like the UIManager integration, to easily "plug"
> diferent morphics and tools.
> For example UIManager default openInspector: self asMorphOn: anObject
> withLabel: aLabel! .
>
> Stef and Juan:
>
> 1)how did the UIManager impact on the current facilities in
> SystemNavigation for browsing senders, references and others?
> Did the UI related parts got decoupled from SystemNavigation into UIManager?

I do not think so.
There is still a lot of things to clean in SystemNavigation

> For example SystemNavigation returns the list of method references,
> but the UIManager opens the proper Morph/tool to present it.
> Currently SystemNavigation also does the Morph part.
>
> 2) What are the plans for the Simple morphic changeset?

Package it in a separate package.
Create a Squeaksource project
Add it as a package in pharo-dev so that people can have a look at it.

Stef

>
> Fernando
>
>
>
>
> On Thu, Nov 18, 2010 at 9:47 PM, [hidden email]
> <[hidden email]> wrote:
>>
>> Comment #3 on issue 3210 by stephane.ducasse: SimpleMorphic Integration
>> http://code.google.com/p/pharo/issues/detail?id=3210
>>
>> part one two and three are integrated
>>
>>
>>
>