Age | Commit message (Collapse) | Author |
|
|
|
The cache is now invalidated when some settings change.
It is now also invalidated on color scheme change.
This assumes that the table `style.syntax["normal"]` is always replaced
on color scheme change.
|
|
|
|
|
|
|
|
Add a cache for the rects.
This greatly improves performance, but poses cache invalidation
problems.
For example changing color scheme doesn't invalidate the cache.
Merge touching rects with the same color.
Add option to specify minimum number of spaces needed to split a token.
|
|
|
|
|
|
* `minimap`: draw correct lines when not highlighting
* `minimap`: add toggle per-`DocView`
* `minimap`: add option to automatically hide on small docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
highlight_width.
|
|
|
|
|
|
|
|
|
|
|