John Ehresman: > When using the line cache w/ the level set to page, it seems that the > caret line is never cached. The code at line 277 of Editor.cxx sets the > pos to length if the line is the caret line and then the code below only > looks in the cache array if pos < length. Is this intentional? Or > should the caret line get its own entry in the cache or should it be > treated like any other line?
The intention is that the caret line gets its own entry so that it is kept cached when scrolled out of view. I haven't looked closely at the code recently, so there could be bugs there. Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
