You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
957 B

# TODO
- [ ] Follow [PEP 8](https://www.python.org/dev/peps/pep-0008/) coding style
## Terminal Helper
- [ ] Events
- [x] Window : SIGWINCH triggered when the terminal is resized
## Input Class
- [ ] Return Error if Mouse RE does not match
- [x] Handle the Paste Buffer
- [ ] Investigate the middle mouse button paste
*note: It works only in "INSERT" mode on Vim*
- [ ] Handle Special Keys (UP, Down, . . .)
- [ ] Events
https://tkinterexamples.com/events/events.html
https://www.pythontutorial.net/tkinter/tkinter-event-binding/
- [x] Keyboard
- [x] Mouse
## Canvas Class
- [ ] Have a look to the Unicode chartable: https://www.utf8-chartable.de/unicode-utf8-table.pl
## Signal Slots
- [ ] Implement Signal Slots
## Logs
- [x] Log Class
- [ ] Log helpers
- [x] File and Stdout logger
- [ ] logger auto integration
- [ ] stdout until mainLoop
## Widgets
### Layout
- [ ] Add Weight in V and H Layout