Re-implemented the search dialog for the syntax editor
authorJohn Darrington <john@cellform.com>
Fri, 16 Jun 2023 15:14:41 +0000 (17:14 +0200)
committerJohn Darrington <john@cellform.com>
Sat, 17 Jun 2023 17:12:45 +0000 (19:12 +0200)
commite1a2cf577fac791c79cd531e688a48efab9b7c0c
tree8a43c13be8a88bdc4002403609a14ca8bfaa348a
parenteb988c1687bf72db4f1bf1c35a7cd33a73a29dc1
Re-implemented the search dialog for the syntax editor

This new dialog offers a lot more features, such as case insensitivity,
backward searching etc.   This change also removes the option to build
against gtksourceview-3 - gtksourceview-4 is now required.
NEWS
configure.ac
src/ui/gui/automake.mk
src/ui/gui/psppire-buttonbox.c
src/ui/gui/psppire-buttonbox.h
src/ui/gui/psppire-dialog.h
src/ui/gui/psppire-search-dialog.c [new file with mode: 0644]
src/ui/gui/psppire-search-dialog.h [new file with mode: 0644]
src/ui/gui/psppire-syntax-window.c
src/ui/gui/psppire-syntax-window.h