draw all line backgrounds first

This commit is contained in:
2021-11-01 19:22:38 +01:00
parent 44e23af54f
commit f3f47d0ce7
2 changed files with 24 additions and 15 deletions

View File

@@ -10,7 +10,8 @@ RavenLog is a viewer for text files of arbitrary length.
* Case insensitive filtering enabled by default.
* Filter matches are highlighted (can be disabled).
* Filter results don't disappear when changing tabs.
* Colored highlighting of lines or matches based on regular expression.
* Colored highlighting based on regular expression filters.
* Different colors for line background and match.
* Pleasing color palette.
* Highlighters are automatically saved and restored.
* Select arbitrary strings (not just fill lines).
@@ -18,3 +19,4 @@ RavenLog is a viewer for text files of arbitrary length.
* Triple click selects line.
* Copy protection: Users is warned before creating a clipboard more than 5 MB in size. They can choose to copy the
selection into a new file instead.
* Optionally open a new tab when saving selection as file.