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 d403b92 commit ec1acbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/plantuml/idea/toolwindow/AboutDialog.form
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</constraints>
<properties>
<minimumSize width="-1" height="-1"/>
<preferredSize width="900" height="600"/>
<preferredSize width="900" height="650"/>
<requestFocusEnabled value="true"/>
</properties>
<border type="none"/>
Expand Down
5 changes: 5 additions & 0 deletions src/org/plantuml/idea/toolwindow/Usage.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ public class Usage extends JTextArea {
+ "- Cursor on top of @startuml allows to use following intentions:\n"
+ " - disable syntax check\n"
+ " - enable partial rendering - renders each page on it's own, useful for big sequence diagram files\n"
+ "- Performance tips:\n"
+ " - do not put @newpage into included files (it prohibits incremental rendering)\n"
+ " - try to enable partial rendering\n"
+ " - disable syntax checking\n"
+ " - disable automatic rendering\n"
+ "";

public Usage() {
Expand Down

0 comments on commit ec1acbd

Please sign in to comment.