Issue 670: Should clean Morph menu

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

Issue 670: Should clean Morph menu

Guillermo Polito
Hi! I began looking at this issue, and made a list of the menu items that exists in the default morph menu.  Maybe we can choose which ones should be removed and which ones are really used. 
Here it goes:

grab
copy to paste buffer
collapse
delete
copy text
go behind
add halo
duplicate
embed into->
    PasteUpMorph
    SystemWindow
resize
change color...
drop shadow->
    show shadow
    shadow color...
    shadow offset...
layout->
    no layout
    proportional layout
    table layout
    change layout inset...
    child layout->
        disable layout in tables
        horizontal resizing->
            rigid
            shrink wrap
            space fill
        vertical resizing->
            rigid
            shrink wrap
            space fill
    table layout->
        reverse table cells
        clip to cell size
        rubber band cells
        change cell inset...
        change min cell size...
        change max cell size...
        list direction->
            ...
        wrap direction->
            ...
        cell positioning->
            ...
        list centering->
            ...
        wrap centering->
            ...
        list spacing->
            ...
        cell spacing->
            ...
provide clipping
submorphs
inspect
explore
browse hierarchy
save morph in file
attach to resource
show actions
debug->
    inspect morph
    inspect owner chain
    inspect model
    explore morph
    browse morph class
    browse model class
    explore view hierarchy
    call #tempCommand
    define #tempCommand
open editing
edit label...

Cheers,
Guille

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Issue 670: Should clean Morph menu

Stéphane Ducasse
**EXCELLENT**
truly excellent
Yes we try to sort that and get some cleaning.

> grab
> copy to paste buffer
> collapse
> delete
> copy text
> go behind
> add halo
> duplicate
> embed into->
>     PasteUpMorph
>     SystemWindow
> resize
> change color...
> drop shadow->
>     show shadow
>     shadow color...
>     shadow offset...
> layout->
>     no layout
>     proportional layout
>     table layout
>     change layout inset...
>     child layout->
>         disable layout in tables
>         horizontal resizing->
>             rigid
>             shrink wrap
>             space fill
>         vertical resizing->
>             rigid
>             shrink wrap
>             space fill
>     table layout->
>         reverse table cells
>         clip to cell size
>         rubber band cells
>         change cell inset...
>         change min cell size...
>         change max cell size...
>         list direction->
>             ...
>         wrap direction->
>             ...
>         cell positioning->
>             ...
>         list centering->
>             ...
>         wrap centering->
>             ...
>         list spacing->
>             ...
>         cell spacing->
>             ...
> provide clipping
> submorphs
??

> inspect
> explore

> browse hierarchy
??

> save morph in file
> attach to resource
??

> show actions
> debug->
>     inspect morph
>     inspect owner chain
>     inspect model
>     explore morph
>     browse morph class
>     browse model class
>     explore view hierarchy
>     call #tempCommand
??
>     define #tempCommand
??

> open editing
> edit label...
>
> Cheers,
> Guille
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Issue 670: Should clean Morph menu

Carla F. Griggio
Well, I haven't tried all those actions, but if it helps in any way, the ones I usually use are:

grab
delete
copy text
submorphs
inspect
show actions
debug->
    inspect morph
    inspect model
    browse morph class
    browse model class



I don't see what the layout options do. I don't know much about layouts, so maybe this doesn't make sense, but... shouldn't the options for table layout be available only if the morph I'm dealing with has a table layout? 



On Tue, May 25, 2010 at 5:58 PM, Stéphane Ducasse <[hidden email]> wrote:
**EXCELLENT**
truly excellent
Yes we try to sort that and get some cleaning.

> grab
> copy to paste buffer
> collapse
> delete
> copy text
> go behind
> add halo
> duplicate
> embed into->
>     PasteUpMorph
>     SystemWindow
> resize
> change color...
> drop shadow->
>     show shadow
>     shadow color...
>     shadow offset...
> layout->
>     no layout
>     proportional layout
>     table layout
>     change layout inset...
>     child layout->
>         disable layout in tables
>         horizontal resizing->
>             rigid
>             shrink wrap
>             space fill
>         vertical resizing->
>             rigid
>             shrink wrap
>             space fill
>     table layout->
>         reverse table cells
>         clip to cell size
>         rubber band cells
>         change cell inset...
>         change min cell size...
>         change max cell size...
>         list direction->
>             ...
>         wrap direction->
>             ...
>         cell positioning->
>             ...
>         list centering->
>             ...
>         wrap centering->
>             ...
>         list spacing->
>             ...
>         cell spacing->
>             ...
> provide clipping
> submorphs
??

