Skip to content

Commit

Permalink
shortcut fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krasa committed Jan 14, 2021
1 parent 0d4602d commit d9546a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/plantuml/idea/toolwindow/Usage.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Usage extends JTextArea {
+ " - disable syntax check\n"
+ " - enable partial rendering - renders each page on it's own, useful for big sequence diagram files\n"
+ "\nPerformance tips:\n"
+ "- disable automatic rendering and use Update (Alt+D) or Reload (Alt+F) buttons\n"
+ "- disable automatic rendering and use Update (Ctrl Alt Shift F) or Reload (Ctrl Alt Shift G) buttons\n"
+ "- do not put @newpage into included files (it prohibits incremental rendering)\n"
+ "- try to enable partial rendering\n"
+ "- disable syntax checking\n"
Expand Down

0 comments on commit d9546a1

Please sign in to comment.