Puneet Varma (Editor)

Geany

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Enrico Tröger

Repository
  
github.com/geany/geany

Developer(s)
  
Geany authors

Written in
  
C, C++

Geany

Initial release
  
October 19, 2005; 11 years ago (2005-10-19)

Stable release
  
1.30 / March 5, 2017; 5 days ago (2017-03-05)

Geany (IPA:ʒeːniː) is a lightweight GUI text editor using Scintilla and GTK+, including basic IDE features. It is designed to have short load times, with limited dependency on separate packages or external libraries on Linux. It has been ported to a wide range of operating systems, such as BSD, Linux, macOS, Solaris and Windows. Because Windows lacks a virtual terminal equivalent, the Windows port lacks an embedded terminal window. Also missing from the Windows version are the external development tools present under Unix, unless installed separately by the user. Among the supported programming languages and markup languages are C, C++, C#, Java, JavaScript, PHP, HTML, LaTeX, CSS, Python, Perl, Ruby, Pascal, Haskell, Erlang, Vala and many others.

In contrast to traditional Unix-based editors like Emacs or Vim, Geany more closely resembles a small and fast IDE.

It is free software licensed under the terms of the GNU GPL version 2 or later. After version 0.21 the next version was numbered 1.22 as requested by many users to reflect the maturity of the product.

Features

  • Auto-completion
  • Multiple document support
  • Simple project management
  • Syntax highlighting
  • Code folding (partially)
  • Symbol lists
  • Code navigation
  • Embedded terminal emulator
  • Build system to compile and execute code using external tools
  • Extensible via plugins
  • Column / block / vertical select (via SHIFT + CTRL + arrow keys)
  • User configurable keyboard action to editor function mapping
  • References

    Geany Wikipedia


    Similar Topics