select word on double click
This commit is contained in:
11
README.md
11
README.md
@@ -1,13 +1,18 @@
|
||||
# Features
|
||||
#  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.
|
||||
|
||||
Reference in New Issue
Block a user