> inspect
> explore

> browse hierarchy
??

> save morph in file
> attach to resource
??

> show actions
> debug->
>     inspect morph
>     inspect owner chain
>     inspect model
>     explore morph
>     browse morph class
>     browse model class
>     explore view hierarchy
>     call #tempCommand
??
>     define #tempCommand
??

> open editing
> edit label...
>
> Cheers,
> Guille
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Issue 670: Should clean Morph menu

Gary Chambers-4
Well, even if a morph does not, at any one time, use a table layout the settings are preserved and use if switched to a table layout...
 
Curiously these options are pretty much the only ones I use from the menu ;-)
 

Regards, Gary
----- Original Message -----
Sent: Tuesday, May 25, 2010 10:25 PM
Subject: Re: [Pharo-project] Issue 670: Should clean Morph menu

Well, I haven't tried all those actions, but if it helps in any way, the ones I usually use are:

grab
delete
copy text
submorphs
inspect
show actions
debug->
    inspect morph
    inspect model
    browse morph class
    browse model class



I don't see what the layout options do. I don't know much about layouts, so maybe this doesn't make sense, but... shouldn't the options for table layout be available only if the morph I'm dealing with has a table layout? 



On Tue, May 25, 2010 at 5:58 PM, Stéphane Ducasse <[hidden email]> wrote:
**EXCELLENT**
truly excellent
Yes we try to sort that and get some cleaning.

> grab
> copy to paste buffer
> collapse
> delete
> copy text
> go behind
> add halo
> duplicate
> embed into->
>     PasteUpMorph
>     SystemWindow
> resize
> change color...
> drop shadow->
>     show shadow
>     shadow color...
>     shadow offset...
> layout->
>     no layout
>     proportional layout
>     table layout
>     change layout inset...
>     child layout->
>         disable layout in tables
>         horizontal resizing->
>             rigid
>             shrink wrap
>             space fill
>         vertical resizing->
>             rigid
>             shrink wrap
>             space fill
>     table layout->
>         reverse table cells
>         clip to cell size
>         rubber band cells
>         change cell inset...
>         change min cell size...
>         change max cell size...
>         list direction->
>             ...
>         wrap direction->
>             ...
>         cell positioning->
>             ...
>         list centering->
>             ...
>         wrap centering->
>             ...
>         list spacing->
>             ...
>         cell spacing->
>             ...
> provide clipping
> submorphs
??

> inspect
> explore

> browse hierarchy
??

> save morph in file
> attach to resource
??

> show actions
> debug->
>     inspect morph
>     inspect owner chain
>     inspect model
>     explore morph
>     browse morph class
>     browse model class
>     explore view hierarchy
>     call #tempCommand
??
>     define #tempCommand
??

> open editing
> edit label...
>
> Cheers,
> Guille
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Issue 670: Should clean Morph menu

Stéphane Ducasse
magic of morphic :)

Stef

On May 26, 2010, at 11:29 AM, Gary Chambers wrote:

