Geany 1.25 (Text Editor With IDE Functions) for Linux Ubuntu. Install Geany Text Editor on Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10. Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment.
It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many filetypes and has some nice features. Geany 1.25 has been released with a lot of changes.
Here are some of the most prominent or noteworthy ones:
- GProject was renamed to ProjectOrganizer
- New plugin Automark
- New plugin GeanyCtags
- New plugin GitChangeBar
- New plugin Overview
- Debugger: Fix crash with GDB 7.7
- MultiTerm: Fix build with recent Vala versions
- PairTagHighlighter: Fix clearing previous indicators
- Scope: Fix building on GNU/Hurd
- WebHelper: Add support for basic bookmarks
Open Terminal and run the following commands to install up to date Geany packages on Ubuntu Systems:
$ sudo add-apt-repository ppa:geany-dev/ppa
$ sudo apt-get update
$ sudo apt-get install geany
To uninstall and remove Geany text editor, run the following command:
$ sudo apt-get remove geany