On Sep 3, 2010, at 15:03 , Pavel Krivanek wrote: > 2010/9/3 Denis Kudriashov <[email protected]>: >> Could you explain why Text is not part of ui system? And why it should be in >> kernel? > > In fact some time ago I had a headless image without Text but it > needed a lot of modifications. Pharo can use text formatting for the > source codes. That is the main reason why Text should be in the > kernel.
oh, shouldn't we better remove the text formatting in source code feature? I assume almost nobody uses it and it is more annoying than helpful (e.g., if I copy code from a mail, I never want to style my code). Adrian > > -- Pavel > >> 2010/9/3 Pavel Krivanek <[email protected]> >>> >>> On Fri, Sep 3, 2010 at 2:11 PM, George Herolyants >>> <[email protected]> wrote: >>>> 2010/9/3 Pavel Krivanek <[email protected]>: >>>>> It is headless image. You have to use start-up scripts. See the file >>>>> "build_image.sh". >>>> >>>> So, why do you need this one: >>>> >>>>> - Fonts need some refactorings. Some sort of AbstractFont only with >>>>> capabilities required only by Text class should be part of the kernel. >>>> >>> >>> Because we need Text in the kernel and this class has ugly >>> dependencies on fonts. But this class does need only basic information >>> about used fonts like name, size etc. It is not the only problematic >>> part of the Text class. For example it is dependent on URLs. >>> >>> -- Pavel >>> >>>> ? >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [email protected] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [email protected] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
