Re: [Pharo-project] Understanding RunArray>>scanFrom:
On Mar 19, 2012, at 5:28 PM, Eliot Miranda wrote:
On Mon, Mar 19, 2012 at 12:17 AM, Marcus Denker <marcus.denker@inria.fr> 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. Marcus -- Marcus Denker -- http://marcusdenker.de
On 20 March 2012 14:39, Marcus Denker <marcus.denker@inria.fr> wrote:
On Mar 19, 2012, at 5:28 PM, Eliot Miranda wrote:
On Mon, Mar 19, 2012 at 12:17 AM, Marcus Denker <marcus.denker@inria.fr> 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..
    Marcus
-- Marcus Denker -- http://marcusdenker.de
-- Best regards, Igor Stasenko.
On 2012-03-21, at 03:04, Igor Stasenko wrote:
On 20 March 2012 14:39, Marcus Denker <marcus.denker@inria.fr> wrote:
On Mar 19, 2012, at 5:28 PM, Eliot Miranda wrote:
On Mon, Mar 19, 2012 at 12:17 AM, Marcus Denker <marcus.denker@inria.fr> 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.
participants (3)
-
Camillo Bruni -
Igor Stasenko -
Marcus Denker