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?
Asked
Active
Viewed 9,848 times
12
-
See http://youtrack.jetbrains.com/issue/IDEA-79046. – CrazyCoder Jun 11 '13 at 15:44
-
Hmmm... I can't seem to even save it by clicking on the floppy disk save icon. I click it and nothing happens. Is there another save button somewhere? – HappyCoder86 Jun 11 '13 at 16:10
3 Answers
21
The top left save disk does nothing. The right save disk will actually save the diagram.

HappyCoder86
- 2,267
- 3
- 25
- 40
2
IntelliJ IDEA 15
A general method (that works when you can't find/remember something)

ROMANIA_engineer
- 54,432
- 29
- 203
- 199
0
Update 2022
Click this icon or right-click a blank spot on the diagram and select
Export Diagram
. Click Export to File
then pick your format.

cb4
- 6,689
- 7
- 45
- 57