> Well, even if a morph does not, at any one time, use a table layout the settings are preserved and use if switched to a table layout...
>  
> Curiously these options are pretty much the only ones I use from the menu ;-)
>  
>
> Regards, Gary
> ----- Original Message -----
> From: Carla F. Griggio
> To: [hidden email]
> Sent: Tuesday, May 25, 2010 10:25 PM
> Subject: Re: [Pharo-project] Issue 670: Should clean Morph menu
>
> Well, I haven't tried all those actions, but if it helps in any way, the ones I usually use are:
>
> grab
> delete
> copy text
> submorphs
> inspect
> show actions
> debug->
>     inspect morph
>     inspect model
>     browse morph class
>     browse model class
>
>
>
> I don't see what the layout options do. I don't know much about layouts, so maybe this doesn't make sense, but... shouldn't the options for table layout be available only if the morph I'm dealing with has a table layout?
>
>
>
> On Tue, May 25, 2010 at 5:58 PM, Stéphane Ducasse <[hidden email]> wrote:
> **EXCELLENT**
> truly excellent
> Yes we try to sort that and get some cleaning.
>
> > grab
> > copy to paste buffer
> > collapse
> > delete
> > copy text
> > go behind
> > add halo
> > duplicate
> > embed into->
> >     PasteUpMorph
> >     SystemWindow
> > resize
> > change color...
> > drop shadow->
> >     show shadow
> >     shadow color...
> >     shadow offset...
> > layout->
> >     no layout
> >     proportional layout
> >     table layout
> >     change layout inset...
> >     child layout->
> >         disable layout in tables
> >         horizontal resizing->
> >             rigid
> >             shrink wrap
> >             space fill
> >         vertical resizing->
> >             rigid
> >             shrink wrap
> >             space fill
> >     table layout->
> >         reverse table cells
> >         clip to cell size
> >         rubber band cells
> >         change cell inset...
> >         change min cell size...
> >         change max cell size...
> >         list direction->
> >             ...
> >         wrap direction->
> >             ...
> >         cell positioning->
> >             ...
> >         list centering->
> >             ...
> >         wrap centering->
> >             ...
> >         list spacing->
> >             ...
> >         cell spacing->
> >             ...
> > provide clipping
> > submorphs
> ??
>
> > inspect
> > explore
>
> > browse hierarchy
> ??
>
> > save morph in file
> > attach to resource
> ??
>
> > show actions
> > debug->
> >     inspect morph
> >     inspect owner chain
> >     inspect model
> >     explore morph
> >     browse morph class
> >     browse model class
> >     explore view hierarchy
> >     call #tempCommand
> ??
> >     define #tempCommand
> ??
>
> > open editing
> > edit label...
> >
> > Cheers,
> > Guille
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Issue 670: Should clean Morph menu

Guillermo Polito
I take this thread back to life.  Is everyone happy with this menu? Is It useful? :P

On Wed, May 26, 2010 at 6:59 AM, Stéphane Ducasse <[hidden email]> wrote:
magic of morphic :)

Stef

On May 26, 2010, at 11:29 AM, Gary Chambers wrote:

> Well, even if a morph does not, at any one time, use a table layout the settings are preserved and use if switched to a table layout...
>
> Curiously these options are pretty much the only ones I use from the menu ;-)
>
>
> Regards, Gary
> ----- Original Message -----
> From: Carla F. Griggio
> To: [hidden email]
> Sent: Tuesday, May 25, 2010 10:25 PM
> Subject: Re: [Pharo-project] Issue 670: Should clean Morph menu
>
> Well, I haven't tried all those actions, but if it helps in any way, the ones I usually use are:
>
> grab
> delete
> copy text
> submorphs
> inspect
> show actions
> debug->
>     inspect morph
>     inspect model
>     browse morph class
>     browse model class
>
>
>
> I don't see what the layout options do. I don't know much about layouts, so maybe this doesn't make sense, but... shouldn't the options for table layout be available only if the morph I'm dealing with has a table layout?
>
>
>
> On Tue, May 25, 2010 at 5:58 PM, Stéphane Ducasse <[hidden email]> wrote:
> **EXCELLENT**
> truly excellent
> Yes we try to sort that and get some cleaning.
>
> > grab
> > copy to paste buffer
> > collapse
> > delete
> > copy text
> > go behind
> > add halo
> > duplicate
> > embed into->
> >     PasteUpMorph
> >     SystemWindow
> > resize
> > change color...
> > drop shadow->
> >     show shadow
> >     shadow color...
> >     shadow offset...
> > layout->
> >     no layout
> >     proportional layout
> >     table layout
> >     change layout inset...
> >     child layout->
> >         disable layout in tables
> >         horizontal resizing->
> >             rigid
> >             shrink wrap
> >             space fill
> >         vertical resizing->
> >             rigid
> >             shrink wrap
> >             space fill
> >     table layout->
> >         reverse table cells
> >         clip to cell size
> >         rubber band cells
> >         change cell inset...
> >         change min cell size...
> >         change max cell size...
> >         list direction->
> >             ...
> >         wrap direction->
> >             ...
> >         cell positioning->
> >             ...
> >         list centering->
> >             ...
> >         wrap centering->
> >             ...
> >         list spacing->
> >             ...
> >         cell spacing->
> >             ...
> > provide clipping
> > submorphs
> ??
>
> > inspect
> > explore
>
> > browse hierarchy
> ??
>
> > save morph in file
> > attach to resource
> ??
>
> > show actions
> > debug->
> >     inspect morph
> >     inspect owner chain
> >     inspect model
> >     explore morph
> >     browse morph class
> >     browse model class
> >     explore view hierarchy
> >     call #tempCommand
> ??
> >     define #tempCommand
> ??
>
> > open editing
> > edit label...
> >
> > Cheers,
> > Guille
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Issue 670: Should clean Morph menu

