[Pharo-project] how do replace barVal by barValTmp in a method?
Hi this is several time that I need such simple edit function and I do not suceed. Does one of you know how do replace barVal by barValTmp in a method? Setf
The refactoring browser provides "refactor code > rename temporary". Make sure to have a temporary variable selected before trying to invoke that command. Lukas On Tue, Mar 31, 2009 at 9:38 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
this is several time that I need such simple edit function and I do not suceed. Does one of you know how do replace barVal by barValTmp in a method?
Setf
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
Yes I should have asked without using rb. I think that any texteditor should have that feature :) Stef On Apr 1, 2009, at 11:05 AM, Lukas Renggli wrote:
The refactoring browser provides "refactor code > rename temporary". Make sure to have a temporary variable selected before trying to invoke that command.
Lukas
On Tue, Mar 31, 2009 at 9:38 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
this is several time that I need such simple edit function and I do not suceed. Does one of you know how do replace barVal by barValTmp in a method?
Setf
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
With the regular expression extensions to OB-Refactory it is possible to search and replace strings across a selected set of methods. I understand that this is not what you want either, but I like the feature ;-) Lukas On Wed, Apr 1, 2009 at 11:31 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Yes I should have asked without using rb. I think that any texteditor should have that feature :)
Stef
On Apr 1, 2009, at 11:05 AM, Lukas Renggli wrote:
The refactoring browser provides "refactor code > rename temporary". Make sure to have a temporary variable selected before trying to invoke that command.
Lukas
On Tue, Mar 31, 2009 at 9:38 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
this is several time that I need such simple edit function and I do not suceed. Does one of you know how do replace barVal by barValTmp in a method?
Setf
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ 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
-- Lukas Renggli http://www.lukas-renggli.ch
participants (2)
-
Lukas Renggli -
Stéphane Ducasse