Add view menu entry for word wrap

Adds an entry to the "View" menu that allows temporarily overriding the word
wrap settings in the preferences.
This commit is contained in:
JosephMcc
2016-12-30 03:17:05 -08:00
parent 94188504ab
commit f3791ef8d2
6 changed files with 89 additions and 18 deletions

View File

@@ -74,6 +74,7 @@ struct _XedWindowPrivate
guint tab_width_id;
guint spaces_instead_of_tabs_id;
guint language_changed_id;
guint use_word_wrap_id;
/* Menus & Toolbars */
GtkUIManager *manager;