FujiyNotepad v4.3.0
Highlights
Find improvements
- Find Previous — search backward with
Shift+F3(orShift+Enterin the find box), the counterpart ofF3. - All matches highlighted in the viewport (gold), so you see every occurrence at a glance; the current match stays the selection colour.
- The text selection stays blue even when the canvas isn''t focused (e.g. after clicking the menu) instead of fading to a hard-to-see gray.
Open files faster
- Drag and drop a text file onto the window to open it (alongside File ▸ Open, the command line, and Open Recent).
Under the hood
- The find wrap/caret/resume logic was extracted into a headless-testable
FindCoordinator, and the two project READMEs were consolidated into one.
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.3.0-win-x64.zip |
22.97 MB |
| Windows on Arm (Snapdragon, Surface Pro X) | FujiyNotepad-4.3.0-win-arm64.zip |
21.43 MB |
| 32-bit Windows | FujiyNotepad-4.3.0-win-x86.zip |
20.60 MB |
The builds are unsigned, so SmartScreen may warn on first run (More info → Run anyway).
What''s Changed
- Find Previous (Shift+F3) + drag-and-drop open + README refresh by @felipepessoto in #24
- Extract Find orchestration into a headless-testable FindCoordinator by @felipepessoto in #25
- Highlight all Find matches in the viewport by @felipepessoto in #26
Full Changelog: v4.2.0...v4.3.0