[SoC] GSoC report - final week

Luigi Panzeri matley at muppetslab.org
Tue Aug 19 21:01:56 UTC 2008


"Giovanni Corriga" <giovanni at corriga.net> writes:

> Hi Students,
>
> Today is the last of the coding phase of this 2008 edition of the
> Google Summer of Code. Please take two minutes to reply to this single
> question:
>
> 1) What did you do last week?
>

Added the SAFormatLayer, an extension that groups all the commands
related to visual aspects of range of characters, like font effects
(italics/bold/narrow/underline) and colors. It allows to change the
aspect of a single range of chars, or to a whole class of range of
chars.

Implemented a new buffer implementation that substitutes the rough
SAStringBuffer. SAStringListBuffer instead stores the buffer content
in a linked list of strings. It is not optimal but for almost all the
buffer operations it takes O(number of lines) instead of O(number of
chars).


More information about the SoC mailing list