TODO features:

Application:
- Indicate modified project by adding "*" to window caption

Functionality:
- Copy/Paste should be aware of rectangle selection
- Select All function
- Select and Select All shortcuts

Bugs:
- Hostory does not record pastes from clipboard
- Undo/Redo menu availability recalculation does not happen sometimes
This commit is contained in:
Anton Mukhin
2025-05-27 18:08:11 +03:00
parent ca21c43926
commit 5e1a2085cf
7 changed files with 156 additions and 60 deletions

View File

@@ -1,9 +1,15 @@
Application:
V Move Select and Baseline buttons right
V Display RectSelection width and width
V Indicate modified project by adding "*" to window caption
Functionality:
V Copy/Paste should be aware of rectangle selection
V Select All function
V Select and Select All shortcuts
Bugs:
V EncodingProvider hotfix
V Check if frame changed before exit application
V Hostory does not record pastes from clipboard
V Undo/Redo menu availability recalculation does not happen sometimes