Give Xed a Sublime-like searchbar
The search dialog is replaced with a searchbar similar to the one used in Sublime. The following features are implicit and therefore removed: - "incremental search" - "remove highlights" - "parse \n characters" Code style is applied to impacted files (should have been done in a separate commit but it was being discussed during WIP and the new committed code followed neither the new style nor the old).
This commit is contained in:
@@ -9,8 +9,6 @@ xed/dialogs/xed-encodings-dialog.c
|
||||
[type: gettext/glade]xed/dialogs/xed-encodings-dialog.ui
|
||||
xed/dialogs/xed-preferences-dialog.c
|
||||
[type: gettext/glade]xed/dialogs/xed-preferences-dialog.ui
|
||||
xed/dialogs/xed-search-dialog.c
|
||||
[type: gettext/glade]xed/dialogs/xed-search-dialog.ui
|
||||
xed/xed.c
|
||||
xed/xed-app.c
|
||||
xed/xed-commands-file.c
|
||||
@@ -34,8 +32,10 @@ xed/xed-plugins-engine.c
|
||||
xed/xed-prefs-manager.c
|
||||
xed/xed-print-job.c
|
||||
[type: gettext/glade]xed/xed-print-preferences.ui
|
||||
[type: gettext/glade]xed/xed-searchbar.ui
|
||||
xed/xed-print-preview.c
|
||||
xed/xed-smart-charset-converter.c
|
||||
xed/xed-searchbar.c
|
||||
xed/xed-statusbar.c
|
||||
xed/xed-style-scheme-manager.c
|
||||
xed/xed-tab.c
|
||||
|
Reference in New Issue
Block a user