"Neil Hodgson" <[EMAIL PROTECTED]> wrote: > The character bytes and style bytes are now separated into two > objects (substance and style) inside CellBuffer. I won't be > implementing different sized characters or styling information but > this change should make it easier for others that want to make these > changes.
While working on variable sized style buffers, I noticed that in SplitVector.h, neither GapTo(), nor InsertValues() check the position value. It's fine for GapTo (being that it is protected), but InsertValues needs to check, otherwise some foolish user can use the method to fill main memory with NULLS until the program segfaults. - Josiah _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
