doc: Document new previous/next event action in CFV
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 7 Sep 2016 15:53:29 +0000 (11:53 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 7 Sep 2016 17:07:11 +0000 (13:07 -0400)
Document the "Go to next/previous event of the selected thread"
actions, and how they differ from the "Next/Previous State Change"
ones.

Change-Id: I27c1431933e1ac1e8ae9fe94090ab13e82b25a14
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/80605
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki
doc/org.eclipse.tracecompass.doc.user/doc/images/shift_l_edit.gif [new file with mode: 0644]
doc/org.eclipse.tracecompass.doc.user/doc/images/shift_r_edit.gif [new file with mode: 0644]

index d51904ba3d700c6129693e51a733bbc3aa8375d8..4e5720fd1e25a67206af284b73d668e5ac7e7ba7 100644 (file)
@@ -2042,6 +2042,14 @@ The Control Flow View '''toolbar''', located at the top right of the view, has s
 | [[Image:images/follow_arrow_fwd.gif]]
 | Follow CPU Forward
 | Selects the next state following CPU execution across processes. Pressing the '''Shift''' key at the same time will update the selection end time of the current selection range.
+|-
+| [[Image:images/shift_l_edit.gif]]
+| Go to previous event of the selected thread
+| Move to the closest previous event belonging to the selected thread. This action looks through all trace events, unlike the ''Select Previous State Change'' action which only stops at state changes.
+|-
+| [[Image:images/shift_r_edit.gif]]
+| Go to next event of the selected thread
+| Move to the closest following event belonging to the selected thread. This action looks through all trace events, unlike the ''Select Next State Change'' action which only stops at state changes.
 |}
 
 View Menu
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/shift_l_edit.gif b/doc/org.eclipse.tracecompass.doc.user/doc/images/shift_l_edit.gif
new file mode 100644 (file)
index 0000000..328e97e
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/shift_l_edit.gif differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/shift_r_edit.gif b/doc/org.eclipse.tracecompass.doc.user/doc/images/shift_r_edit.gif
new file mode 100644 (file)
index 0000000..c39cf62
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/shift_r_edit.gif differ
This page took 0.0271 seconds and 5 git commands to generate.