idleuserextend

Extension that fixes loading extensions from the user config file.

GPL-3.0 License

Downloads
57
Stars
1
idleuserextend - Version 0.0.2 Latest Release

Published by CoolCat467 2 months ago

Since the last release, I added the ability to make pypi releases simply by creating a Github release, which is very convenient.
Additionally, update pre-commit hooks.
Functionality-wise, changed to not override save_all_changed_extensions, so only save extensions if they need to be saved, fix keybinds not being bound properly by simply force-rebinding them, unbinding them, and then rebinding them properly, and finally restoring IDLE to its original state when it gives the close signal.

What's Changed

Full Changelog: https://github.com/CoolCat467/idleuserextend/compare/v0.0.1...v0.0.2

idleuserextend - Version 0.0.1

Published by CoolCat467 8 months ago

In this release we update the pre-commit hooks, add badgie and codespell pre-commit hooks, update project metadata, enable more ruff rules, add license headers to all files, remove dead code, and only save options in user configuration if it differs from the default (ie if exists in default config and user config is identical, don't save duplicates in user config.)

What's Changed

New Contributors

Full Changelog: https://github.com/CoolCat467/idleuserextend/compare/v0.0.0...v0.0.1

idleuserextend - Version 0.0.0

Published by CoolCat467 about 1 year ago

Initial Public Release

Full Changelog: https://github.com/CoolCat467/idleuserextend/commits/v0.0.0

Package Rankings
Top 38.65% on Pypi.org
Badges
Extracted from project README
pre-commit.ci status pre-commit code style: black Ruff