Teoz for the sublime pluggin

0 votes
asked May 17, 2015 in To be sorted by anonymous

Hello :)

I would like to know if is it just me or I can't use the "Teoz" architecture in the sublime plugin. I would like to do this:

@startuml
!pragma teoz true
Alice -> Bob : hello
& Bob -> Charlie : hi
@enduml

 however  I am getting an error and the image is not being generated.

 

PS: I am writing my master thesis and your tool is amazing! I love how with only 12 lines I am able to draw a huge diagram. I love it you guys are the best cool

1 Answer

0 votes
answered May 17, 2015 by plantuml (295,000 points)

Hello,

Teoz should work in the sublime plugin, if you have a version equals or greater to 8019.

Can you check the version of PlantUML is installed :

@startuml
version
@enduml

If you have a version more recent than 8019, it should work. So in that case, could you publish here the error message/image you've got ? Or send it to us by email ?

Thanks and good luck for your master thesis :-)

commented May 17, 2015 by anonymous
reshown May 17, 2015 by plantuml
Great. Thanks for your answer :)
I'll post my solution just in case someone else is having this issue:

I realized that the version cloned from github was the 7981.

To make it work I had to do 3 things:
* Download the latest version to sublime_diagram_plugin/diagram/
* Rename it to plantuml-8024.jar
* Edit the file "plantuml.py" changing the following variable: PLANTUML_VERSION = 8024

Now it is working :D
commented May 17, 2015 by plantuml (295,000 points)
Thanks for sharing this.
BTW, if you are using Teoz, you should use the last beta version https://dl.dropboxusercontent.com/u/13064071/plantuml.jar instead of the official release.
We have made several progress on Teoz, and this beta is really more advanced than the official version.
Anyway, this will be present in next official release.
commented May 18, 2015 by anonymous
Thanks, I will try it :)

Is it documented somewhere what new features do you have in this beta version?
...