> Thanks for the explanation. But I have just a test method without any > arguments which isn't referenced from anywhere. And this very method > loses its formatting after renaming. I've tried to rename some other > methods without parameters but the result is the same.
Are you sure you have the latest code, e.g. AST-Core-lr.27, Refactoring-Core-lr.77 and OB-Refactory-lr.170? Lukas > > 2009/11/22 Lukas Renggli <[email protected]>: >>> I still have issues with not preserving code formatting in the latest >>> pharo-dev. Particularly, method renaming cause code to be reformatted. >> >> The formatting cannot be preserved in all cases. For example, if the >> renamed method has many arguments or is sent with complex arguments >> (block, nested message sends, ...) the code is still reformatted. For >> the cases where an automatic formatting is not avoidable, the class >> RBConfigurableFormatter can be configured to produce something that is >> more to your likings. >> >> Lukas >> >> -- >> Lukas Renggli >> http://www.lukas-renggli.ch >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
