[Pharo-project] style preserving for code file out ?
Hi all, What is the usefulness of preserving code style for method logging ? I personally always answer no when, while accepting some code, I've to answer to "This method contains style for the first time (e.g. bold or colored text). Do you really want to save the style info?". Regarding the preferences to settings refactoring, another way of asking this question would be "can I remove this feature ?" Thanks Alain
On Fri, May 15, 2009 at 4:48 PM, Alain Plantec <alain.plantec@free.fr> wrote:
another way of asking this question would be "can I remove this feature ?"
+1 -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
Yeah, we don't want to store methods as text, just plain strings is perfectly fine. Lukas On Fri, May 15, 2009 at 7:36 PM, Damien Cassou <damien.cassou@gmail.com> wrote:
On Fri, May 15, 2009 at 4:48 PM, Alain Plantec <alain.plantec@free.fr> wrote:
another way of asking this question would be "can I remove this feature ?"
+1
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
_______________________________________________ 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
Plain text. if in the future people want to story hyperlink (which would be cool) it should be redone. Stef On May 15, 2009, at 4:48 PM, Alain Plantec wrote:
Hi all, What is the usefulness of preserving code style for method logging ? I personally always answer no when, while accepting some code, I've to answer to "This method contains style for the first time (e.g. bold or colored text). Do you really want to save the style info?".
Regarding the preferences to settings refactoring, another way of asking this question would be "can I remove this feature ?"
Thanks Alain
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
http://code.google.com/p/pharo/issues/detail?id=821 -------------------------------
confirmFirstUseOfStyle "If true, the first attempt to submit a method with non-standard style will bring up a confirmation dialog"
Action: remove because we want only text in log
a .cs is attached
----------------------------- Alain Alain Plantec a écrit :
Hi all, What is the usefulness of preserving code style for method logging ? I personally always answer no when, while accepting some code, I've to answer to "This method contains style for the first time (e.g. bold or colored text). Do you really want to save the style info?".
Regarding the preferences to settings refactoring, another way of asking this question would be "can I remove this feature ?"
Thanks Alain
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Alain Plantec -
Damien Cassou -
Lukas Renggli -
Stéphane Ducasse