Re: [Pharo-project] Faster access for refactoring commands
On Oct 20, 2010, at 1:32 PM, Martin Dias wrote:
Hi,
I really like to use refactoring commands in OmniBrowser, but I would like to access them faster. I think that it would be nice to have:
- A shortcut that popups a menu with the refactor commands only. - A unique shortcut for rename (which target is the current selection: categories, class, method, class variable, instance variable, temporary)
What do you think about it? Do you know if there is something like that already available to use?
Yes I would love to have a better organization with the most used refactoring actions also on the top of the menu. I know lukas does not like that. Now what we can do it to have a package to add these items on top of OB and we load it, after OB-RB and everybody is happy. Can you provide that code?
Martin _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Ok, I will see how does it work. On Wed, Oct 20, 2010 at 3:46 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Oct 20, 2010, at 1:32 PM, Martin Dias wrote:
Hi,
I really like to use refactoring commands in OmniBrowser, but I would like to access them faster. I think that it would be nice to have:
- A shortcut that popups a menu with the refactor commands only. - A unique shortcut for rename (which target is the current selection: categories, class, method, class variable, instance variable, temporary)
What do you think about it? Do you know if there is something like that already available to use?
Yes I would love to have a better organization with the most used refactoring actions also on the top of the menu. I know lukas does not like that. Now what we can do it to have a package to add these items on top of OB and we load it, after OB-RB and everybody is happy.
Can you provide that code?
Martin _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Martin Dias -
Stéphane Ducasse