[pharo-project/pharo-core] 4a02f5: 50273
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 4a02f5e8f8315da5aaacb6d9c548c1e37f5a7fcf https://github.com/pharo-project/pharo-core/commit/4a02f5e8f8315da5aaacb6d9c... Author: Jenkins Build Server <board@pharo-project.org> Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M Morphic-Core.package/PasteUpMorph.class/class/acessing/isMenuOpenByLeftClick.st M Nautilus.package/MethodWidget.class/instance/item creation/buildMethodsList.st R Nautilus.package/Nautilus.class/class/private/defaultCommentPosition.st R Nautilus.package/Nautilus.class/class/private/defaultPopulateMethodList.st M Nautilus.package/Nautilus.class/class/settings/nautilusSettingsOn_.st R Nautilus.package/Nautilus.class/class/settings/populateMethodList.st R Nautilus.package/Nautilus.class/class/settings/populateMethodList_.st M Refactoring-Critics.package/RBClassNotReferencedRule.class/instance/running/checkClass_.st R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50272.st A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50273.st R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50272.st A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50273.st M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st A System-Support.package/SystemNavigation.class/instance/message sends/isUsedClass_.st A System-Support.package/extension/TBehavior/instance/isUsed.st A Traits.package/TBehavior.class/instance/testing method dictionary/hasSelectorReferringTo_.st Log Message: ----------- 50273 16074 Is RBClassNotReferencedRule ~200x slower in Pharo 4 vs Pharo 3 ? https://pharo.fogbugz.com/f/cases/16074 16384 populateMethodList Nautilus https://pharo.fogbugz.com/f/cases/16384 16265 World Menu should be invoked by right-click not left-click https://pharo.fogbugz.com/f/cases/16265 http://files.pharo.org/image/50/50273.zip
16265 World Menu should be invoked by right-click not left-click https://pharo.fogbugz.com/f/cases/16265
This is not good: on the mac, I think it should be always left click. Historically the mac had one button, and the âdefaultâ action is always left. (The âI want to start an actionâ, e.g. klicking on a button.) Right click is for getting âoptionalâ or contextual menus. Marcus
+1
On 26 Aug 2015, at 15:28, Marcus Denker <marcus.denker@inria.fr> wrote:
16265 World Menu should be invoked by right-click not left-click https://pharo.fogbugz.com/f/cases/16265
This is not good: on the mac, I think it should be always left click. Historically the mac had one button, and the âdefaultâ action is always left. (The âI want to start an actionâ, e.g. klicking on a button.) Right click is for getting âoptionalâ or contextual menus.
Marcus
+1
On 26 Aug 2015, at 14:35, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
+1
On 26 Aug 2015, at 15:28, Marcus Denker <marcus.denker@inria.fr> wrote:
16265 World Menu should be invoked by right-click not left-click https://pharo.fogbugz.com/f/cases/16265
This is not good: on the mac, I think it should be always left click. Historically the mac had one button, and the âdefaultâ action is always left. (The âI want to start an actionâ, e.g. klicking on a button.) Right click is for getting âoptionalâ or contextual menus.
Marcus
Even in windows this is weirs, the world menu is more like a toolbar than a contextual menu, I open my toolbar with left click and not right click. On mer., 2015-08-26 at 15:35 +0300, Yuriy Tymchuk wrote:
+1
On 26 Aug 2015, at 15:28, Marcus Denker <marcus.denker@inria.fr> wrote:
16265 World Menu should be invoked by right-click not left-click https://pharo.fogbugz.com/f/cases/16265
This is not good: on the mac, I think it should be always left click. Historically the mac had one button, and the âdefaultâ action is always left. (The âI want to start an actionâ, e.g. klicking on a button.) Right click is for getting âoptionalâ or contextual menus.
Marcus
weird* On mer., 2015-08-26 at 14:42 +0200, Merwan Ouddane wrote:
Even in windows this is weirs, the world menu is more like a toolbar than a contextual menu, I open my toolbar with left click and not right click.
On mer., 2015-08-26 at 15:35 +0300, Yuriy Tymchuk wrote:
+1
On 26 Aug 2015, at 15:28, Marcus Denker <marcus.denker@inria.fr> wrote:
16265 World Menu should be invoked by right-click not left-click https://pharo.fogbugz.com/f/cases/16265
This is not good: on the mac, I think it should be always left click. Historically the mac had one button, and the âdefaultâ action is always left. (The âI want to start an actionâ, e.g. klicking on a button.) Right click is for getting âoptionalâ or contextual menus.
Marcus
participants (5)
-
Esteban Lorenzano -
GitHub -
Marcus Denker -
Merwan Ouddane -
Yuriy Tymchuk