Closed deathaxe closed 10 months ago
Create python 3.3 plugin using static text instead of loading source from file to avoid sublime.load_resource() API call.
sublime.load_resource()
Content is simple enough to be maintained as multi-line string.
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.