includes don't work
when generating diagrams that include other files, plantuml will look for those files in the sublime package directory, instead of the opened file's directory.
Hmmmmmm. I'm going to have to look into changing the working directory of plantuml. That may be a bit more difficult than it sounds (as I'm really not sure how ST likes you doing os.chdir() across platforms).
Making a note here for myself:
Starting it with "java -Duser.dir=/some/dir plantuml.jar" seems to work on my Mac. Need to test on other platforms but this may work.
Would it be possible to use the path of the current file as working dir? Changing start parameters every time when switching projects is a bit aweful.
I'd love to see that as a feature. I'll accept a working patch. That said, I have very limited time to maintain this project and virtually no resources for testing it off of a Mac; so cleaner smaller patches are more likely to be merged.