RemedyBG 0.4.0.3 is now available for download on itch.io and includes the following improvements and bug fixes:
Improvements
- Added a "Copy" menu item to the text window's context menu.
- Added an option to set the line number background color separately from the text background color.
- Enhanced memory window display by adding address offset labels to each column header, showing offsets relative to the starting address of each line.
- Use text font for all columns of a watch expression rather than using the text font for values and the ui font for expressions and types.
- Disabled dimming of modal breakpoint popups and centered them in the main view.
- Removed extra, unintentional vertical spacing at the top of the call stack window.
- Now render the control toolbar in both the text and disassembly windows, with one or the other enabled, to eliminate abrupt layout changes when switching between these windows.
Bug Fixes
- Fix a comment highlighting edge case where a quoted string spans multiple lines.
- Fixed issue in consistency of column expressions behavior when an array is specified without a count.
- Fixed the evaluation of a struct/union field whose parent's address is invalid.
- Fixed computation of horizontal scroll position in a text window when using the keyboard to move to the start or end of a line.