[go: up one dir, main page]

Menu

#14 Implement lazy temporary highlighting for big documents

colorer-take5
open
General (12)
5
2005-06-21
2005-06-21
No

When working with big documents and passing quickly
to the end of file, currently there will be no highlighting
until parser eats all file's content.

However, currently it is possible to implement quick
temporary highlighting of the visible text area.
For most types this will give appropriate temporary parse
picture. For some exclusions (xml, etc) it is possible to
realize a kind of smart quick parser, which will check
how much def:Error regions exists on screen and will
disable highlighting if the number is over threshold.

TPM_CACHE_READ or TPM_CACHE_OFF should be
used for this parse mode.

Discussion


Log in to post a comment.