select word on double click

This commit is contained in:
2021-11-01 15:13:41 +01:00
parent 2f1aabb379
commit f471f4785e
5 changed files with 88 additions and 15 deletions

View File

@@ -1,13 +1,18 @@
# Features
# ![Logo for RavenLog](icon7.png "Logo for RavenLog") RavenLog
* Open text files of arbitrary size.
RavenLog is a viewer for text files of arbitrary length.
## Features
* Text files of arbitrary size.
* UTF-8 support
* Filter files with regular expressions.
* Filter matching with ignore case enabled by default.
* Case insensitive filtering enabled by default.
* Filter matches are highlighted.
* Filter results don't disappear when changing tabs.
* Colored highlighting of lines or matches based on regular expression.
* Pleasing color palette.
* Highlighters are automatically saved and restored.
* Select arbitrary strings (not just fill lines).
* 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.