TODO features and Bug fixed:

Application:
- Option to display codes in Hex numbers
- Make symbol list wider to display 8 characters instead of 7

Bugs:
- Wrongly mark Project as modified on symbol selection
This commit is contained in:
Anton Mukhin
2025-05-23 18:48:28 +03:00
parent ab77f9de21
commit c1a8d30760
3 changed files with 65 additions and 24 deletions

View File

@@ -5,8 +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
V Option to display codes in Hex numbers
V Make symbol list wider to display 8 characters instead of 7
Functionality:
V Context menu in symbol navigator
@@ -24,3 +24,4 @@ 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
V Wrongly mark Project as modified on symbol selection