Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo
Status: QualityControl
Owner: ----
Labels: Milestone-2.0 Type-Bug

New issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

When you do not have any item selected on list it raises a DNU


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo
Updates:
        Cc: [hidden email]

Comment #1 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

I can't reproduce this... will you give more specific steps?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo

Comment #2 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

We want back the default cmd+m, cmd+n and cmd+N in nautilus. There are no  
problem to have the other
but I meet a lof of users that complain about that. so we MUST do it.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo

Comment #3 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

in nautilus on the top of the tool.
cmd-m => cmd b+cmd m
and this is frustrating
cmd-x => cmd m + cmd x
cmd-N => cmdb + shift cmd-n


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo

Comment #4 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

if you wait until we have the 3.0 branch I support this so we can keep the  
current shortcuts alive.
otherwise I have to go in opposition and vote for synchronizing the  
commands over the tools, aka use everywhere the ones from Nautilus.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo
Updates:
        Cc: [hidden email] [hidden email]

Comment #5 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

I would put all: the old ones as basis and the new ones using an "enter  
command" (just another key:  
cmd+somethingBeforeMyCompleCommand+restOfTheCommand)
yes... is another key for the people who want to use it, but at least it  
does not forces the penalty to the people who do not want it...

Anyway, the problem in list is a BUG: get a list of implementors, deselect  
all items (by pressing again the selected one) so no item is selected. Then  
press cmd+n o cmd+m... you will get a DNU


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo

Comment #6 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

I am digging into it + making the list use Keymapping ;)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo

Comment #7 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

Camillo
shortcuts are the first interface to the tools and we should not force  
people to use them.
The solution should support both the old and the new at the same time.
Or at least do not force people to think: ok this is a method so this m + x
and now this is browse so this b and now this is find so this i F.
What is the difference between find and browse for example. I do not know.



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo
Updates:
        Status: FixReviewNeeded

Comment #8 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

Name:  
SLICE-Issue-7326-cmdm-cmdn-broken-in-sendersimplementors-browser-CamilloBruni.1
Author: CamilloBruni
Time: 30 January 2013, 12:02:12.514 am
UUID: af17c02e-5a54-40c4-bfa1-896f364769e3
Ancestors:
Dependencies: Spec-Tools-CamilloBruni.80

implement MessageBrowser shortcut actions with the same semantics as the  
ones from nautilus


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo
Updates:
        Status: MonkeyIsChecking

Comment #9 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326#c9

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20498

Comment #10 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326#c10

This Issue has been checked by Ulysse the Monkey
       
6379 tests passed in 00:02:15s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (611)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        CompilerTests (181)
        KernelTests-Chronology (589)
        KernelTests-Classes (68)
        KernelTests-Exception (2)
        KernelTests-Methods (179)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (38)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-7326-cmdm-cmdn-broken-in-sendersimplementors-browser-CamilloBruni.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20498-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.166 uuid:  
5773fcb9-2982-4507-8a9e-4308ec33731e Dec 12 2012
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.166 uuid:  
5773fcb9-2982-4507-8a9e-4308ec33731e Dec 12 2012
git://gitorious.org/cogvm/blessed.git Commit:  
452863bdfba2ba0b188e7b172e9bc597a2caa928 Date: 2012-12-07 16:49:46 +0100  
By: Esteban Lorenzano <[hidden email]> Jenkins build #5922


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo
Updates:
        Status: FixToInclude

Comment #11 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7326 in pharo: cmd+m, cmd+n broken in senders/implementors browser

pharo
Updates:
        Status: Integrated

Comment #12 on issue 7326 by [hidden email]: cmd+m, cmd+n broken in  
senders/implementors browser
http://code.google.com/p/pharo/issues/detail?id=7326

in 20499


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker