Minimap (#175)
* Add a minimap Add support for GtkSourceViews SourceMap object. Add both a default setting for new files to the preferences dialog and a menu item to allow temporarily disabling it in any view. * Require gtk and gtksourceview 3.18 * load custom css We can use this to make small tweaks to the interface so every theme doesn't need to add specific support. Make use of this new css to clean up the styling of the new overview map frame a bit.
This commit is contained in:
committed by
Clement Lefebvre
parent
97e1b0a9ec
commit
ce59112fd1
@@ -79,6 +79,7 @@ struct _XedWindowPrivate
|
||||
guint spaces_instead_of_tabs_id;
|
||||
guint language_changed_id;
|
||||
guint use_word_wrap_id;
|
||||
guint show_overview_map_id;
|
||||
|
||||
/* Menus & Toolbars */
|
||||
GtkUIManager *manager;
|
||||
|
Reference in New Issue
Block a user