randy3k / AutomaticPackageReloader

Automatically reload submodules while developing a Sublime Text package.
MIT License
38 stars 13 forks source link

support ST 4 #37

Closed randy3k closed 5 years ago

randy3k commented 5 years ago

This PR adds support of python 3.3 and 3.8 packages. The trick is to dynamically spawn a new package AutomaticPackageReloader33 dynamically and run package_reloader33_reload if the package cannot be found in the current runtime.

FichteFoll commented 4 years ago

There is no functionality to remove this dyanmic package yet, or is there?