KyleKorndoerfer / BracketsUML

A Brackets extension that allows you to create PlantUML diagrams from within the editor
MIT License
14 stars 3 forks source link

Support other plantUML servers #14

Closed ashaw93 closed 8 years ago

ashaw93 commented 9 years ago

Could the ability to enter another server than the plantUML service be added?

KyleKorndoerfer commented 8 years ago

Sure. I'll just need to read-up on adding preferences to extensions. I would want to make sure that when the extension is installed it would set the default PlantUML service url instead of hardcoding the value into the code.

KyleKorndoerfer commented 8 years ago

There is now a preference that gets added to your local preference file called bracketsuml.plantUMLServiceUrl that will hold the address of the PlantUML service that you would like to use (defaults to the PlantUML.com service)