Status Bar

The Status Bar runs along the bottom of the IDE window. It has four regions, left to right: the health of the backend services, the active licence tier, links to community resources, and the name of the command currently under the mouse cursor.
Services





COMPILER: Disconnected / OPERATIONAL
FS: Disconnected / OPERATIONAL
LSP: Disconnected / OPERATIONAL
DEBUGGER: Disconnected / OPERATIONAL
Licence

- Community Edition
- Professional Edition
- Ultimate Edition
Links

- https://ko-fi.com/twinbasic
- https://discord.com/invite/UaW9GgKKuE
- http://x.com/waynephillipsea
- https://github.com/twinbasic/twinbasic
Status
The rightmost region names the command a click would trigger — the command under the mouse cursor. It gives the IDE’s internal command identifier rather than the menu caption, so pointing at Close Project on the File menu shows tbProject_Close, as in the screenshot at the top of this page.
The name stays on screen after that command has run. It is replaced only when the pointer moves over another control that has a command of its own, and the region is blanked when the pointer moves into an area with no such control.
These are the same identifiers the keyboard shortcut map is keyed by — see Window for the full list and the keys bound to each one.