Skip to content

Commit b7b919c

Browse files
committed
[#521] Generate user guide for Release 3.7.
1 parent 3c11883 commit b7b919c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/user-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This page contains the complete list of "tips" available through JetUML's "Tip o
3535
</div>
3636
<button class="collapsible">Edge Validation</button>
3737
<div class="content">
38-
<p>When attempting to create a new edge, the operation will only succeed if the edge is a valid connection between two elements according to the syntax of the diagram.</p>
38+
<p>When attempting to create a new edge, the operation will only succeed if the edge is a valid connection between two elements according to the syntax of the diagram. Invalid attempts to create edges get reported as notifications.</p>
3939
<img src="../tipdata/tip_images/tip3.png">
4040
</div>
4141
<button class="collapsible">Tool Hints</button>
@@ -187,6 +187,11 @@ This page contains the complete list of "tips" available through JetUML's "Tip o
187187
<p>In the Properties editor for any diagram element, use the shortcut key combination Ctrl-Q to insert the characters « », which are the delimiters for UML stereotypes. The cursor will be positioned between the delimiters, so you can just continue typing the name of your stereotype.</p>
188188
<img src="../tipdata/tip_images/tip36.png">
189189
</div>
190+
<button class="collapsible">Notifications</button>
191+
<div class="content">
192+
<p>Errors and confirmations get reported as temporary notifications in the bottom left of the application window. It is possible to adjust the duration of the notifications. A duration of zero disables all notifications.</p>
193+
<img src="../tipdata/tip_images/tip37.png">
194+
</div>
190195
</div>
191196

192197
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)