randy3k / AutomaticPackageReloader

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

Refactor AutomaticPackageReloader33 creation #47

Closed deathaxe closed 10 months ago

deathaxe commented 11 months ago

Create python 3.3 plugin using static text instead of loading source from file to avoid sublime.load_resource() API call.

Content is simple enough to be maintained as multi-line string.