This application can find and read files with plain text inside (txt, log).
Supports reading large files (more than 1 GB):
if file size is more than 100 MB, by default it will be opened in pages reading mode.
Each page is 50 MB of file.
If you need to load all file in memory, enable “LargeFiles mode” checkbox.
You can search files by some criterias:
• file extension
• file content (searched text inside file)
• file mask (some part of file name), for example if you don’t remember the whole file name.
To search text inside opened file, choose these buttons:
will show you all found text occurrences in new window.
will move cursor to the first and next found text occurrence.
If you run from IDEA or -jar add VM options: --module-path C:\Java\javafx-sdk-14\lib --add-modules javafx.controls,javafx.fxml
Supports English, Russian languages.
Powered by OpenJFX https://openjfx.io/, RichTextFx https://github.com/FXMisc/RichTextFX
