regedit: add search feature.
authorChris Davis <cd.rattan@gmail.com>
Tue, 3 Jun 2014 04:50:01 +0000 (21:50 -0700)
committerMichael Adam <obnox@samba.org>
Wed, 1 Oct 2014 12:32:08 +0000 (14:32 +0200)
commit0ab07cb8069ae59e45fb0f6016096d30de9b4142
treefd510fbc909604f4c429feb7738bead4f13ac5bd
parentb8b83509ca080d48530fbde9b012b9c3eb1c42fe
regedit: add search feature.

Open up a search input with '/'. 'x' key gets the next
result.

This patch also ensures that keys are always sorted, so
that the search order matches the order the keys appear
on screen.

TODO:
+ flesh out search interface
+ find previous
+ search values

Signed-off-by: Chris Davis <cd.rattan@gmail.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/utils/regedit.c
source3/utils/regedit.h
source3/utils/regedit_dialog.c
source3/utils/regedit_dialog.h
source3/utils/regedit_treeview.c
source3/utils/regedit_treeview.h