How do I get at the Morphic halos in Pharo 6.0?
On 8/28/17, phil@highoctane.be <phil@highoctane.be> wrote: ....
Dark theme : can code for hours without any trouble.
At the office I am at now 90% of coders are using dark themes.
Indeed the windows buttons are annoying, I have my own little hack to make them better. When a control bugs you, bring a halo and try to reverse the form, usually makes things readable.
Phil
Phil, I was not aware that it is still possible to get Morphic halos in Pharo 6.0? How do I get at them? Regards Hannes
On OSX, you hold the Shift and Alt keys and then click on something. I think on windows its probably Shift+Alt or Shift+Ctrl. The in-image help explains this under - Pharo Environment Help - Keyboard Shortcuts - Visual Exploration. Tim
On 28 Aug 2017, at 13:33, H. Hirzel <hannes.hirzel@gmail.com> wrote:
On 8/28/17, phil@highoctane.be <phil@highoctane.be> wrote:
....
Dark theme : can code for hours without any trouble.
At the office I am at now 90% of coders are using dark themes.
Indeed the windows buttons are annoying, I have my own little hack to make them better. When a control bugs you, bring a halo and try to reverse the form, usually makes things readable.
Phil
Phil,
I was not aware that it is still possible to get Morphic halos in Pharo 6.0?
How do I get at them?
Regards Hannes
Tim Mackinnon wrote
On OSX, you hold the Shift and Alt keys and then click on something.
There is also `Morph cycleHalosBothDirections: true.` to re-enable non-Shift (i.e. bidirectional) cycling a la Squeak ----- Cheers, Sean -- View this message in context: http://forum.world.st/How-do-I-get-at-the-Morphic-halos-in-Pharo-6-0-tp49649... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 8/28/17, Sean P. DeNigris <sean@clipperadams.com> wrote:
Tim Mackinnon wrote
On OSX, you hold the Shift and Alt keys and then click on something.
There is also `Morph cycleHalosBothDirections: true.` to re-enable non-Shift (i.e. bidirectional) cycling a la Squeak
Nice! Many thanks! --Hannes
----- Cheers, Sean -- View this message in context: http://forum.world.st/How-do-I-get-at-the-Morphic-halos-in-Pharo-6-0-tp49649... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
H. Hirzel -
Sean P. DeNigris -
Tim Mackinnon