[Pharo-project] Issue 670: Should clean Morph menu
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
**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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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: Pharo-project@lists.gforge.inria.fr 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 <stephane.ducasse@inria.fr> 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 > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project ------------------------------------------------------------------------------ _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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: Pharo-project@lists.gforge.inria.fr 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 <stephane.ducasse@inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr
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: Pharo-project@lists.gforge.inria.fr 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 < stephane.ducasse@inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr> 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: Pharo-project@lists.gforge.inria.fr 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 <stephane.ducasse@inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr
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 < stephane.ducasse@inria.fr> 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: Pharo-project@lists.gforge.inria.fr 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 < stephane.ducasse@inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Carla F. Griggio -
Gary Chambers -
Guillermo Polito -
Stéphane Ducasse