Branch: refs/heads/5.0
Home: https://github.com/pharo-project/pharo-core Commit: 4a02f5e8f8315da5aaacb6d9c548c1e37f5a7fcf https://github.com/pharo-project/pharo-core/commit/4a02f5e8f8315da5aaacb6d9c548c1e37f5a7fcf Author: Jenkins Build Server <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> wrote: > > +1 > >> On 26 Aug 2015, at 15:28, Marcus Denker <[hidden email]> 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 >> >> > > |
In reply to this post by Uko2
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 <[hidden email]> 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 <[hidden email]> 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 > > > > > > > > > > > > |
Free forum by Nabble | Edit this page |