From: Marc-Andre Laperle Date: Thu, 29 May 2014 04:38:18 +0000 (-0400) Subject: lttng-guide: Update Filters View section (cut, copy, paste) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f33eb3beeff91414f252da3bf9dfbb35be263ef3;p=deliverable%2Ftracecompass.git lttng-guide: Update Filters View section (cut, copy, paste) Change-Id: I5680bdb8f378d35e8bc614dfc20382338a288652 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/27516 Reviewed-on: https://git.eclipse.org/r/27567 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann Tested-by: Bernd Hufmann --- diff --git a/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki b/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki index c783d0676e..429fbccea8 100644 --- a/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki +++ b/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki @@ -698,7 +698,7 @@ The '''MATCHES''' node matches when the specified event ''field'' value matches The '''COMPARE''' node matches when the specified event ''field'' value compared with the specified ''value'' gives the specified ''result''. The result can be set to ''smaller than'', ''equal'' or ''greater than''. The type of comparison can be numerical, alphanumerical or based on time stamp. A ''not'' operator can be applied to invert the condition. -Filters can be added, deleted, imported and exported using the buttons in the Filters view toolbar. Changes to the preset filters are only applied and persisted to disk when the '''save filters''' button is pressed. +Filters can be added, deleted, imported and exported using the buttons in the Filters view toolbar. The nodes in the view can be Cut (Ctrl-X), Copied (Ctrl-C) and Pasted (Ctrl-V) by using the buttons in the toolbar or by using the key bindings. This makes it easier to quickly build new filters from existing ones. Changes to the preset filters are only applied and persisted to disk when the '''save filters''' button is pressed. To apply a saved preset filter in an events table, right-click on the table and select '''Apply preset filter...''' > ''filter name''. diff --git a/org.eclipse.linuxtools.lttng.help/doc/images/FiltersView.png b/org.eclipse.linuxtools.lttng.help/doc/images/FiltersView.png index 931eaac49e..6fe7c392df 100644 Binary files a/org.eclipse.linuxtools.lttng.help/doc/images/FiltersView.png and b/org.eclipse.linuxtools.lttng.help/doc/images/FiltersView.png differ