Colourise only the visible area when highlighting typenames
commitb361b83276816633ac5a0d6d391b6f6e8ebe6cf1
authorJiří Techet <techet@gmail.com>
Sat, 12 Dec 2015 14:07:22 +0000 (12 15:07 +0100)
committerJiří Techet <techet@gmail.com>
Sat, 12 Dec 2015 14:07:22 +0000 (12 15:07 +0100)
treeeba37b94fccda6129ccd54eee5df95ce7180cc1c
parent27628c0028fe15fc89e95c885d4981ce86698614
Colourise only the visible area when highlighting typenames

Colorizing the whole document is rather expensive and unnecessary as
Scintilla colorizes the visible part of the document when scrolling
happens. Instead, colorize only the visible area when highlighting
typenames.
src/document.c
src/documentprivate.h
src/editor.c