GNU ELPA - minimap

minimap

Description
Sidebar showing a "mini-map" of a buffer
Latest
minimap-1.4.el, 2020-Sep-13, 36.4 KiB
Home page
http://elpa.gnu.org/packages/minimap.html
Browse repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET minimap RET

Full description

This file is an implementation of a minimap sidebar, i.e., a
smaller display of the current buffer on the left side.  It
highlights the currently shown region and updates its position
automatically.  You can navigate in the minibar by dragging the
active region with the mouse, which will scroll the corresponding
edit buffer.  Additionally, you can overlay information from the
tags gathered by CEDET's semantic analyzer.

Simply use M-x minimap-mode to toggle activation of the minimap.
Use 'M-x customize-group RET minimap RET' to adapt minimap to your
needs.

Old versions

minimap-1.3.el2020-May-0936.1 KiB
minimap-1.2.el2014-Mar-1231.8 KiB
minimap-1.1.el2014-Feb-2528.5 KiB
minimap-1.0.el2012-Nov-2922.1 KiB

News

Changes since v1.2:

- New option: minimap-hide-cursor (active by default)
- New option: minimap-disable-mode-line (active by default)
- Make current line highlighting face configurable, change to dark gray.
- New default behavior for minimap-automatically-delete-window:
  keep minimap window as long as buffer is visible. Change variable
  to 't' to get old behavior.
- Bug fixes

Changes since v1.1:

- Change some defaults: better colors, reduced update delay.
- `minimap-tag-only': New experimental feature to only display an
  'abstract view' of the buffer with overlays generated from
  Semantic information.  Works only for buffers parsed by Semantic.
- `minimap-highlight-line': Highlight current line in Minimap.
- Fix autoloads.
- Display lines denoting beginning/end of functions in Semantic
  overlays.

Changes since v1.0:

- Largely rewritten as a minor mode; use M-x minimap-mode to
  enable/disable.
- Minimap will now remain active for all buffers which derive from
  `prog-mode' (can be changed through `minimap-major-modes').  The
  minimap window will be automatically created or deleted (see new
  variables `minimap-recreate-window' and
  `minimap-automatically-delete-window').
- Possibility to set a minimum width of the minimap window
  (`minimap-minimum-width').
- Minimap window will be marked so that you should not be able to
  enter it.
- Semantic overlays will be automatically updated during editing.
- Lots of bug fixes.

Silence byte compiler