Go to file
Nick Treleaven 7b0f931a2f Set default keybindings for switch page left/right; also group toggle sidebar keybinding with toggle messages
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@455 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-17 17:05:41 +00:00
data build.c: Delete all indicators when starting a new compilation. 2006-06-16 14:28:53 +00:00
doc Set default keybindings for switch page left/right; also group toggle sidebar keybinding with toggle messages 2006-06-17 17:05:41 +00:00
pixmaps Initial import 2005-11-22 12:26:26 +00:00
po Added new translations; bugfixes 2006-06-14 10:12:21 +00:00
scintilla Backport a Scintilla fix for crashes with recent GTK+ font issue 2006-05-31 14:53:27 +00:00
src Set default keybindings for switch page left/right; also group toggle sidebar keybinding with toggle messages 2006-06-17 17:05:41 +00:00
tagmanager Fix a segfault with missing id in element (again) 2006-06-02 20:23:38 +00:00
.cvsignore added geany.desktop 2006-01-15 18:45:32 +00:00
AUTHORS added Nick and Frank to AUTHORS, enabled folding for markup filetypes 2006-06-06 17:23:27 +00:00
COPYING updated FSF address in COPYING, replaced "Members" by "Methods" to make it clearer 2006-06-06 17:53:03 +00:00
ChangeLog Set default keybindings for switch page left/right; also group toggle sidebar keybinding with toggle messages 2006-06-17 17:05:41 +00:00
INSTALL Initial revision 2005-11-22 11:51:30 +00:00
Makefile.am improved "make uninstall" of Geany 2006-02-14 21:56:34 +00:00
NEWS updated for Geany 0.7 2006-06-04 13:10:16 +00:00
README updated for Geany 0.7 2006-06-04 13:10:16 +00:00
THANKS Added translator credits. Defined N_() again, so command line args are really translatable. 2006-06-12 13:17:11 +00:00
TODO updated TODO 2006-06-02 11:32:37 +00:00
autogen.sh added argument --copy to automake 2006-03-17 19:42:39 +00:00
configure.in Added Belarussian and Russian translation 2006-06-12 12:10:22 +00:00
geany.desktop.in Removed duplicate entry for Encoding. Renamed geany.1 to geany.1.in to let it be processed by configure. Added GEANY_DATA_DIR to configure.in. 2006-06-08 14:48:39 +00:00
geany.glade Implemented code for setting indicators while compiling. 2006-06-13 19:37:21 +00:00
geany.gladep Initial import 2005-11-22 12:26:26 +00:00
geany.spec.in Some improvements, corrected download URL. 2006-06-08 14:59:23 +00:00
global.tags Initial import 2005-11-22 12:26:26 +00:00

README

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
- folding
- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
- symbol lists
- embedded terminal emulation


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.

Furthermore you need, of course, a C compiler and the Make tool; a C++ compiler
is also required for the included Scintilla library. The GNU versions of these
tools are recommended.


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.


Windows
-------
Geany runs also under Windows. To download the binary with all necessary files,
visit Geany's homepage. But you should know, that the Windows version is not yet
well tested and there are some features missing:
- complete build support (perhaps will be added later)
- notification if file on disk has changed (perhaps will be added later)
- embedded terminal emulation (VTE)
- support for detecting a running instance


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


--
2005-2006 by Enrico Troeger
enrico.troeger@uvena.de