On 2012-03-21, at 03:04, Igor Stasenko wrote: > On 20 March 2012 14:39, Marcus Denker <[email protected]> wrote: >> >> On Mar 19, 2012, at 5:28 PM, Eliot Miranda wrote: >> >>> >>> >>> On Mon, Mar 19, 2012 at 12:17 AM, Marcus Denker <[email protected]> >>> wrote: >>> >>> On Mar 19, 2012, at 12:27 AM, Guillermo Polito wrote: >>> >>>> This method parses a stream from a fileout with styling and generates the >>>> text style specific objects. >>>> >>>> Now, >>>> 1) are we writing that style section in our fileouts? >>> >>> No, not anymore. >>> >>> Are you sure it's not used for class comments? Given pretty-printing >>> there's no need for method text style. But in a class comment (if people >>> knew it was available) it can be quite nice. >>> >> In Pharo right now all source is just a string... class comments, too. >> > i would also prefer disabling any styling in class comments > because often, when you copy/paste styled text into class comment, it > remains styled..
for class comments I would rather go with something like Markdown for formatting? which stays readable as is without formatting.