Stéphane Ducasse
I would start removing some of the them: the obvious one :)
or the ones I marked


> I take this thread back to life.  Is everyone happy with this menu? Is It useful? :P
>
> On Wed, May 26, 2010 at 6:59 AM, Stéphane Ducasse <[hidden email]> wrote:
> magic of morphic :)
>
> Stef
>
> On May 26, 2010, at 11:29 AM, Gary Chambers wrote:
>
> > Well, even if a morph does not, at any one time, use a table layout the settings are preserved and use if switched to a table layout...
> >
> > Curiously these options are pretty much the only ones I use from the menu ;-)
> >
> >
> > Regards, Gary
> > ----- Original Message -----
> > From: Carla F. Griggio
> > To: [hidden email]
> > Sent: Tuesday, May 25, 2010 10:25 PM
> > Subject: Re: [Pharo-project] Issue 670: Should clean Morph menu
> >
> > Well, I haven't tried all those actions, but if it helps in any way, the ones I usually use are:
> >
> > grab
> > delete
> > copy text
> > submorphs
> > inspect
> > show actions
> > debug->
> >     inspect morph
> >     inspect model
> >     browse morph class
> >     browse model class
> >
> >
> >
> > I don't see what the layout options do. I don't know much about layouts, so maybe this doesn't make sense, but... shouldn't the options for table layout be available only if the morph I'm dealing with has a table layout?
> >
> >
> >
> > On Tue, May 25, 2010 at 5:58 PM, Stéphane Ducasse <[hidden email]> wrote:
> > **EXCELLENT**
> > truly excellent
> > Yes we try to sort that and get some cleaning.
> >
> > > grab
> > > copy to paste buffer
> > > collapse
> > > delete
> > > copy text
> > > go behind
> > > add halo
> > > duplicate
> > > embed into->
> > >     PasteUpMorph
> > >     SystemWindow
> > > resize
> > > change color...
> > > drop shadow->
> > >     show shadow
> > >     shadow color...
> > >     shadow offset...
> > > layout->
> > >     no layout
> > >     proportional layout
> > >     table layout
> > >     change layout inset...
> > >     child layout->
> > >         disable layout in tables
> > >         horizontal resizing->
> > >             rigid
> > >             shrink wrap
> > >             space fill
> > >         vertical resizing->
> > >             rigid
> > >             shrink wrap
> > >             space fill
> > >     table layout->
> > >         reverse table cells
> > >         clip to cell size
> > >         rubber band cells
> > >         change cell inset...
> > >         change min cell size...
> > >         change max cell size...
> > >         list direction->
> > >             ...
> > >         wrap direction->
> > >             ...
> > >         cell positioning->
> > >             ...
> > >         list centering->
> > >             ...
> > >         wrap centering->
> > >             ...
> > >         list spacing->
> > >             ...
> > >         cell spacing->
> > >             ...
> > > provide clipping
> > > submorphs
> > ??
> >
> > > inspect
> > > explore
> >
> > > browse hierarchy
> > ??
> >
> > > save morph in file
> > > attach to resource
> > ??
> >
> > > show actions
> > > debug->
> > >     inspect morph
> > >     inspect owner chain
> > >     inspect model
> > >     explore morph
> > >     browse morph class
> > >     browse model class
> > >     explore view hierarchy
> > >     call #tempCommand
> > ??
> > >     define #tempCommand
> > ??
> >
> > > open editing
> > > edit label...
> > >
> > > Cheers,
> > > Guille
> > > _______________________________________________
> > > Pharo-project mailing list
> > > [hidden email]
> > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Issue 670: Should clean Morph menu

