##Info:
I’m having some issues with a plugin I’m working on. The plugin is for executing functions from macros.
So far; I’m able to open multiple files & manipulate text at each of them, alternating between them arbitrarily.
All commands function properly if working with the original view, but it appears that an error will occur when using an edit
object on a view which has been created by the macro.
error: plugin_host has exited unexpectedly, plugin functionality won't be available until Sublime Text has been restarted
Working code sample & GIF demonstration below @ post 6
original resources omitted, as they are no longer relvant to the post