From 262cefda2e8e30a24293ab32a1336e79baa6835e Mon Sep 17 00:00:00 2001 From: mappu Date: Tue, 6 May 2025 21:46:53 +1200 Subject: [PATCH] doc/TODO: commit work-in-progress status --- TODO.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..e7d0a73 --- /dev/null +++ b/TODO.md @@ -0,0 +1,28 @@ +# Development progress + +- [ ] Core functionality + - [X] Screen capture tool + - [ ] Global shortcut + - [X] Script interpreter + - [X] OpenCV image matching + - [X] Configurable accuracy + - [X] Simulate mouse clicks + - [ ] Interrupt running script + - [ ] Add more built-in script functions +- [ ] IDE + - [ ] Receive dropped files + - https://stackoverflow.com/a/3720560 + - [ ] File management in mini IDE + - [X] Syntax highlighting in mini IDE + - [X] Mini comment highlighter + - [ ] Extended highlighting + - https://doc.qt.io/qt-6/qtwidgets-richtext-syntaxhighlighter-example.html + - [X] Inline images in mini IDE + - [ ] Border styling + - [ ] Rename functions, keyboard shortcuts to match SikuliX +- [ ] Release + - [X] New project name + - [X] Main window icon + - [ ] Document how to run tests containerized for CI + - [ ] Make Linux release build + - [ ] Make Windows release build