Skip to content

Commit

Permalink
Usage manual
Browse files Browse the repository at this point in the history
  • Loading branch information
krasa committed Jun 16, 2016
1 parent ec1acbd commit f5acc29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/org/plantuml/idea/toolwindow/Usage.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ public class Usage extends JTextArea {
public static final String TEXT =
"- Open file, put the cursor inside of PlantUML code to render it\n"
+ "- A new file can be created from template (File | New | select e.g. 'UML Sequence' template)\n"
+ "- Diagram code can be placed anywhere, '*' are ignored for usage in Java comments\n"
+ "- To render other than sequence diagram types, open settings and setup path to Graphviz\n"
+ "- About screen tests your installation\n"
+ "- PlantUML code can be placed anywhere, '*' are ignored for usage in Java comments\n"
+ "- To render other than sequence diagram types, install Graphviz and set path to it\n"
+ "- About screen tests Graphviz installation\n"
+ "- You can disable automatic rendering and use shortcut Alt+D, or reload button in the toolbar\n"
+ "- Image cache size can be tuned in the settings, if you have not enough heap.\n"
+ "- You can use intention to reverse arrows (Alt+Enter)\n"
Expand Down

0 comments on commit f5acc29

Please sign in to comment.