TODO features:

Application:
V Export comments now respects "Code in Hex" checkbox on the main form

Bugs:
V Frame modified flag persists when switching to another frame after rejected to save previous frame
V Ctrl-C, Ctrl-V doesn't work in the Note editbox because it tries to copy/paste the frame!
V Post "Backslash" instead of \ in comments
This commit is contained in:
2025-07-17 02:21:41 +03:00
parent dd3309d8ea
commit fe63d1bfab
5 changed files with 77 additions and 53 deletions

View File

@@ -1,11 +1,11 @@
Application:
- Consider migrating to WPF in order to make DPI aware UI
V Export comments now respects "Code in Hex" checkbox on the main form
Functionality:
Bugs:
- Frame modified flag persists when switching to another frame after rejected to save previous frame
- Ctrl-C, Ctrl-V doesn't work in the Note editbox because it tries to copy/paste the frame!
- Post "Backslash" instead of \ in comments
V Frame modified flag persists when switching to another frame after rejected to save previous frame
V Ctrl-C, Ctrl-V doesn't work in the Note editbox because it tries to copy/paste the frame!
V Post "Backslash" instead of \ in comments