Guillermo Polito
I left in the inbox a little change.  I'm not sure what are the obvious entries to remove (because I only use delete :$ :P), so I removed the ones Stephane remarked.

Cheers,
Guille

---------------------------------------------------------------------
Name: Morphic-GuillermoPolito.592
Author: GuillermoPolito
Time: 4 June 2010, 12:39:30 pm
UUID: 73282bb3-db42-ac4f-9139-b7725319a741
Ancestors: Morphic-GuillermoPolito.591

removed from morph menu the entries:

submorphs
browse hierarchy
attach to resource
call #tempCommand
define #tempCommand
---------------------------------------------------------------------

On Sun, May 30, 2010 at 5:11 PM, Stéphane Ducasse <[hidden email]> wrote:
I would start removing some of the them: the obvious one :)
or the ones I marked


> I take this thread back to life.  Is everyone happy with this menu? Is It useful? :P
>
> On Wed, May 26, 2010 at 6:59 AM, Stéphane Ducasse <[hidden email]> wrote:
> magic of morphic :)
>
> Stef
>
> On May 26, 2010, at 11:29 AM, Gary Chambers wrote:
>
> > Well, even if a morph does not, at any one time, use a table layout the settings are preserved and use if switched to a table layout...
> >
> > Curiously these options are pretty much the only ones I use from the menu ;-)
> >
> >
> > Regards, Gary
> > ----- Original Message -----
> > From: Carla F. Griggio
> > To: [hidden email]
> > Sent: Tuesday, May 25, 2010 10:25 PM
> > Subject: Re: [Pharo-project] Issue 670: Should clean Morph menu
> >
> > Well, I haven't tried all those actions, but if it helps in any way, the ones I usually use are:
> >
> > grab
> > delete
> > copy text
> > submorphs
> > inspect
> > show actions
> > debug->
> >     inspect morph
> >     inspect model
> >     browse morph class
> >     browse model class
> >
> >
> >
> > I don't see what the layout options do. I don't know much about layouts, so maybe this doesn't make sense, but... shouldn't the options for table layout be available only if the morph I'm dealing with has a table layout?
> >
> >
> >
> > On Tue, May 25, 2010 at 5:58 PM, Stéphane Ducasse <[hidden email]> wrote:
> > **EXCELLENT**
> > truly excellent
> > Yes we try to sort that and get some cleaning.
> >
> > > grab
> > > copy to paste buffer
> > > collapse
> > > delete
> > > copy text
> > > go behind
> > > add halo
> > > duplicate
> > > embed into->
> > >     PasteUpMorph
> > >     SystemWindow
> > > resize
> > > change color...
> > > drop shadow->
> > >     show shadow
> > >     shadow color...
> > >     shadow offset...
> > > layout->
> > >     no layout
> > >     proportional layout
> > >     table layout
> > >     change layout inset...
> > >     child layout->
> > >         disable layout in tables
> > >         horizontal resizing->
> > >             rigid
> > >             shrink wrap
> > >             space fill
> > >         vertical resizing->
> > >             rigid
> > >             shrink wrap
> > >             space fill
> > >     table layout->
> > >         reverse table cells
> > >         clip to cell size
> > >         rubber band cells
> > >         change cell inset...
> > >         change min cell size...
> > >         change max cell size...
> > >         list direction->
> > >             ...
> > >         wrap direction->
> > >             ...
> > >         cell positioning->
> > >             ...
> > >         list centering->
> > >             ...
> > >         wrap centering->
> > >             ...
> > >         list spacing->
> > >             ...
> > >         cell spacing->
> > >             ...
> > > provide clipping
> > > submorphs
> > ??
> >
> > > inspect
> > > explore
> >
> > > browse hierarchy
> > ??
> >
> > > save morph in file
> > > attach to resource
> > ??
> >
> > > show actions
> > > debug->
> > >     inspect morph
> > >     inspect owner chain
> > >     inspect model
> > >     explore morph
> > >     browse morph class
> > >     browse model class
> > >     explore view hierarchy
> > >     call #tempCommand
> > ??
> > >     define #tempCommand
> > ??
> >
> > > open editing
> > > edit label...
> > >
> > > Cheers,
> > > Guille
> > > _______________________________________________
> > > Pharo-project mailing list
> > > [hidden email]
> > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project