Hi all:
I’m trying to make a plugin in Sublime Text for some of our artists (who rely on XML syntax for our entity scripting system) that will essentially generate template scripts for them. However, there doesn’t seem to be a distribution for PySide in the interpreter that SLT is using in the background.
Is there any existing UI toolkit within Sublime Text itself that I can leverage for this, or a way to bundle PySide with Sublime? Otherwise I would have to resort to making the UI standalone and run it through a subprocess or something, which would be infinitely more annoying.
Thanks!