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
@@ -201,6 +201,12 @@
|
||||
<description>Whether you can change active tabs by scrolling.</description>
|
||||
</key>
|
||||
|
||||
<key name="minimap-visible" type="b">
|
||||
<default>false</default>
|
||||
<summary>Minimap is visible</summary>
|
||||
<description>Whether the minimap for the document should be visible.</description>
|
||||
</key>
|
||||
|
||||
<key name="max-recents" type="u">
|
||||
<default>5</default>
|
||||
<summary>Maximum Recent Files</summary>
|
||||
|
Reference in New Issue
Block a user