-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move to Python3, add colorful annotation #40
Conversation
etern
commented
Jun 11, 2020
- Python3.6
- fix the type-then-delete-key bug, by breaking tk event chain
- use dimmer color for annotation edge, emphasize annotation text
- prompt config dialog on export
- colorful annotation
- add cursor preview when using command annotation
Changed some details.
Store config file without the json which need convet.
Thanks for contributing! But it still has errors in both Python 2 and 3. Could you please double-check and test your code? |
This PR will not compatible with Python2, if that's a problem, then this PR should be rejected, sorry for that 😟. |
Hi @etern, I finally got time to verify and test this pull request. Beautiful work! Many thanks for your great contribution! |