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:
Clement Lefebvre
2016-09-13 12:17:13 +01:00
parent c8f0c14add
commit f4236351ae
19 changed files with 4477 additions and 7408 deletions

View File

@@ -61,6 +61,7 @@ struct _XedWindowPrivate
/* statusbar and context ids for statusbar messages */
GtkWidget *statusbar;
GtkWidget *searchbar;
guint generic_message_cid;
guint tip_message_cid;
guint tab_width_id;