Go to file
Nick Treleaven 2e270ee546 Don't regenerate the support.[hc] files, to prevent unnecessary rebuilding of files dependent on support.h.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1495 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-05-01 11:32:52 +00:00
data Added context actions to run custom commands on current selection or the current word below cursor. 2007-04-15 18:09:59 +00:00
doc Add Project Management section. 2007-04-27 16:22:53 +00:00
pixmaps Made background of Windows icon transparent 2006-08-10 17:04:29 +00:00
po Update of catalog and po files 2007-04-22 20:53:43 +00:00
scintilla Made "distcheck" working. 2007-04-08 16:38:46 +00:00
src Disable the Build Includes run command field when there is a project 2007-04-30 16:16:49 +00:00
tagmanager Add support for generating global tags files for non-C-like 2007-04-27 11:00:29 +00:00
AUTHORS Moved list of available translations to new file po/LINGUAS. 2007-02-24 15:03:18 +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 Don't regenerate the support.[hc] files, to prevent unnecessary rebuilding of files dependent on support.h. 2007-05-01 11:32:52 +00:00
HACKING Added note: See the src/*.c files for descriptions. 2007-02-24 17:08:29 +00:00
INSTALL Initial revision 2005-11-22 11:51:30 +00:00
Makefile.am Made "distcheck" working. 2007-04-08 16:38:46 +00:00
NEWS Updated from 0.10.1 release branch. 2007-02-23 15:55:38 +00:00
README Updated copyright information. 2007-01-14 17:36:42 +00:00
README.I18N Oops. 2007-02-24 15:07:46 +00:00
THANKS Applied patch from Anh Phạm to add a keybinding for selecting the current word under the cursor (thanks). 2007-03-22 15:51:39 +00:00
TODO Change comment/uncomment keybinding to Ctrl-G/Ctrl-Shift-G. 2007-03-26 12:13:04 +00:00
autogen.sh added argument --copy to automake 2006-03-17 19:42:39 +00:00
configure.in Made "distcheck" working. 2007-04-08 16:38:46 +00:00
geany.desktop.in Added MimeTypes: C++ header, Pascal, Perl, Python, httpd-PHP, XML; 2007-03-30 11:25:53 +00:00
geany.glade Add project file path preferences option in General tab. 2007-04-29 16:36:42 +00:00
geany.gladep Don't regenerate the support.[hc] files, to prevent unnecessary rebuilding of files dependent on support.h. 2007-05-01 11:32:52 +00:00
geany.nsi Added NSIS installer script for the Win32 installer. 2007-03-02 15:20:24 +00:00
geany.spec.in Fixed wrong variable. 2006-10-29 01:25:47 +00:00
geany_private.rc Updated copyright information. 2007-01-14 17:36:42 +00:00
makefile.win32 Let make clean continue when a file can't be deleted. 2006-09-22 12:09:53 +00:00
win32-config.h Removed unneeded macro GEANY_MAX_TAGS_COUNT. 2006-10-24 23:50:50 +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:
- build support (perhaps will be added later, Run command is working)
- embedded terminal emulation (VTE)


License
-------
Geany is distributed under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any later version.
A copy of this license can be found in the file COPYING included with the source code of this
program.
The included Scintilla library (found in the subdirectory scintilla/) has its own license, which
can be found in the file scintilla/License.txt included with the source code of this
program.


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-2007 by Enrico Tröger, Nick Treleaven and Frank Lanitz
enrico.troeger@uvena.de