| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fbide-0.5.0.rc-3-macos-arm64.dmg | 2026-05-24 | 4.2 MB | |
| fbide-0.5.0.rc-3-macos-x86_64.dmg | 2026-05-24 | 4.5 MB | |
| fbide-0.5.0.rc-3-win32.zip | 2026-05-24 | 3.0 MB | |
| fbide-0.5.0.rc-3-win64.zip | 2026-05-24 | 3.5 MB | |
| fbide-0.5.0.rc-3-x86_64.AppImage | 2026-05-24 | 20.9 MB | |
| FBIde 0.5.0.rc-3 source code.tar.gz | 2026-05-24 | 929.9 kB | |
| FBIde 0.5.0.rc-3 source code.zip | 2026-05-24 | 1.1 MB | |
| README.md | 2026-05-24 | 998 Bytes | |
| Totals: 8 Items | 38.3 MB | 0 | |
Changes since 0.5.0-rc.2
- 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.