FujiyNotepad v4.7.0
Highlights
Filter / grep view (Ctrl+Shift+F) - collapse a huge file down to just the lines that match a term or regular expression, the way grep does for a log, with match case and regex options. Clear the filter to return to the full file.
Persistent highlight rules (View > Highlight Rules...) - colour matching text by pattern across the whole file, e.g. ERROR in red and WARN in amber, so problems jump out as you scroll. Rules can be literal or regex, each with its own colour (a name or hex), plus an optional case-sensitive flag. They are edited as simple text, persist across sessions, and also colour the filter view. Separate from Find, which only highlights the current search term.
Line-ending indicator - the status bar now shows the file's newline convention (LF, CRLF, or Mixed) next to the encoding, so you can tell Unix vs Windows line endings at a glance.
Download
Self-contained Native AOT builds - unzip and run FujiyNotepad.WinUI.exe, nothing to install:
| Your PC | Download | Size |
|---|---|---|
| Most desktops & laptops (Intel/AMD, 64-bit) | FujiyNotepad-4.7.0-win-x64.zip |
23.10 MB |
| Windows on Arm (Snapdragon, Surface Pro X) | FujiyNotepad-4.7.0-win-arm64.zip |
21.55 MB |
| 32-bit Windows | FujiyNotepad-4.7.0-win-x86.zip |
20.73 MB |
The builds are unsigned, so SmartScreen may warn on first run (More info -> Run anyway).
What's Changed
- Show line-ending type (LF/CRLF/Mixed) in the status bar by @felipepessoto in #54
- Add filter / grep view (show only matching lines) (#48) by @felipepessoto in #58
- Add persistent highlight rules (colour by pattern) (#49) by @felipepessoto in #59
Full Changelog: v4.6.0...v4.7.0