Re: [Pharo-project] [Pharo-users] [COTDC] 68#2 MultiTextComposer
On May 26, 2011, at 10:34 PM, laurent laffont wrote:
Alain, you know this too :) ?
Laurent
On Wed, May 25, 2011 at 10:51 PM, laurent laffont <laurent.laffont@gmail.com> wrote: Today: MultiTextComposer
One of the problems of the text rendering stuff is that the internationalization was just hacked on top but never integrated. e.g. there is NewParagraph / MultiNewParagraph TextComposer / MultiTextComposer and two CharacterScanner hierarchies (MultiCharacterScanner , CharacterScanner) that seem to be copies yet randomly are used both... Just cleaning up would help a lot. And I would not be astonished if it would get even faster just by cleaning up. (e.g. I removed an isKindOf: MultiNewParagraph from the main text display routine yesterday...) Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
yes, this is exactly what I was thinking about. but I will first comment for 1.3 cleaning is more for 1.4 now that 1.3 is about to be freezed. Alain Le 27/05/2011 08:31, Marcus Denker a écrit :
On May 26, 2011, at 10:34 PM, laurent laffont wrote:
Alain, you know this too :) ?
Laurent
On Wed, May 25, 2011 at 10:51 PM, laurent laffont<laurent.laffont@gmail.com> wrote: Today: MultiTextComposer One of the problems of the text rendering stuff is that the internationalization was just hacked on top but never integrated.
e.g. there is
NewParagraph / MultiNewParagraph TextComposer / MultiTextComposer
and two CharacterScanner hierarchies (MultiCharacterScanner , CharacterScanner) that seem to be copies yet randomly are used both...
Just cleaning up would help a lot. And I would not be astonished if it would get even faster just by cleaning up. (e.g. I removed an isKindOf: MultiNewParagraph from the main text display routine yesterday...)
Marcus
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
+1 On May 27, 2011, at 8:37 AM, Alain Plantec wrote:
yes, this is exactly what I was thinking about. but I will first comment for 1.3 cleaning is more for 1.4 now that 1.3 is about to be freezed. Alain Le 27/05/2011 08:31, Marcus Denker a écrit :
On May 26, 2011, at 10:34 PM, laurent laffont wrote:
Alain, you know this too :) ?
Laurent
On Wed, May 25, 2011 at 10:51 PM, laurent laffont<laurent.laffont@gmail.com> wrote: Today: MultiTextComposer One of the problems of the text rendering stuff is that the internationalization was just hacked on top but never integrated.
e.g. there is
NewParagraph / MultiNewParagraph TextComposer / MultiTextComposer
and two CharacterScanner hierarchies (MultiCharacterScanner , CharacterScanner) that seem to be copies yet randomly are used both...
Just cleaning up would help a lot. And I would not be astonished if it would get even faster just by cleaning up. (e.g. I removed an isKindOf: MultiNewParagraph from the main text display routine yesterday...)
Marcus
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
+1 On May 27, 2011, at 8:31 AM, Marcus Denker wrote:
On May 26, 2011, at 10:34 PM, laurent laffont wrote:
Alain, you know this too :) ?
Laurent
On Wed, May 25, 2011 at 10:51 PM, laurent laffont <laurent.laffont@gmail.com> wrote: Today: MultiTextComposer
One of the problems of the text rendering stuff is that the internationalization was just hacked on top but never integrated.
e.g. there is
NewParagraph / MultiNewParagraph TextComposer / MultiTextComposer
and two CharacterScanner hierarchies (MultiCharacterScanner , CharacterScanner) that seem to be copies yet randomly are used both...
Just cleaning up would help a lot. And I would not be astonished if it would get even faster just by cleaning up. (e.g. I removed an isKindOf: MultiNewParagraph from the main text display routine yesterday...)
Marcus
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (3)
-
Alain Plantec -
Marcus Denker -
Stéphane Ducasse