[Pharo-project] Shortcut from code pane to methods?
Hi guys. I find myself lots of time in the code pane, whising to move up or down to another method of the same clase. Most of the times I am coding, that is, using the 2 hands in the keyboard. Then when I want to move to another method, I would like to avoid taking the moose, go to the list of methods, click of the one I want or click there and then user upper and lower case. So.....I would love to have a conbination of keys that using upper and lower case let me do that from the code pane. Say cmd + shift + up and cmd + shift + down. Is that possible? Can I do that in OB/Nautilus? Do I need key bindings? thanks -- Mariano http://marianopeck.wordpress.com
Sure that can be done in OB. You just need to define 2 command classes that are bound to the appropriate keys. Lukas On 12 September 2011 11:05, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi guys. I find myself lots of time in the code pane, whising to move up or down to another method of the same clase. Most of the times I am coding, that is, using the 2 hands in the keyboard. Then when I want to move to another method, I would like to avoid taking the moose, go to the list of methods, click of the one I want or click there and then user upper and lower case. So.....I would love to have a conbination of keys that using upper and lower case let me do that from the code pane. Say cmd + shift + up and cmd + shift + down. Is that possible? Can I do that in OB/Nautilus? Do I need key bindings?
thanks
-- Mariano http://marianopeck.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
It is partly working now (with a little overhead) shift + tab moves to the top panel and focuses on the method list arrow keys work as usual there tab move the focus to the code panel cami On 2011-09-12, at 11:21, Lukas Renggli wrote:
Sure that can be done in OB. You just need to define 2 command classes that are bound to the appropriate keys.
Lukas
On 12 September 2011 11:05, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi guys. I find myself lots of time in the code pane, whising to move up or down to another method of the same clase. Most of the times I am coding, that is, using the 2 hands in the keyboard. Then when I want to move to another method, I would like to avoid taking the moose, go to the list of methods, click of the one I want or click there and then user upper and lower case. So.....I would love to have a conbination of keys that using upper and lower case let me do that from the code pane. Say cmd + shift + up and cmd + shift + down. Is that possible? Can I do that in OB/Nautilus? Do I need key bindings?
thanks
-- Mariano http://marianopeck.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
On Mon, Sep 12, 2011 at 3:42 PM, Camillo Bruni <camillo.bruni@inria.fr>wrote:
It is partly working now (with a little overhead)
what do you mean with "now" ? where ? which browser? how can I make it work in my images ?
shift + tab moves to the top panel and focuses on the method list arrow keys work as usual there tab move the focus to the code panel
:)
cami
On 2011-09-12, at 11:21, Lukas Renggli wrote:
Sure that can be done in OB. You just need to define 2 command classes that are bound to the appropriate keys.
Lukas
On 12 September 2011 11:05, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi guys. I find myself lots of time in the code pane, whising to move up or down to another method of the same clase. Most of the times I am coding, that is, using the 2 hands in the keyboard. Then when I want to move to another method, I would like to avoid taking the moose, go to the list of methods, click of the one I want or click there and then user upper and lower case. So.....I would love to have a conbination of keys that using upper and lower case let me do that from the code pane. Say cmd + shift + up and cmd + shift + down. Is that possible? Can I do that in OB/Nautilus? Do I need key bindings?
thanks
-- Mariano http://marianopeck.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
-- Mariano http://marianopeck.wordpress.com
On Mon, Sep 12, 2011 at 11:21 AM, Lukas Renggli <renggli@gmail.com> wrote:
Sure that can be done in OB. You just need to define 2 command classes that are bound to the appropriate keys.
OK, thanks.
Lukas
On 12 September 2011 11:05, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi guys. I find myself lots of time in the code pane, whising to move up or down to another method of the same clase. Most of the times I am coding, that is, using the 2 hands in the keyboard. Then when I want to move to another method, I would like to avoid taking the moose, go to the list of methods, click of the one I want or click there and then user upper and lower case. So.....I would love to have a conbination of keys that using upper and lower case let me do that from the code pane. Say cmd + shift + up and cmd + shift + down. Is that possible? Can I do that in OB/Nautilus? Do I need key bindings?
thanks
-- Mariano http://marianopeck.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
-- Mariano http://marianopeck.wordpress.com
participants (3)
-
Camillo Bruni -
Lukas Renggli -
Mariano Martinez Peck