| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fbide-0.5.0.rc-2-win32.zip | 2026-05-17 | 3.0 MB | |
| fbide-0.5.0.rc-2-win64.zip | 2026-05-17 | 3.5 MB | |
| fbide-0.5.0.rc-2-x86_64.AppImage | 2026-05-17 | 20.9 MB | |
| FBIde 0.5.0.rc-2 source code.tar.gz | 2026-05-17 | 849.2 kB | |
| FBIde 0.5.0.rc-2 source code.zip | 2026-05-17 | 1.1 MB | |
| README.md | 2026-05-17 | 973 Bytes | |
| Totals: 6 Items | 29.3 MB | 3 | |
Changes since 0.5.0-rc.1
- Added editor minimap — toggle via View → Minimap (F6)
- Fixed performance issues with multiline edits (undo/redo/index, etc.)
- Fixed unsaved FBIDETEMP location to be fbide cwd (#70)
- Fixed "Cmd prompt" command, which messed with fbide cwd
- Fixed symbol browser not listing Sub/Function declarations with
Private/Public/Protectedmodifiers (#74) - Changed symbol browser to show the qualified name for methods (
Type.Method) - Added constructors, destructors, operators and properties to the symbol browser
- Changed symbol browser to group UDT methods (subs, functions, constructors, …) under their owning type
- Added a search box to the symbol browser to filter results live by name, symbol type or UDT
- Added auto-indent and closer insertion for preprocessor blocks (#72)
- Changed symbol browser to list symbols declared inside
#if/#ifdef/#ifndefblocks (#73) - Fixed several issues around folding (#55)