Bugs fixed:

- Improper bytes count for 16 or 32 bit numbers export
- Exception on Code Shift when nothing is selected in Symbols List
This commit is contained in:
Anton Mukhin
2025-05-23 16:40:44 +03:00
parent 0f2da5542c
commit a287ddaee7
4 changed files with 24 additions and 14 deletions

View File

@@ -5,6 +5,8 @@ V Better quality pictures in symbol list
V Spinning cursor when application is busy
V Change Menu icons
V Re-arranged menu items
- Option to display codes in Hex numbers
- Make symbol list wider to display 8 characters instead of 7
Functionality:
V Context menu in symbol navigator
@@ -20,3 +22,5 @@ V "Packed" fonts export
V "Bytes total comment in export
Bugs:
V Improper bytes count for 16 or 32 bit numbers export
V Exception on Code Shift when nothing is selected in Symbols List