From 6d5f90aaac602c5b8ff29954347f870d82bf4cf7 Mon Sep 17 00:00:00 2001 From: Anton Mukhin Date: Fri, 7 Jul 2023 10:27:25 +0300 Subject: [PATCH] TODO added --- TODO.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..6beaafb --- /dev/null +++ b/TODO.txt @@ -0,0 +1,15 @@ +Application: +- Take a parameter to open a file on double-click in Explorer +- Implement "Save" menu + +Functionality: +- Context menu in symbol navigator +- Delete symbols before/after selected +- Shift all symbols on code line (change symbol codes) +- Specify starting conde (extends the shift) +- "Only numbers" range in the New dialog +- "Specify range" in the New dialog +- "Single frame", "only numbers" and "specify range" as radio buttons +- Undo/Redo +- Image import from a file +- Import from a text array \ No newline at end of file