Enrico Tröger 2a18ec4879 added utils_replace_filename()
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@21 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-11-27 20:49:50 +00:00
2005-11-27 20:39:01 +00:00
2005-11-22 12:26:26 +00:00
2005-11-27 20:43:24 +00:00
2005-11-27 20:49:50 +00:00
2005-11-27 20:44:55 +00:00
2005-11-22 11:51:30 +00:00
2005-11-22 12:26:26 +00:00
2005-11-22 22:51:22 +00:00
2005-11-22 11:51:30 +00:00
2005-11-22 12:26:26 +00:00
2005-11-22 12:26:26 +00:00
2005-11-22 12:26:26 +00:00
2005-11-22 12:26:26 +00:00
2005-11-22 11:51:30 +00:00
2005-11-22 12:26:26 +00:00
2005-11-22 11:51:30 +00:00
2005-11-22 12:26:26 +00:00
2005-11-22 11:51:30 +00:00
2005-11-22 22:51:22 +00:00

Geany - A fast and lightweight IDE
----------------------------------


About
-----
Geany is a small and lightweight integrated development environment.
It was developed to provide a small and fast IDE, which has only a
few dependencies from other packages. Another goal was to be as independent
as possible from a special Desktop Environment like KDE or GNOME. So it
is using only the GTK2 toolkit and therefore you need only the
GTK2 runtime libraries to run Geany.


Features
--------
The basic features of Geany are:
- syntax highlighting
- code completion
- auto completion of often used constructs like if, for and while
- auto completion of XML and HTML tags
- call tips
- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
- symbol lists


Requirements
------------
For compiling Geany yourself, you will need the GTK (>= 2.6.0) libraries
and header files. You will also need the Pango, Glib and ATK libraries and
header files. All these files are available at http://www.gtk.org.

Further more you need, of course, a C compiler, for the included
Scintilla library a C++ compiler and the make tool.


Installation
------------
Installing Geany is done by the following three commands:
$ ./configure
$ make
$ make install

For more configuration details run
$ ./configure --help

If there are any errors during compilation, check your build environment and
try to find the error, otherwise contact the author at <enrico.troeger@uvena.de>.


Usage
-----
To run Geany just type
$ geany
on a console or use the applications menu from your desktop environment.
There a few command line options. See the manual page of Geany or run
$ geany --help
for details. Or look into the documention in the doc/ directory.
The most important option probably is -c or --config, wherewith you can specify an alternate
configuration directory.


Ideas, questions, patches and bug reports
-----------------------------------------
See http://geany.uvena.de
or e-mail to enrico.troeger@uvena.de
If you add something, or fix a bug, please send a patch (in 'diff -u'
format) to enrico.troeger@uvena.de


--
2005 by Enrico Troeger
enrico.troeger@uvena.de
Description
No description provided
Readme 60 MiB
Languages
C 55.7%
C++ 32.9%
VHDL 3%
TeX 2.2%
Fortran 0.7%
Other 4.4%