Fork me on GitHub

About

This plugin shows and hides the Geany menu and status bars on a keystroke.

Most of the time, when using Geany, I don't need the menu and status bars; they are just noise. But occasionally I want to check the status bar (e.g. for the line/column number) or browse the menu. So I want to toggle their visibility with a keystroke.

Installation

You need Geany 1.27+.

  1. Make sure that "Show status bar" (Geany preferences → Interface → Miscellaneous) is enabled.
  2. Install the GeanyPy plugin. On Debian/Ubuntu, install geany-plugin-py as well as python-gtk2.
  3. Download the latest release from github.com/vfaronov/geany-togglebars.
  4. Extract togglebars.py and put it on your Geany plugin path, e.g. in ~/.config/geany/plugins/.
  5. Open Geany's plugin manager (Tools → Plugin Manager) and enable GeanyPy and Toggle Bars.
  6. Select Toggle Bars, click Keybindings, and set your preferred key for "Toggle menu and status bars".

Usage

Just press your configured keybinding to toggle the menu and status bars.

Because it's so useful to see the progress bar during a build, the status bar will be automatically shown whenever the progress bar is shown (and hidden afterwards).

Contact developers

This plugin is on GitHub: https://github.com/vfaronov/geany-togglebars