| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fbide-0.5.0.rc-1-win32.zip | 2026-05-09 | 2.9 MB | |
| fbide-0.5.0.rc-1-win64.zip | 2026-05-09 | 3.5 MB | |
| fbide-0.5.0.rc-1-x86_64.AppImage | 2026-05-09 | 20.8 MB | |
| FBIde 0.5.0.rc-1 source code.tar.gz | 2026-05-09 | 815.3 kB | |
| FBIde 0.5.0.rc-1 source code.zip | 2026-05-09 | 1.0 MB | |
| README.md | 2026-05-09 | 1.4 kB | |
| Totals: 6 Items | 29.1 MB | 7 | |
Changes since 0.5.0-beta.3
- Added new cobalt theme (Gothon)
- New styles for preprocessor identifier, number, operator and strings
- Changed theme settings to use a tree layout for an easier overview
- Fixed wstring and zstring classification, moved them to type keywords (#47)
- Fixed detection when a compound statement closer is not needed (#50)
- Fixed avoid de-indenting compound statement closers beyond opener level (#48)
- Fixed single-line
asmstatements no longer treated as multi-line block openers (#46) - Fixed auto-indent and code formatter no longer add
End Asmcloser / indent body for single-lineasm(#46) - Fixed preprocessor lexing of
"_"which would cause_to be treated as a line continuation (#54) - Changed IDE resource directory carrying a
READONLYsentinel file is now mirrored to<user-data-dir>/ideon launch and loaded/saved from there. (#39) - Added Linux AppImage to the release pipeline;
-DBUILD_APPIMAGE=ONswitches the install layout to FHS and points the resource resolver atshare/fbide/ide/(#66) - Changed log now writes to the per-user data directory by default and flushes after each record, so crash diagnostics survive; added
--log-pathto override the location - Changed
<$terminal>placeholder is now read fromcompiler.terminalconfig (#45) - Added run and compile command placeholder table.