Sean P. DeNigris wrote:
Traditionally in Squeak, you could cycle through Morphs in either direction - from the topmost (e.g. a TextMorph in the Window) which is Alt-Shift-click on Mac, or bottom most parent (e.g. from the Window) which on Mac is Alt-click. Some people found the non-Shift version troublesome because they accidentally brought up halos.
So in Pharo by default, you can Alt-click. You can also re-enable the Alt-Shift-click direction via the settings browser: (World Menu->System->Settings). Text search on halos and then enable "Cycle both directions"
HTH
----- Cheers, Sean -- View this message in context: http://forum.world.st/Halos-in-pharo-3-tp4712351p4712494.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Except for me (Windows 7) this seems reversed from what you say in the second paragraph. By default, I can only <Alt-Shift-click>. Enabling "Cycle both directions" allows <Alt-click> to work. Although this configuration seems to align with "Some people found the non-Shift version troublesome because they accidentally brought up halos." Just to confirm, operation of these for me aligns with what you said... From top: <Alt-Shift-click> starts with the smallest/most-specific morph with subsequent clicks grow out to the containing window. From bottom: <Alt-click> starts at the window and subsequent clicks narrow down into the smallest/most-specific morph. cheers -ben