FBIde 0.5.0.rc-3
2026-05-24 — Release candidate 3
Changes since 0.5.0.rc-2.
- Added macOS builds (Apple Silicon and Intel
.dmg). - Added change tracking (#1).
- Added a confirm-and-close prompt when Save As targets a file already open in another tab.
- Added basic Markdown syntax highlighting for
.md/.markdownfiles. - Added basic Windows batch syntax highlighting for
.bat/.cmdfiles. - Added basic shell script syntax highlighting for
.sh/.bashfiles. - Added basic Makefile syntax highlighting (
Makefile,GNUmakefile,.mk,.make). - Added basic JSON syntax highlighting for
.json/.json5files. - Added basic CSS syntax highlighting for
.cssfiles. - Added a document type indicator to the status bar.
- Added option to override document type (right click on type indicator in the status bar).
- Changed FBIde now stores config changes in
.local., keeping original base files immutable. - Fixed
#includeopening the same file in multiple tabs on case-insensitive filesystems (#87). - Fixed issue with folding where the opener was followed by empty lines.