johnfactotum / gedit-restore-minimap

Restore minimap in gedit 3.36

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restore Minimap (gedit plugin)

Screenshot

Features

  • Minimap (overview map) was removed in gedit 3.36
  • This plugin allows you to have minimap
  • Optional: display the minimap on the left

Installation

mkdir -p ~/.local/share/gedit/plugins/
cd ~/.local/share/gedit/plugins/
git clone https://github.com/johnfactotum/gedit-restore-minimap.git restore-minimap

To use Gnome Builder's block font, which makes the minimap looks so much better that I wonder why they haven't bundled the font with gtksourceview itself, copy BuilderBlocks.ttf to ~/.local/share/fonts.

Known Issues

  • It breaks when an info bar is displayed
  • It'd be nice if the minimap can use Gnome Builder's block font without having to install it, but I couldn't figure out how

See also

About

Restore minimap in gedit 3.36

License:GNU General Public License v3.0


Languages

Language:Python 100.0%