Skip to content

Commit

Permalink
#332 Add tips 25 and 26
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Nov 30, 2020
1 parent 05f8d59 commit a1940bc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca/mcgill/cs/jetuml/JetUML.properties
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ warning.version.title=Diagram Version Migration
files.image.name=Image Files
tips.jsons.directory=/tips
tips.images.directory=/tip_images
tips.quantity=24
tips.quantity=26
tips.button.next.text=Next Tip
tips.button.previous.text=Previous Tip
tips.button.close.text=Close
Expand Down
Binary file added tipdata/tip_images/tip25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tipdata/tip_images/tip26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions tipdata/tips/tip-25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Duplicating a Diagram",
"content": [
{ "text": "Use the command \"File | Duplicate\" (Ctrl-D) to quickly make a duplicate of the current diagram. The duplicate diagram will be open in a new tab. This feature is especially useful when exploring different variants of a design." },
{ "image": "tip25.png"}
]
}
7 changes: 7 additions & 0 deletions tipdata/tips/tip-26.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Sequence Diagram Validation",
"content": [
{ "text": "JetUML verifies that call and return edges added to a sequence diagram result in a valid control sequence. Trying to add edges at arbitrary points that would result in a jump in the control flow will fail silently." },
{ "image": "tip26.png"}
]
}

0 comments on commit a1940bc

Please sign in to comment.