Hi all,
is there a rationale for the world menu on left mouse button only in Pharo 4? (and world contents on the right mouse button)
Simplifying mouseDown: following the cleaning made on Bloc by alain. It was strange to have two different ways to show the list of windows and also wht left and right should do the same. In Pharo 3.0 I get the same (see attachement) menu. So I do not understand how useful it is. This idea of meta and operate looks a bit old fashioned to me (totgther with the defaultYellowButtonPressed kind of code :) Morphic is a gigantic beast and removing complexity is the only way. Now if you have an good argument post of fix. Stef
Mine would be: - if I press a pull down menu (press a menu bar item or a pull down menu), it's the left mouse button. - If I look for a menu on a non-button thing, it's the right mouse button, i.e. contextual menu.
Now, should I consider that the Pharo background is a huge pull-down menu button to understand the rationale behind having the world menu on the left-mouse button?
Thierry