Skip to content

Commit

Permalink
#332 Add tips 29-34
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Dec 3, 2020
1 parent fa69643 commit 7ff09c1
Show file tree
Hide file tree
Showing 13 changed files with 43 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 @@ -167,7 +167,7 @@ warning.version.title=Diagram Version Migration
files.image.name=Image Files
tips.jsons.directory=/tips
tips.images.directory=/tip_images
tips.quantity=28
tips.quantity=34
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/tip29.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/tip30.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/tip31.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/tip32.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/tip33.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/tip34.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-29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Setting the Size of Diagrams",
"content": [
{ "text": "In JetUML diagrams have a fixed size. To change this size, use \"View | Set Diagram Size\". The size will be used when creating new diagrams or opening diagram files. When opening a diagram, the size is automatically increased to fit the diagram if necessary. Larger diagrams decrease the tool's performance. The default values are in relation to the display size." },
{ "image": "tip29.png"}
]
}
7 changes: 7 additions & 0 deletions tipdata/tips/tip-30.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Adding Child Nodes to Packages",
"content": [
{ "text": "Package nodes can contain child nodes. To add a child node to a package, select the desired node creation tool and click within a package to add this node directly as a child node. To add an existing node to a package, position the node on top of the package and hit the Shift key. To detach a node from a package, also hit the Shift key." },
{ "image": "tip30.png"}
]
}
7 changes: 7 additions & 0 deletions tipdata/tips/tip-31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Showing or Hiding the Grid",
"content": [
{ "text": "It is possible to control whether the grid is visible or not in a diagram. Use the command \"View | Show Grid\" to toggle this option. Diagram elements automatically snap to the grid whether it is visible or not." },
{ "image": "tip31.png"}
]
}
7 changes: 7 additions & 0 deletions tipdata/tips/tip-32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Representing Incomplete Call Sequences",
"content": [
{ "text": "Use the \"Open Bottom\" property of the activation box in a sequence diagram to represent an incomplete sequence of call. " },
{ "image": "tip32.png"}
]
}
7 changes: 7 additions & 0 deletions tipdata/tips/tip-33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Zooming the Diagram",
"content": [
{ "text": "It is possible to zoom the diagram in and out up to a maximum of two levels in both directions. The commands are available through the \"View\" menu and through the shortcuts Ctrl-= (Zoom In), Ctrl-- (Zoom Out), and Ctrl-0 (Reset Zoom)." },
{ "image": "tip33.png"}
]
}
7 changes: 7 additions & 0 deletions tipdata/tips/tip-34.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Exporting the Diagram",
"content": [
{ "text": "Use the command \"File | Export Image\" to save the current diagram as an image file. The image type is determined by the file extension selected from the \"Save as Type\" field." },
{ "image": "tip34.png"}
]
}

0 comments on commit 7ff09c1

Please sign in to comment.