This package browser is in early development. Mind the rough edges.

geany 1.38

Fast and lightweight IDE

Geany is a small and fast Integrated Development Environment (IDE) that only has a few dependencies on other packages and is as independent as possible from special desktop environments like KDE or GNOME.

The basic features of Geany are:

  • syntax highlighting

  • code completion

  • auto completion of often constructed constructs like if, for and while

  • auto completion of XML and HTML tags

  • call tips

  • folding

  • many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal

  • symbol lists

  • embedded terminal emulation

  • extensibility through plugins

Installation

Install geany 1.38 as follows:

guix install geany@1.38

Or install the latest version:

guix install geany

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.