Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Can I Save A Class Diagram In Intellij?

I discovered that in Intellij I can create nice class diagrams by going to New > Diagram > Java Class Diagram. I can do everything that I want to do, except figure out how to save the diagram after I'm done. When I create a diagram, save it, shut down Intellij, and then start it up again, I see that the diagram that I had just "saved" has reverted to a generic window displaying all of the packages in my project. I realize that I can save the diagam in a PNG format, but I don't want to do that. I want to be able to save it in an editable format? Thoughts?

like image 672
HappyCoder86 Avatar asked Jun 11 '13 14:06

HappyCoder86


1 Answers

IntelliJ IDEA 15

A general method (that works when you can't find/remember something)

  • press Ctrl + Shift + A (or go to Help > Find Action)
  • type "Save d" (or just "dia")

    Save diagram

  • double click on the "Save diagram" row
  • select the path where you want to save it > OK
like image 59
ROMANIA_engineer Avatar answered Oct 19 '22 09:10

ROMANIA_engineer