FBIde 0.5.0.rc-1
2026-05-09 — Release candidate 1
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.