perf scripts python: exported-sql-viewer.py: Select find text when find bar is activated
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 20 May 2019 11:37:28 +0000 (14:37 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 5 Jun 2019 12:47:58 +0000 (09:47 -0300)
commit80b3fb64a55a7e4ba1ef8f9a7e87fbe1a26dc709
tree11948ab023f55297cdeaa290ccc45c20e0ea0d4a
parentb3b660792e049c7ef4a40c4caa7008efd4777b3c
perf scripts python: exported-sql-viewer.py: Select find text when find bar is activated

The user probably wants to replace the find text, so select the find
text when the find bar is activated.

That is fairly standard behaviour for search text entry.

Entering text will replace the current text, but using edit keys
(arrows, home, end etc) cancels the selection and enables editing.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20190520113728.14389-23-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/exported-sql-viewer.py