evandrocoan / PlantUmlDiagrams

A fork from https://github.com/jvantuyl/sublime_diagram_plugin package for Sublime Text, to render diagrams in your source code
Other
37 stars 10 forks source link

Viewer for Sublime 4 not supported #14

Open dgehlich opened 3 years ago

dgehlich commented 3 years ago

Hello. With the current version of sublime (build 4107) the simple sublime viewer doesnt work. It should simply work. I just made a quick test with sublime3.py and just changed to version 4 if not sublime.version().startswith('4'):

Maybe rename the viewer to sublime and allow version 3 and 4?

dgehlich commented 3 years ago

my suggestions https://github.com/evandrocoan/PlantUmlDiagrams/pull/15