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

Request: Option to skip trying the server #3

Closed francislavoie closed 4 years ago

francislavoie commented 6 years ago

I want to always use the .jar. We have some paranoia here around uploading our diagrams source, which is proprietary information, to some service. I could run a local server, but that means an extra step to run it that I could just avoid by pointing to the .jar and use that all the time. I think the plugin ends up being a tiny bit slow because it tries the server before realizing it won't work then finally uses the .jar. An option to just skip trying the server entirely would be ideal to save time and always-failing network calls.

Thanks!