[Pharo-project] Fwd: Showing the setUp method in Nautilus
It may interest some of you. Alexandre Begin forwarded message:
From: Alexandre Bergel <alexandre.bergel@me.com> Subject: Showing the setUp method in Nautilus Date: 5 March 2012 08:52:39 GMT-03:00 To: benjamin Van Ryseghem <benjamin.vanryseghem@gmail.com>
Hi!
I worked on a new method item action to easily show the setUp method of a testCase. This helps reduce the amount of clicks and context switching when one wants to know what the setUp method is about while writing a test method.
I think it is a good candidate for being included in Nautilus. Ben, if you agree with this, I can to commit in the Nautilus rep and produce a new version of the configuration. How does that sound?
Question: how to associate a shortcut to an action?
Side comment: it would be a good move to adopt a class hierarchy a la OB to define commands. Defining all the commands in NautilusUI does not scale and simply does not work for non trivial command.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Question: how to associate a shortcut to an action?
Side comment: it would be a good move to adopt a class hierarchy a la OB to define commands. Defining all the commands in NautilusUI does not scale and simply does not work for non trivial command.
why? Did you look at KeyMapper? Stef
participants (2)
-
Alexandre Bergel -
Stéphane Ducasse