Useful (hidden) features in Pharo 3.0
Hi, this week I have realized a lot of useful (hidden) features I did not know they exists. Those I have learned: Cmd+t â Nautilus, when method source code is displayed. It shows context menu related to the position of cursor. Cmd+Shift+p â Nautilus, in method source code, it extends selection according to AST Shift+Enter â Spotlight Do you know others? Thanks, Jura
Cmd+ click on a class jumps there. On Nov 17, 2013, at 10:43 PM, Juraj Kubelka <juraj.kubelka@gmail.com> wrote:
Hi,
this week I have realized a lot of useful (hidden) features I did not know they exists. Those I have learned:
Cmd+t â Nautilus, when method source code is displayed. It shows context menu related to the position of cursor. Cmd+Shift+p â Nautilus, in method source code, it extends selection according to AST Shift+Enter â Spotlight
Do you know others? Thanks, Jura
On 18 Nov 2013, at 21:58, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Cmd+ click on a class jumps there.
Or on a method.
On Nov 17, 2013, at 10:43 PM, Juraj Kubelka <juraj.kubelka@gmail.com> wrote:
Hi,
this week I have realized a lot of useful (hidden) features I did not know they exists. Those I have learned:
Cmd+t â Nautilus, when method source code is displayed. It shows context menu related to the position of cursor. Cmd+Shift+p â Nautilus, in method source code, it extends selection according to AST Shift+Enter â Spotlight
Do you know others? Thanks, Jura
Or on an instance variable On Mon, Nov 18, 2013 at 11:02 PM, Sven Van Caekenberghe <sven@stfx.eu>wrote:
On 18 Nov 2013, at 21:58, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Cmd+ click on a class jumps there.
Or on a method.
On Nov 17, 2013, at 10:43 PM, Juraj Kubelka <juraj.kubelka@gmail.com> wrote:
Hi,
this week I have realized a lot of useful (hidden) features I did not know they exists. Those I have learned:
Cmd+t â Nautilus, when method source code is displayed. It shows context menu related to the position of cursor. Cmd+Shift+p â Nautilus, in method source code, it extends selection according to AST Shift+Enter â Spotlight
Do you know others? Thanks, Jura
Wow, thank you all. So in order to summarize: Cmd+click on instance variable â it opens window âAccesses to variable" Cmd+click on method â it opens implementors of the method Cmd+shift+click on method â it opens senders of the method (on method definition reversely) Cmd+click on Class â it opens new Nautilus with definition of the Class Cmd+shift+click on Class â it opens window âUsers of Class" Cmd+t â Nautilus, when method source code is displayed. It shows context menu related to the position of cursor. Cmd+Shift+p â Nautilus, in method source code, it extends selection according to AST Shift+Enter â Spotlight Great to know :-) Regards, Jura El 18-11-2013, a las 18:15, kilon alios <kilon.alios@gmail.com> escribió:
Or on an instance variable
On Mon, Nov 18, 2013 at 11:02 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 18 Nov 2013, at 21:58, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Cmd+ click on a class jumps there.
Or on a method.
On Nov 17, 2013, at 10:43 PM, Juraj Kubelka <juraj.kubelka@gmail.com> wrote:
Hi,
this week I have realized a lot of useful (hidden) features I did not know they exists. Those I have learned:
Cmd+t â Nautilus, when method source code is displayed. It shows context menu related to the position of cursor. Cmd+Shift+p â Nautilus, in method source code, it extends selection according to AST Shift+Enter â Spotlight
Do you know others? Thanks, Jura
Not on Windows. Alt-Click doesn't work either. What works is select the word and Ctrl-Enter to jump. Annoying discrepancy... Phil On Mon, Nov 18, 2013 at 9:58 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
Cmd+ click on a class jumps there.
On Nov 17, 2013, at 10:43 PM, Juraj Kubelka <juraj.kubelka@gmail.com> wrote:
Hi,
this week I have realized a lot of useful (hidden) features I did not know they exists. Those I have learned:
Cmd+t â Nautilus, when method source code is displayed. It shows context menu related to the position of cursor. Cmd+Shift+p â Nautilus, in method source code, it extends selection according to AST Shift+Enter â Spotlight
Do you know others? Thanks, Jura
participants (5)
-
Juraj Kubelka -
kilon alios -
phil@highoctane.be -
Stéphane Ducasse -
Sven Van Caekenberghe