FujiyNotepad v4.5.0
Highlights
Line numbers — View ▸ Line Numbers toggles a line-number gutter down the left edge. It's off by default, and your choice is remembered between sessions.
Selection length — when you select text, the status bar now shows how much is selected, next to Ln, Col:
- A single line or a moderate selection shows the character count — e.g.
Ln 9, Col 1 (1,234 selected, 5 lines). - A very large selection (over 5,000 lines) shows just the line count, so selecting in huge files stays instant.
Opening files that are still being written — the viewer now opens files that another process is actively writing (for example a log file mid-write) instead of refusing them, and shows a clear message when a file genuinely can't be opened.
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.5.0-win-x64.zip |
23.04 MB |
| Windows on Arm (Snapdragon, Surface Pro X) | FujiyNotepad-4.5.0-win-arm64.zip |
21.50 MB |
| 32-bit Windows | FujiyNotepad-4.5.0-win-x86.zip |
20.68 MB |
The builds are unsigned, so SmartScreen may warn on first run (More info → Run anyway).
What's Changed
- Open files being written by another process, and fail gracefully by @felipepessoto in #33
- Line-number gutter (View > Line Numbers) by @felipepessoto in #42
- Show selection length in the status bar by @felipepessoto in #43
Full Changelog: v4.4.0...v4.5.0