1.2.0
File Manager
- Two-panel File Manager: A two-panel file manager built into FastEditor, accessible from
Tools > File Manager...or via command line withFastEditor.exe --mode=fm. - Local file operations: Copy, move, rename, and delete (Recycle Bin or permanent) with progress tracking, cancellation, and conflict handling. Incomplete destination files from an interrupted transfer are removed on the next start, sources are left alone, and a notice lists what was cleaned up.
- Search and filters: In-panel quick search by name and mask; search (
Alt+F7) by name, size, date, and file contents (supporting PCRE2 regular expressions and large files). - Editor and Database Builder integration: Press
F3to view local files read-only in the editor,F4to open them for editing, or pressEnter/F4on SQLite files to open Database Builder. - FTP and FTPS client: Connection profiles with encrypted passwords (via Windows DPAPI); UTF-8 and CP1251 filename encodings; copy, move, rename, and delete between local folders and servers with progress, cancel, and transfer resume.
- FTPS certificate trust and verification: Interactive certificate trust dialog on TLS verification failure offering public-key pinning (SPKI sha256 with change detection) or per-profile hostname check opt-out (preserving CA validation for shared hosting). Note: remote server files cannot be viewed or edited directly with F3/F4; they must be copied to a local panel first. Direct site-to-site (FXP) transfer is not supported.
- Folder synchronization (Pro): Compare a local folder with a server folder, review differences, then synchronize.
- Included components: libcurl, LibreSSL, and related components (licenses in the licenses folder).
Editor Core & CLI
- Read-only view switch: Added
--viewlaunch parameter to open large files read-only without triggering the Pro trial prompt. - CLI threshold consistency: Headless
--diffcommand now enforces the 50 MB Core threshold, matching--convert,--sql,--join, and--script. - Documentation: 10-section offline help manual accessible via
F1orHelp > FastEditor Help, covering core concepts, formats, search engine, automation, File Manager, Database Builder, and CLI. - Shortcut adjustments: Resolved shortcut conflicts between Follow Mode (Live Tail) and international AltGr key combinations;
Ctrl+0resets font zoom.
Bug Fixes & Limitations
- Fixed: The editor rejected
--mode=…command-line switches, which also broke "Open in Editor" from DB Builder. - Fixed: Opening a large file that has no line breaks no longer freezes the editor; lines are shown truncated at 1 MB.
- Fixed: DB Builder forms showed an empty attachment/photo field until the record was navigated away and back.
- Fixed: Stored DB Builder form layouts now preserve foreign key dropdown combobox bindings instead of reverting to generic text inputs.
- Known limitation: The File Manager runs with the privileges of the user who started it; operations in protected locations fail, and there is no elevation prompt.
- Known limitation: SQLite stores dates as text; DB Builder displays DATE columns as ISO 8601 text strings.