Re: [Pharo-project] Understanding RunArray>>scanFrom:
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.
2) Is this really necessary in RunArray? It's class comment does not say anything to me about Text nor TextStyle or stuff:
I would like to clean this up.. the whole machinary for serializing styles into changesets is very much a big hack. but we need to check that we are backward compatible a bit... Marcus -- Marcus Denker -- http://marcusdenker.de
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.
2) Is this really necessary in RunArray? It's class comment does not say anything to me about Text nor TextStyle or stuff:
I would like to clean this up.. the whole machinary for serializing styles into changesets is very much a big hack.
but we need to check that we are backward compatible a bit...
Marcus
-- Marcus Denker -- http://marcusdenker.de
-- best, Eliot
participants (2)
-
Eliot Miranda -
Marcus Denker