KyleKorndoerfer / BracketsUML

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

Handle & report diagram generation errors #2

Open KyleKorndoerfer opened 9 years ago

KyleKorndoerfer commented 9 years ago

Not sure how best to report any errors encountered inside the node module when attempting to download the diagram. Need to find some examples from other extensions or get help from brackets-dev forum

missfly82 commented 6 years ago

I can not used it. Can you help me about it? How to tutorial with plugin? thank you very much

KyleKorndoerfer commented 6 years ago

I initially developed this extension to fill a gap for a simple, cross-platform PlantUML editor and at the time Brackets was an easy fit. I have since switched to using VSCode for my main development and the PlantUML extension that was already available for it. From that point on, development for this project essentially stopped (my need was filled).

Quickly... The extension should just install into brackets and from there you can create a file with any of the following extensions (puml, wsd, pseq, etc.) to trigger the syntax highlighting. When the file gets saved, the diagram preview window will load (provided there aren't any errors). Since the extensions uses a web service to generate the diagram, you must have your networking configured properly to be able to access the plantuml.com web service.