[Pharo-project] Browser and shortcut(s)
Hi, as here everithing seems possible, Ihave three points to discuss 1) would people like to have shortcut for accessing the different pane of the browser ? Here is a mapping proposal: Esc to enter leave the mercury panel F1 Category/Package F2 Classes F3 method categories F4 methods ... tab to change the swith (instances ? class for instance) Enter to go to the code pane. What do you think ? Not sure easily feasible though 2) more simple What about having "browse class" (alt + shift + b) and "browse protocol" for an object (alt+shift+p) creates a link to a project but... 3) I think autoparens should go away and shiftEnclose:promoted ParagraphEditor>>shiftEnclose: These are far better, as it allows to remove properly enclosing characters. The only problem Ihad with that is it doesn't work properlyon AZERTY keybords (I had to make some small changes). But maybe Safaraa willreplace ParagraphEditor so... Cédrick
On Wed, Jul 23, 2008 at 5:39 PM, cdrick <cdrick65@gmail.com> wrote:
Hi, as here everithing seems possible, Ihave three points to discuss
1) would people like to have shortcut for accessing the different pane of the browser ? Here is a mapping proposal:
Esc to enter leave the mercury panel
F1 Category/Package F2 Classes F3 method categories F4 methods ... tab to change the swith (instances ? class for instance)
Enter to go to the code pane.
What do you think ? Not sure easily feasible though
It would be a first interesting step. Please try. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
1) would people like to have shortcut for accessing the different pane of the browser ? Here is a mapping proposal:
Esc to enter leave the mercury panel
F1 Category/Package F2 Classes F3 method categories F4 methods ... tab to change the swith (instances ? class for instance)
Enter to go to the code pane.
What do you think ? Not sure easily feasible though
I do not understand this. When you say F1. Are you referring to the key? Or entering "F1 Tools" for examples in the mercury panel?
2) more simple What about having "browse class" (alt + shift + b) and "browse protocol" for an object (alt+shift+p) creates a link to a project but...
Why not having alt+b as it is now? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Esc to enter leave the mercury panel
F1 Category/Package F2 Classes F3 method categories F4 methods ... tab to change the swith (instances ? class for instance)
Enter to go to the code pane.
What do you think ? Not sure easily feasible though
I do not understand this. When you say F1. Are you referring to the key? Or entering "F1 Tools" for examples in the mercury panel?
yes the key as there's not mapped I think. New mac have the F1..F12 keys ?
2) more simple What about having "browse class" (alt + shift + b) and "browse protocol" for an object (alt+shift+p) creates a link to a project but...
Why not having alt+b as it is now?
this is to browse the class or protocol of an object... For instance: 1 then alt shift b to open the browser on SmallInteger, equivalent to 1 class browse Cédrick
2) more simple What about having "browse class" (alt + shift + b) and "browse protocol" for an object (alt+shift+p) creates a link to a project but...
Why not having alt+b as it is now?
I am realizing that I did not get what was proposed. Why alt+b is not enough? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
What it important is that we can use a browser without the mouse. Now F1 F2.... are ok but may be the arrows are good for that. Like ctrl + arrows to navigate in the structure Stef On Jul 24, 2008, at 6:26 AM, Damien Cassou wrote:
On Wed, Jul 23, 2008 at 5:39 PM, cdrick <cdrick65@gmail.com> wrote:
Hi, as here everithing seems possible, Ihave three points to discuss
1) would people like to have shortcut for accessing the different pane of the browser ? Here is a mapping proposal:
Esc to enter leave the mercury panel
F1 Category/Package F2 Classes F3 method categories F4 methods ... tab to change the swith (instances ? class for instance)
Enter to go to the code pane.
What do you think ? Not sure easily feasible though
It would be a first interesting step. Please try.
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Alexandre Bergel -
cdrick -
Damien Cassou -
Stéphane Ducasse