doc/TODO: commit work-in-progress status

This commit is contained in:
mappu 2025-05-06 21:46:53 +12:00
parent fa04179310
commit 262cefda2e

28
TODO.md Normal file
View File

@ -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