idlealign

Idle Align - Emacs Align by Regular Expression as an IDLE Extension

GPL-3.0 License

Downloads
78
Stars
1
Committers
1
idlealign - Version 1.0.0 Latest Release

Published by CoolCat467 8 months ago

In this release, we move a bunch of the code around into separate modules, being the utils module for general extension development utilities, and extension for all the code for this specific extension. We also do things like updating the dependencies, modernizing the project, and fixing that issue where the text to be aligned wasn't being highlighted properly.

Full Changelog: https://github.com/CoolCat467/idlealign/compare/v0.1.1...v1.0.0

idlealign - Version 0.1.1

Published by CoolCat467 about 1 year ago

This release adds support for installing with idleuserextend.

What's Changed

New Contributors

Full Changelog: https://github.com/CoolCat467/idlealign/compare/v0.1.0...v0.1.1

idlealign - Version 0.1.0

Published by CoolCat467 over 1 year ago

Change project to use pyproject.toml instead of legacy setup.py. Also do more work on type annotations and add precommit

Full Changelog: https://github.com/CoolCat467/idlealign/compare/v0.0.1...v0.1.0

idlealign - v0.0.1 - Add alignment side option

Published by CoolCat467 about 2 years ago

Add alignment side option, refactor code a bit, change the way space wrap works slightly, and make the extension class do things instead of the alignment dialogue.

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

idlealign - v0.0.0 - Initial Release

Published by CoolCat467 about 2 years ago

Initial release to the Public

Inspired by Tsoding's video https://www.youtube.com/watch?v=6_C9h1dPp54&t=130

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