doc: Update user guide for search and filter highlighting
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 31 Mar 2015 21:37:32 +0000 (17:37 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 1 Apr 2015 15:21:32 +0000 (11:21 -0400)
Change-Id: Idce262d7efc713bd889ab3fd56a2da41a342b2c9
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/44955
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki
doc/org.eclipse.tracecompass.doc.user/doc/images/Bookmarks.png
doc/org.eclipse.tracecompass.doc.user/doc/images/DefaultTmfEvents-Filter.png [deleted file]
doc/org.eclipse.tracecompass.doc.user/doc/images/DefaultTmfEvents-Search.png [deleted file]
doc/org.eclipse.tracecompass.doc.user/doc/images/TraceEditor-Filter.png [new file with mode: 0644]
doc/org.eclipse.tracecompass.doc.user/doc/images/TraceEditor-Search.png [new file with mode: 0644]

index 33c3137c4e12d8428a1ec9641bd9a4d3c46135bc..f1c3506c4b58122165639807a22c28c0b2f6ab9e 100644 (file)
@@ -600,9 +600,9 @@ To clear all matching conditions in the header row, press the '''DEL''' key.
 
 When a searching condition is applied to the header row, the table will select the next matching event starting from the top currently displayed event. Wrapping will occur if there is no match until the end of the trace.
 
-All matching events will have a 'search match' icon in their left margin. Non-matching events will be dimmed.
+All matching events will have a 'search match' icon in their left margin. Non-matching events will be dimmed. The characters in each column which match the regular expression will be highlighted.
 
-[[Image:images/DefaultTmfEvents-Search.png]]
+[[Image:images/TraceEditor-Search.png]]
 
 Pressing the '''ENTER''' key will search and select the next matching event. Pressing the '''SHIFT-ENTER''' key will search and select the previous matching event. Wrapping will occur in both directions.
 
@@ -612,11 +612,11 @@ Press '''DEL''' to clear the header row and reset all events to normal.
 
 ==== Filtering ====
 
-When a filtering condition is entered in the head row, the table will clear all events and fill itself with matching events as they are found from the beginning of the trace.
+When a filtering condition is entered in the head row, the table will clear all events and fill itself with matching events as they are found from the beginning of the trace. The characters in each column which match the regular expression will be highlighted.
 
 A status row will be displayed before and after the matching events, dynamically showing how many matching events were found and how many events were processed so far. Once the filtering is completed, the status row icon in the left margin will change from a 'stop' to a 'filter' icon.
 
-[[Image:images/DefaultTmfEvents-Filter.png]]
+[[Image:images/TraceEditor-Filter.png]]
 
 Press '''ESC''' to stop an ongoing filtering. In this case the status row icon will remain as a 'stop' icon to indicate that not all events were processed.
 
index 7fa081069fc1514a1bc64b69b0c0e50bd8fa6b3f..c089bd8a29d1491c4702f1208d67cbb373b7a660 100644 (file)
Binary files a/doc/org.eclipse.tracecompass.doc.user/doc/images/Bookmarks.png and b/doc/org.eclipse.tracecompass.doc.user/doc/images/Bookmarks.png differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/DefaultTmfEvents-Filter.png b/doc/org.eclipse.tracecompass.doc.user/doc/images/DefaultTmfEvents-Filter.png
deleted file mode 100644 (file)
index 969a5f1..0000000
Binary files a/doc/org.eclipse.tracecompass.doc.user/doc/images/DefaultTmfEvents-Filter.png and /dev/null differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/DefaultTmfEvents-Search.png b/doc/org.eclipse.tracecompass.doc.user/doc/images/DefaultTmfEvents-Search.png
deleted file mode 100644 (file)
index d26e9be..0000000
Binary files a/doc/org.eclipse.tracecompass.doc.user/doc/images/DefaultTmfEvents-Search.png and /dev/null differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/TraceEditor-Filter.png b/doc/org.eclipse.tracecompass.doc.user/doc/images/TraceEditor-Filter.png
new file mode 100644 (file)
index 0000000..5e8c47f
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/TraceEditor-Filter.png differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/TraceEditor-Search.png b/doc/org.eclipse.tracecompass.doc.user/doc/images/TraceEditor-Search.png
new file mode 100644 (file)
index 0000000..eb1c89a
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/TraceEditor-Search.png differ
This page took 0.030036 seconds and 5 git commands to generate.