2005-11-22 12:26:26 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
|
|
|
<!ENTITY app_small "geany">
|
2007-01-06 18:00:34 +00:00
|
|
|
<!ENTITY appversion "0.11">
|
2005-11-22 12:26:26 +00:00
|
|
|
<!ENTITY appurl "http://geany.uvena.de">
|
|
|
|
<!ENTITY author_mail "enrico.troeger@uvena.de">
|
2007-03-08 18:02:08 +00:00
|
|
|
<!ENTITY date "March 08, 2007">
|
2005-11-22 12:26:26 +00:00
|
|
|
<!ENTITY legal SYSTEM "geany_gpl.docbook">
|
2006-07-16 15:33:14 +00:00
|
|
|
<!ENTITY scikeybinding SYSTEM "scikeybinding.docbook">
|
2005-11-22 12:26:26 +00:00
|
|
|
]>
|
|
|
|
|
|
|
|
<book lang="en">
|
|
|
|
<bookinfo>
|
|
|
|
<author>
|
|
|
|
<firstname>Enrico</firstname>
|
2006-07-17 12:33:10 +00:00
|
|
|
<surname>Tröger</surname>
|
2005-11-22 12:26:26 +00:00
|
|
|
<address><email>&author_mail;</email></address>
|
|
|
|
</author>
|
2006-06-02 16:36:49 +00:00
|
|
|
<author>
|
|
|
|
<firstname>Nick</firstname>
|
|
|
|
<surname>Treleaven</surname>
|
|
|
|
<address><email>nick.treleaven@btinternet.com</email></address>
|
|
|
|
</author>
|
|
|
|
<author>
|
|
|
|
<firstname>Frank</firstname>
|
|
|
|
<surname>Lanitz</surname>
|
|
|
|
<address><email>frank@frank.uvena.de</email></address>
|
|
|
|
</author>
|
2005-11-22 12:26:26 +00:00
|
|
|
<copyright>
|
2007-01-06 18:00:34 +00:00
|
|
|
<year>2005-2007</year>
|
2005-11-22 12:26:26 +00:00
|
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
|
|
<para>
|
2006-06-02 21:29:22 +00:00
|
|
|
This document 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.
|
2005-11-22 12:26:26 +00:00
|
|
|
A copy of this license can be found in the file COPYING included with the source code of this
|
2006-07-17 12:33:10 +00:00
|
|
|
program and see <xref linkend="geany-gpl"/>.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
</legalnotice>
|
|
|
|
<title>
|
2006-10-28 14:58:48 +00:00
|
|
|
Geany &appversion;
|
2005-11-22 12:26:26 +00:00
|
|
|
</title>
|
|
|
|
</bookinfo>
|
|
|
|
|
2006-04-27 17:53:06 +00:00
|
|
|
<chapter id="intro">
|
2005-11-22 12:26:26 +00:00
|
|
|
<title>
|
|
|
|
Introduction
|
|
|
|
</title>
|
|
|
|
<section>
|
2006-04-27 17:53:06 +00:00
|
|
|
<title>About Geany</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> is a small and lightweight Integrated Development Environment.
|
2005-11-22 12:26:26 +00:00
|
|
|
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
|
2006-10-28 14:58:48 +00:00
|
|
|
like KDE or GNOME, so <application>Geany</application> only requires the GTK2 toolkit
|
2006-06-03 14:20:59 +00:00
|
|
|
and therefore you only need the GTK2 runtime libraries installed to run it.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
The basic features of <application>Geany</application> are:
|
2005-11-22 12:26:26 +00:00
|
|
|
<itemizedlist>
|
2006-06-02 21:29:22 +00:00
|
|
|
<listitem><para>Syntax highlighting</para></listitem>
|
|
|
|
<listitem><para>Code completion</para></listitem>
|
2007-02-18 13:24:20 +00:00
|
|
|
<listitem><para>Auto completion of often-used constructs like "if", "for" and "while"</para></listitem>
|
2006-06-02 21:29:22 +00:00
|
|
|
<listitem><para>Auto completion of XML and HTML tags</para></listitem>
|
|
|
|
<listitem><para>Call tips</para></listitem>
|
2007-02-18 13:24:20 +00:00
|
|
|
<listitem><para>Many supported filetypes including C, Java, PHP, HTML, Python, Perl, Pascal, and others</para></listitem>
|
2006-06-03 14:20:59 +00:00
|
|
|
<listitem><para>Tag/Symbol lists</para></listitem>
|
2005-11-22 12:26:26 +00:00
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
</section>
|
2006-04-27 17:53:06 +00:00
|
|
|
<section>
|
|
|
|
<title>About this document</title>
|
|
|
|
<para>
|
|
|
|
This documentation is available in various formats like HTML, text and PDF. The latest version is
|
|
|
|
always available at <ulink url="&appurl;">&appurl;</ulink>.
|
|
|
|
</para>
|
|
|
|
</section>
|
2005-11-22 12:26:26 +00:00
|
|
|
<section>
|
2006-06-02 21:29:22 +00:00
|
|
|
<title>Where to get it</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
You can obtain <application>Geany</application> from <ulink url="&appurl;">&appurl;</ulink>
|
2006-06-02 21:29:22 +00:00
|
|
|
or perhaps from your distributor.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>License</title>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> is distributed under the terms of the GNU General Public License as published
|
2006-06-02 21:29:22 +00:00
|
|
|
by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
2005-11-22 12:26:26 +00:00
|
|
|
A copy of this license can be found in the file COPYING included with the source code of this
|
2006-07-17 12:33:10 +00:00
|
|
|
program or see <xref linkend="geany-gpl"/>.
|
2006-06-25 14:43:09 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
The included Scintilla library (found in the subdirectory scintilla/) has its own
|
2006-07-16 15:33:14 +00:00
|
|
|
license, which can be found in the appendix (see <xref linkend="scintilla-license"/>).
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
</chapter>
|
|
|
|
|
2006-04-27 17:53:06 +00:00
|
|
|
<chapter id="installation">
|
2005-11-22 12:26:26 +00:00
|
|
|
<title>
|
|
|
|
Installation
|
|
|
|
</title>
|
|
|
|
<section>
|
|
|
|
<title>Requirements</title>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
For compiling <application>Geany</application> yourself, you will need the GTK (>= 2.6.0)
|
2005-11-22 12:26:26 +00:00
|
|
|
libraries and header files. You will also need the Pango, Glib and ATK libraries and header files.
|
|
|
|
All these files are available at <ulink url="http://www.gtk.org">http://www.gtk.org</ulink>.
|
|
|
|
</para>
|
|
|
|
<para>
|
2006-06-03 14:20:59 +00:00
|
|
|
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.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2006-08-06 21:49:16 +00:00
|
|
|
<section id="source_compilation">
|
2006-08-06 20:25:54 +00:00
|
|
|
<title>Source compilation</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
Compiling <application>Geany</application> is quite easy. The following should do it:
|
2005-11-22 12:26:26 +00:00
|
|
|
<screen>
|
|
|
|
<prompt>%</prompt> <userinput><command>./configure</command></userinput>
|
|
|
|
<prompt>%</prompt> <userinput><command>make</command></userinput>
|
2006-07-01 17:41:46 +00:00
|
|
|
<prompt>%</prompt> <userinput><command>make</command> install</userinput></screen>
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
The configure script supports several common options, for a detailed list, type
|
|
|
|
<screen>
|
2006-07-01 17:41:46 +00:00
|
|
|
<prompt>%</prompt> <userinput><command>./configure</command> --help</userinput></screen>
|
2006-10-28 14:58:48 +00:00
|
|
|
There also some compile time options which can be found in <filename>src/geany.h</filename>.
|
|
|
|
Please see <xref linkend="cto"/> for more information.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
2005-12-21 19:42:55 +00:00
|
|
|
<para>
|
2006-06-03 14:20:59 +00:00
|
|
|
In the case that your system lacks dynamic linking loader support, you probably want
|
2005-12-21 19:42:55 +00:00
|
|
|
to pass the option --disable-vte to the configure script. This prevents compiling
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> with dynamic linking loader support to automatically load
|
2005-12-21 19:42:55 +00:00
|
|
|
<filename>libvte.so.4</filename> if available.
|
|
|
|
</para>
|
2006-10-28 14:58:48 +00:00
|
|
|
<para><application>Geany</application> has been successfully compiled and tested under Debian 3.1 Sarge, Debian 4.0 Etch,
|
|
|
|
Fedora Core 3/4/5, LinuxFromScratch and FreeBSD 6.0. It also compiles under
|
|
|
|
<trademark class="trade">Microsoft Windows</trademark>.
|
2005-12-21 19:42:55 +00:00
|
|
|
</para>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
|
|
|
If there are any errors during compilation, check your build environment and try to find the error,
|
|
|
|
otherwise contact the author at <email>&author_mail;</email>.
|
|
|
|
</para>
|
|
|
|
</section>
|
2006-08-06 21:49:16 +00:00
|
|
|
<section id="binary_packages">
|
2006-08-06 20:25:54 +00:00
|
|
|
<title>Binary packages</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<section>
|
|
|
|
<title>Fedora</title>
|
|
|
|
<para>
|
2006-04-27 17:53:06 +00:00
|
|
|
You can use the Fedora Core 4 repository from
|
|
|
|
<ulink url="http://naturidentisch.de/packages/fc4/">http://naturidentisch.de/packages/fc4/</ulink>.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
2006-09-29 07:42:13 +00:00
|
|
|
<para>
|
|
|
|
You can also use the Fedora Core 5 repository from
|
|
|
|
<ulink url="http://naturidentisch.de/packages/fc5/">http://naturidentisch.de/packages/fc5/</ulink>.
|
|
|
|
</para>
|
2005-11-22 12:26:26 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Debian</title>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> is available through the official Debian archives.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-09-29 07:42:13 +00:00
|
|
|
<command>apt-get install geany</command>
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
2005-12-21 19:42:55 +00:00
|
|
|
<title>SuSE</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2006-06-03 14:20:59 +00:00
|
|
|
Packages for SuSE are not yet available.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2006-04-27 17:53:06 +00:00
|
|
|
<section>
|
|
|
|
<title>Gentoo</title>
|
|
|
|
<para>
|
2006-09-29 07:42:13 +00:00
|
|
|
An ebuild for Gentoo can be found on <ulink url="https://bugs.gentoo.org/show_bug.cgi?id=114815">http://bugs.gentoo.de</ulink>.
|
2006-04-27 17:53:06 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2005-11-22 12:26:26 +00:00
|
|
|
</section>
|
|
|
|
</chapter>
|
|
|
|
|
2006-04-27 17:53:06 +00:00
|
|
|
<chapter id="usage">
|
2005-11-22 12:26:26 +00:00
|
|
|
<title>Usage</title>
|
2006-08-06 21:49:16 +00:00
|
|
|
<section id="getting_started">
|
2006-08-06 20:25:54 +00:00
|
|
|
<title>Getting started</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
You can start <application>Geany</application> in the following ways:
|
2005-11-22 12:26:26 +00:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
From the Desktop Environment menu
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Choose in your application menu of your used Desktop Environment:
|
|
|
|
<menuchoice>
|
|
|
|
<guisubmenu>Development</guisubmenu>
|
2006-10-28 14:58:48 +00:00
|
|
|
<guimenuitem>Geany</guimenuitem>
|
2005-11-22 12:26:26 +00:00
|
|
|
</menuchoice>.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
From the command line
|
|
|
|
</para>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
To start <application>Geany</application> from a command line, type the following
|
2005-11-22 12:26:26 +00:00
|
|
|
and press <keycap>Return</keycap>:
|
|
|
|
<screen>
|
2006-07-01 17:41:46 +00:00
|
|
|
<prompt>%</prompt> <userinput><command>&app_small;</command></userinput></screen>
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section id="clo">
|
2006-06-03 14:20:59 +00:00
|
|
|
<title>Command line options</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
|
|
|
<table frame="all">
|
2006-06-03 14:20:59 +00:00
|
|
|
<title>Command line Options</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<tgroup cols="3">
|
|
|
|
<?dbhtml cellpadding="4" ?>
|
|
|
|
<?dbhtml cellspacing="0" ?>
|
|
|
|
<colspec colnum="1" colname="col1"/>
|
|
|
|
<colspec colnum="2" colname="col2"/>
|
|
|
|
<colspec colnum="3" colname="col3"/>
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>Short option</entry>
|
|
|
|
<entry>Long option</entry>
|
|
|
|
<entry>Function</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2007-01-24 22:38:53 +00:00
|
|
|
<row>
|
|
|
|
<entry></entry>
|
|
|
|
<entry>--column</entry>
|
|
|
|
<entry>Set initial column number for the first opened file.
|
|
|
|
</entry>
|
|
|
|
</row>
|
2006-09-04 13:44:15 +00:00
|
|
|
<row>
|
2006-10-03 13:16:42 +00:00
|
|
|
<entry>-c dir_name</entry>
|
|
|
|
<entry>--config=directory_name</entry>
|
|
|
|
<entry>Use an alternate configuration directory. Default
|
|
|
|
configuration directory is <filename>~/.&app_small;/</filename>
|
|
|
|
and there resides <filename>&app_small;.conf</filename> and
|
|
|
|
other configuration files.
|
2006-09-04 13:44:15 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
2005-11-22 12:26:26 +00:00
|
|
|
<row>
|
2006-10-03 13:16:42 +00:00
|
|
|
<entry>-d</entry>
|
|
|
|
<entry>--debug</entry>
|
2006-10-28 14:58:48 +00:00
|
|
|
<entry>Run <application>Geany</application> in debug mode, which
|
|
|
|
means being verbose and printing lots of information.
|
2006-10-03 13:16:42 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>-i</entry>
|
|
|
|
<entry>--new-instance</entry>
|
2006-10-28 14:58:48 +00:00
|
|
|
<entry>Do not open files in a running instance, force opening a
|
|
|
|
new instance. Only available if <application>Geany</application>
|
|
|
|
was compiled with support for Sockets.
|
2006-10-03 13:16:42 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>-l</entry>
|
|
|
|
<entry>--line</entry>
|
|
|
|
<entry>Set initial line number for the first opened file.
|
2006-04-27 17:53:06 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>-m</entry>
|
|
|
|
<entry>--no-msgwin</entry>
|
|
|
|
<entry>Do not show the message window. Use this option if you do not
|
|
|
|
need compiler messages or VTE support.
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-10-03 13:16:42 +00:00
|
|
|
<entry>-n</entry>
|
|
|
|
<entry>--no-ctags</entry>
|
|
|
|
<entry>Do not load auto completion and call tip data.
|
|
|
|
Use this option if you do not want to use them.
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>-s</entry>
|
|
|
|
<entry>--no-session</entry>
|
|
|
|
<entry>Don't load the previous session's files.
|
2005-12-21 19:42:55 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>-t</entry>
|
|
|
|
<entry>--no-terminal</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>Do not load terminal support. Use this option if you do not
|
2005-12-21 19:42:55 +00:00
|
|
|
want to load the virtual terminal emulator widget at startup.
|
|
|
|
If you do not have <filename>libvte.so.4</filename> installed,
|
2006-10-03 13:16:42 +00:00
|
|
|
then terminal-support is automatically disabled. Only available
|
2006-10-28 14:58:48 +00:00
|
|
|
if <application>Geany</application> was compiled with support
|
|
|
|
for VTE.
|
2005-12-21 19:42:55 +00:00
|
|
|
</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
2006-01-27 19:11:30 +00:00
|
|
|
<row>
|
2006-10-03 13:16:42 +00:00
|
|
|
<entry></entry>
|
2006-01-27 19:11:30 +00:00
|
|
|
<entry>--vte-lib</entry>
|
|
|
|
<entry>Specify explicitly the path including filename or only the filename
|
|
|
|
to the VTE library, e.g. <filename>/usr/lib/libvte.so</filename> or
|
2006-06-03 14:20:59 +00:00
|
|
|
<filename>libvte.so</filename>. This option is only needed when the
|
2006-10-28 14:58:48 +00:00
|
|
|
autodetection does not work. Only available if
|
|
|
|
<application>Geany</application> was compiled with support for VTE.
|
2006-01-27 19:11:30 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
2005-11-22 12:26:26 +00:00
|
|
|
<row>
|
2006-10-03 13:16:42 +00:00
|
|
|
<entry>-v</entry>
|
|
|
|
<entry>--version</entry>
|
|
|
|
<entry>Show version information and exit.</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>-?</entry>
|
|
|
|
<entry>--help</entry>
|
|
|
|
<entry>Show help information and exit.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry></entry>
|
|
|
|
<entry>[files ...]</entry>
|
2006-10-28 14:58:48 +00:00
|
|
|
<entry>Open all given files at startup. This option causes
|
|
|
|
<application>Geany</application> to ignore loading stored
|
|
|
|
files from the last session (if enabled).
|
2005-12-21 19:42:55 +00:00
|
|
|
</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> supports all generic GTK options, a list is
|
|
|
|
available on the help screen.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section id="general">
|
|
|
|
<title>General</title>
|
2006-04-27 17:53:06 +00:00
|
|
|
<section id="general_startup">
|
2005-12-21 19:42:55 +00:00
|
|
|
<title>Startup</title>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
At startup, <application>Geany</application> loads all files from the last time
|
|
|
|
<application>Geany</application> was launched. You can disable this feature in the
|
2005-12-21 19:42:55 +00:00
|
|
|
preferences dialog(see <xref linkend="confdialog_gen"/>). If you specify some files on
|
2006-06-03 14:20:59 +00:00
|
|
|
the command line, only these files will be opened, but you can find the files from the
|
2006-10-11 16:42:46 +00:00
|
|
|
last session in the file menu under the "Recent files" item. By default this contains
|
|
|
|
the last 10 recently opened files. You can change the amount of recently opened
|
|
|
|
files in the preferences dialog.
|
2005-12-21 19:42:55 +00:00
|
|
|
</para>
|
2006-04-27 17:53:06 +00:00
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
You can start several instances of <application>Geany</application>, but only
|
|
|
|
the first will load files from the last session. To run a second instance of
|
|
|
|
<application>Geany</application>, do not specify any filenames on the
|
|
|
|
command-line, or disable opening files in a running instance using the
|
|
|
|
appropriate command line option.
|
2006-04-27 17:53:06 +00:00
|
|
|
</para>
|
2006-09-04 13:44:15 +00:00
|
|
|
</section>
|
|
|
|
<section id="general_instance">
|
|
|
|
<title>Opening files from the command-line in a running instance</title>
|
2006-04-27 17:53:06 +00:00
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> detects an already running instance of itself
|
|
|
|
and opens files from the command-line in the already running instance.
|
|
|
|
So, <application>Geany</application> can be used to view and edit files by
|
|
|
|
opening them from other programs such as a file manager. If you do not like
|
|
|
|
this for some reason, you can disable using the first instance by using the
|
|
|
|
appropriate command line option - see <xref linkend="clo"/>.
|
2006-04-27 17:53:06 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2007-01-21 00:24:01 +00:00
|
|
|
<section id="general_dnd">
|
|
|
|
<title>Drag and drop of text</title>
|
|
|
|
<para>
|
|
|
|
If you drag selected text in the editor widget of
|
|
|
|
<application>Geany</application> the text is moved to the position where the
|
2007-01-23 17:34:10 +00:00
|
|
|
mouse pointer is when releasing the mouse button. Holding Control when releasing
|
|
|
|
the mouse button will copy the text instead. This behaviour was
|
|
|
|
changed in <application>Geany</application> 0.11 - before the selected text
|
2007-01-21 00:24:01 +00:00
|
|
|
was copied to the new position.
|
|
|
|
</para>
|
|
|
|
</section>
|
2007-03-09 12:26:55 +00:00
|
|
|
<section id="general_indentation">
|
|
|
|
<title>Auto indentation</title>
|
2007-03-08 18:02:08 +00:00
|
|
|
<para>
|
2007-03-09 12:26:55 +00:00
|
|
|
<application>Geany</application> knows three types of auto indentation:
|
2007-03-08 18:02:08 +00:00
|
|
|
None, Basic and Advanced.
|
2007-03-09 12:26:55 +00:00
|
|
|
<variablelist><title>Auto indentation types</title>
|
2007-03-08 18:02:08 +00:00
|
|
|
<varlistentry><term>None</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2007-03-09 12:26:55 +00:00
|
|
|
Disables auto indentation completely.
|
2007-03-08 18:02:08 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry><term>Basic</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Adds the same amount of whitespace on a new line as on the last line.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry><term>Advanced</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Does the same as Basic but also indents curly brackets and adds a tabulator
|
|
|
|
character (or spaces) on a new line after an opening '{' brace.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</section>
|
2006-04-27 17:53:06 +00:00
|
|
|
<section id="general_vte">
|
2005-12-21 19:42:55 +00:00
|
|
|
<title>Virtual terminal emulator widget (VTE)</title>
|
|
|
|
<para>
|
|
|
|
If you have installed <filename>libvte.so</filename> in your system, it is loaded
|
2006-10-28 14:58:48 +00:00
|
|
|
automatically by <application>Geany</application>, and you will have a terminal widget
|
2005-12-21 19:42:55 +00:00
|
|
|
in the notebook at the bottom.
|
|
|
|
</para>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
If <application>Geany</application> cannot find <filename>libvte.so</filename> at
|
2005-12-21 19:42:55 +00:00
|
|
|
startup, the terminal widget will not be loaded. So there is no need to install the
|
2006-10-28 14:58:48 +00:00
|
|
|
package containing this file in order to run <application>Geany</application>.
|
2006-06-03 14:20:59 +00:00
|
|
|
Additionally, you can disable the use of the terminal widget by command line option,
|
2005-12-21 19:42:55 +00:00
|
|
|
for more information see <xref linkend="clo"/>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
You can use this terminal (from now on called VTE) nearly as an usual terminal program
|
2006-06-03 14:20:59 +00:00
|
|
|
like xterm. There is basic clipboard support. You can paste the contents
|
|
|
|
of the clipboard by pressing the right mouse button to open the popup menu and
|
|
|
|
choosing Paste.
|
2005-12-21 19:42:55 +00:00
|
|
|
To copy text from the VTE, just select the desired text and then press the
|
|
|
|
right mouse button and choose Copy from the popup menu.
|
2006-06-03 14:20:59 +00:00
|
|
|
On systems running the X Window System you can paste the last selected text by
|
|
|
|
pressing the middle mouse button in the VTE (on 2-button mice,
|
|
|
|
the middle button can often be simulated by pressing both mouse buttons together).
|
2005-12-21 19:42:55 +00:00
|
|
|
</para>
|
|
|
|
<note>
|
2006-10-28 14:58:48 +00:00
|
|
|
<para><application>Geany</application> tries to load <filename>libvte.so</filename>.
|
|
|
|
If this fails, it tries to load <filename>libvte.so.4</filename>. If this
|
|
|
|
fails too, you should check whether you installed libvte correctly. Again,
|
|
|
|
<application>Geany</application> also runs without this library.
|
2006-06-03 14:20:59 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
It could be, that the library is called something else than
|
2005-12-21 19:42:55 +00:00
|
|
|
<filename>libvte.so.4</filename> (e.g. on FreeBSD 6.0 it is called
|
|
|
|
<filename>libvte.so.8</filename>). So please set a link to the correct file (as root).
|
|
|
|
<screen><prompt>#</prompt> <userinput><command>ln -s /usr/lib/libvte.so.X /usr/lib/libvte.so.4</command></userinput></screen>
|
|
|
|
Obviously, you have to adjust the paths and set X to the number of your
|
|
|
|
<filename>libvte.so</filename>.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</section>
|
2007-02-25 14:26:55 +00:00
|
|
|
<section id="general_cc">
|
|
|
|
<title>Send text through definable commands</title>
|
|
|
|
<para>
|
|
|
|
You can define several custom commands in <application>Geany</application> and
|
|
|
|
send the current selection to one of these commands. The output of the command
|
|
|
|
will be used to replace the current selection. So, it is possible to use text
|
|
|
|
formatting tools with Geany in a general way.
|
|
|
|
The selected text will be sent to the standard input of the executed command,
|
|
|
|
so the command should be able to read from it and it should print all results
|
|
|
|
to its standard output which will be read by <application>Geany</application>.
|
|
|
|
To help finding errors in executing the command, the output of the program's
|
|
|
|
standard error will be printed on <application>Geany</application>'s standard
|
|
|
|
output.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
To add a custom command, just go to the Set Custom Commands dialog in the
|
|
|
|
Format sub menu of the Edit and Popup menu. Then click on Add to get a new
|
|
|
|
text entry and type the command. You can also specify some command line options.
|
|
|
|
To delete a command, just clear the text entry and press Ok. It will be deleted
|
|
|
|
automatically.
|
|
|
|
</para>
|
|
|
|
</section>
|
2005-12-21 19:42:55 +00:00
|
|
|
</section>
|
2006-08-09 17:15:34 +00:00
|
|
|
<section id="charset">
|
|
|
|
<title>Character sets and Unicode Byte-Order-Mark (BOM)</title>
|
2006-10-28 14:58:48 +00:00
|
|
|
<section>
|
|
|
|
<title>Using character sets</title>
|
|
|
|
<para>
|
|
|
|
<application>Geany</application> provides support for detecting and converting
|
|
|
|
character sets. So you can open and save files in different character sets and
|
|
|
|
even can convert a file from a character set to another one.
|
|
|
|
To do this, <application>Geany</application> uses the character conversion
|
|
|
|
capabilities of the GLib.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Only text files are supported, i.e. opening files which contain NUL-bytes may
|
|
|
|
fail. <application>Geany</application> will try to open the file anyway but it
|
|
|
|
is likely that the file will be truncated because it can only opened up to the
|
|
|
|
first occurrence of the first NUL-byte. All characters after this position are
|
|
|
|
lost and are not written when you save the file.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<application>Geany</application> tries to detect the encoding of a file while
|
|
|
|
opening it. It might be that the encoding of a file cannot be detected correctly
|
|
|
|
so you have to set manually the encoding of the file in order to display it
|
|
|
|
correctly. You can this in the file open dialog by selecting an encoding in the
|
|
|
|
drop down box or by reloading the file with the file menu item "Reload as".
|
|
|
|
The auto detection works well for most encodings but there are also some encodings
|
|
|
|
known where auto detection has its problems. Auto detecting the encoding of a file
|
|
|
|
is not easy and sometimes an encoding might be detected not correctly.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
There are different ways to use different encodings in <application>Geany</application>:
|
|
|
|
<orderedlist numeration="arabic">
|
|
|
|
<listitem>
|
|
|
|
<para>Using the file open dialog</para>
|
|
|
|
<para>This opens the file with the encoding specified in the encoding
|
|
|
|
drop down box. If the encoding is set to "Detect from file"
|
|
|
|
auto detection will be used. If the encoding is set to
|
|
|
|
"Without encoding (None)" the file will be opened without any
|
|
|
|
character conversion and <application>Geany</application> will
|
|
|
|
not try to auto detect the encoding(see below for more information).
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Using the "Reload as" menu item</para>
|
|
|
|
<para>This item reloads the current file with the specified encoding.
|
|
|
|
It can help if you opened a file and found out that a wrong
|
|
|
|
encoding was used.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Using the "Set encoding" menu item</para>
|
|
|
|
<para>In contrary to the above two options, this will not change or
|
|
|
|
reload the current file unless you save it. It is useful when
|
|
|
|
you want to change the encoding of the file.</para>
|
|
|
|
</listitem>
|
|
|
|
</orderedlist>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Special encoding "None"</title>
|
|
|
|
<para>
|
|
|
|
There is a special encoding "None" which is actually no real encoding. It is
|
|
|
|
useful when you know that Geany cannot auto detect the encoding of a file and
|
|
|
|
it is not displayed correctly. Especially when the file contains NUL-bytes this
|
|
|
|
can be useful to skip auto detection and open the file properly at least until
|
|
|
|
the occurrence of the first NUL-byte. Using this encoding opens the file as it
|
|
|
|
is without any character conversion.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Unicode Byte-Order-Mark (BOM)</title>
|
|
|
|
<para>
|
|
|
|
Furthermore, <application>Geany</application> detects an Unicode Byte Order Mark
|
|
|
|
(see <ulink url="http://en.wikipedia.org/wiki/Byte_Order_Mark">
|
|
|
|
<citetitle>http://en.wikipedia.org/wiki/Byte_Order_Mark</citetitle>
|
|
|
|
</ulink> for details). Of course, this feature is only available if the opened file
|
|
|
|
is in an unicode encoding. The Byte Order Mark helps to detect the encoding of a
|
|
|
|
file, e.g. whether it is UTF-16LE or UTF-16BE and so on. On Unix-like systems using
|
|
|
|
a Byte Order Mark could cause some problems, e.g. the gcc stops with stray errors,
|
|
|
|
PHP does not parse a script containing a BOM and script files starting with a
|
|
|
|
she-bang maybe cannot be started.
|
|
|
|
In the status bar you can easily see whether the file starts with a BOM or not.
|
|
|
|
If you want to set a BOM for a file or if you want to remove it from a file, just
|
|
|
|
use the document menu and toggle the checkbox.
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
If you are unsure what a BOM is or if you do not understand where to use it,
|
|
|
|
then it is not important for you and you can safely ignore it.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</para>
|
|
|
|
</section>
|
2005-11-22 12:26:26 +00:00
|
|
|
</section>
|
2006-08-06 21:49:16 +00:00
|
|
|
<section id="search_replace">
|
2006-08-06 20:25:54 +00:00
|
|
|
<title>Search, replace and go to</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2006-08-06 20:25:54 +00:00
|
|
|
This section describes search-related commands from the Search menu and
|
|
|
|
the editor window's popup menu:
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-08-06 20:25:54 +00:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>Find</para></listitem>
|
|
|
|
<listitem><para>Find usage *</para></listitem>
|
|
|
|
<listitem><para>Find in files</para></listitem>
|
|
|
|
<listitem><para>Replace</para></listitem>
|
|
|
|
<listitem><para>Go to tag definition *</para></listitem>
|
|
|
|
<listitem><para>Go to tag declaration *</para></listitem>
|
|
|
|
<listitem><para>Go to line</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
* These items are available from the editor window's popup menu, or by
|
|
|
|
using a keyboard shortcut (see <xref linkend="keybindings"/>).
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
2006-08-06 20:25:54 +00:00
|
|
|
<section>
|
|
|
|
<title>Find</title>
|
|
|
|
<para>
|
|
|
|
The Find dialog is used for finding text within the current document.
|
|
|
|
The syntax for the "Use regular expressions" option is shown in
|
|
|
|
<xref linkend="regexp"/>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<figure>
|
|
|
|
<title>Find dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/find_dialog.png"></graphic>
|
2006-08-06 20:25:54 +00:00
|
|
|
</figure>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Find usage</title>
|
|
|
|
<para>
|
|
|
|
Find usage searches all open files. If there is a selection, then it is used
|
|
|
|
as the search text; otherwise the current word is used.
|
|
|
|
The current word is either taken from the word nearest the edit cursor, or
|
|
|
|
the word underneath the popup menu click position when the popup menu is
|
|
|
|
used.
|
|
|
|
The search results are shown in the Messages window.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Find in files</title>
|
|
|
|
<para>
|
|
|
|
Find in files is a more powerful version of Find usage that searches all files
|
|
|
|
in a certain directory using the Grep tool. The Grep tool must be correctly set
|
|
|
|
in Preferences to the path of the system's Grep utility.
|
|
|
|
</para>
|
2006-12-21 13:54:29 +00:00
|
|
|
<para>
|
|
|
|
<figure>
|
|
|
|
<title>Find in files dialog</title>
|
|
|
|
<graphic fileref="images/find_in_files_dialog.png"></graphic>
|
|
|
|
</figure>
|
|
|
|
</para>
|
2006-08-06 20:25:54 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Replace</title>
|
|
|
|
<para>
|
|
|
|
The Replace dialog has the same options for finding text as the Find
|
|
|
|
dialog. There is also a "Replace in all files" option, which is used with the
|
|
|
|
Replace All button to perform the replacement for all open files.
|
|
|
|
</para>
|
2006-12-21 13:54:29 +00:00
|
|
|
<para>
|
|
|
|
<figure>
|
|
|
|
<title>Replace dialog</title>
|
|
|
|
<graphic fileref="images/replace_dialog.png"></graphic>
|
|
|
|
</figure>
|
|
|
|
</para>
|
2006-08-06 20:25:54 +00:00
|
|
|
<para>
|
|
|
|
The "Use regular expressions" option applies both to the search string and
|
|
|
|
to the replacement text; for the latter back references can be used -
|
|
|
|
see the entry for '\n' in <xref linkend="regexp"/>.
|
|
|
|
</para>
|
|
|
|
</section>
|
2007-01-17 17:42:23 +00:00
|
|
|
<section id="go_to_tag">
|
2006-08-06 20:25:54 +00:00
|
|
|
<title>Go to tag definition</title>
|
|
|
|
<para>
|
2007-01-17 17:42:23 +00:00
|
|
|
If the current word is the name of a tag definition (like a function body)
|
|
|
|
and the file containing the tag definition is open, this command will
|
2006-08-06 20:25:54 +00:00
|
|
|
switch to that file and go to the corresponding line number.
|
|
|
|
The current word is either taken from the word nearest the edit cursor, or
|
|
|
|
the word underneath the popup menu click position when the popup menu is
|
|
|
|
used.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Go to tag declaration</title>
|
|
|
|
<para>
|
2007-01-17 17:42:23 +00:00
|
|
|
Like Go to tag definition, but for a forward declaration such as a
|
|
|
|
function prototype or <literal>extern</literal> declaration instead
|
|
|
|
of a function body.
|
2006-08-06 20:25:54 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Go to line</title>
|
|
|
|
<para>
|
|
|
|
Go to a particular line number in the current file.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Regular expressions</title>
|
|
|
|
<para>
|
|
|
|
You can use regular expressions in the Find and Replace dialogs by
|
|
|
|
selecting the "Use regular expressions" check box.
|
|
|
|
The syntax is POSIX-like, as described below in <xref linkend="regexp"/>.
|
|
|
|
<note><para>
|
|
|
|
Searching backwards with regular expressions is not supported.
|
|
|
|
</para></note>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<table frame="all" id="regexp">
|
|
|
|
<title>Regular expressions</title>
|
|
|
|
<tgroup cols="2">
|
|
|
|
<?dbhtml cellpadding="4" ?>
|
|
|
|
<?dbhtml cellspacing="0" ?>
|
|
|
|
<colspec colnum="1" colname="col1"/>
|
|
|
|
<colspec colnum="2" colname="col2"/>
|
|
|
|
<spanspec spanname="hspan" namest="col1" nameend="col2" align="left"/>
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry spanname="hspan">
|
|
|
|
In a regular expression, the following characters are interpreted:
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>.</entry>
|
|
|
|
<entry>Matches any character.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>(</entry>
|
|
|
|
<entry>This marks the start of a region for tagging a match.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>)</entry>
|
|
|
|
<entry>This marks the end of a tagged region.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>\n</entry>
|
|
|
|
<entry>Where n is 1 through 9 refers to the first through ninth tagged region
|
|
|
|
when replacing. For example, if the search string was Fred([1-9])XXX
|
|
|
|
and the replace string was Sam\1YYY, when applied to Fred2XXX this would
|
|
|
|
generate Sam2YYY.
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>\<</entry>
|
|
|
|
<entry>This matches the start of a word.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>\></entry>
|
|
|
|
<entry>This matches the end of a word.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>\x</entry>
|
|
|
|
<entry>This allows you to use a character x that would otherwise have a special
|
|
|
|
meaning. For example, \[ would be interpreted as [ and not as the start
|
|
|
|
of a character set. Use \\ for a literal backslash.
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>[...]</entry>
|
|
|
|
<entry>This indicates a set of characters, for example, [abc] means any of the
|
|
|
|
characters a, b or c. You can also use ranges, for example [a-z] for any
|
|
|
|
lower case character.
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>[^...]</entry>
|
|
|
|
<entry>The complement of the characters in the set. For example, [^A-Za-z] means
|
|
|
|
any character except an alphabetic character.
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>^</entry>
|
|
|
|
<entry>This matches the start of a line (unless used inside a set, see above).</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>$</entry>
|
|
|
|
<entry>This matches the end of a line.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>*</entry>
|
|
|
|
<entry>This matches 0 or more times. For example, Sa*m matches Sm, Sam, Saam, Saaam and so on.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>+</entry>
|
|
|
|
<entry>This matches 1 or more times. For example, Sa+m matches Sam, Saam, Saaam and so on.</entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<title>Partial POSIX compatibility</title>
|
|
|
|
<para>
|
|
|
|
Note that the POSIX '?' regular expression character for optional matching
|
|
|
|
is not supported by the Find and Replace dialogs.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</section>
|
2005-11-22 12:26:26 +00:00
|
|
|
</section>
|
|
|
|
<section id="confdialog">
|
|
|
|
<title>Preferences</title>
|
|
|
|
<para>
|
|
|
|
should be written
|
|
|
|
<!-- I know that <mediaobject> is better than <graphic> but <mediaobject> does not work with PDF -->
|
|
|
|
<figure id="confdialog_gen">
|
|
|
|
<title>General tab in preferences dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/pref_dialog_gen.png"></graphic>
|
2005-11-22 12:26:26 +00:00
|
|
|
</figure>
|
2006-08-09 17:15:34 +00:00
|
|
|
<figure>
|
|
|
|
<title>Interface tab in preferences dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/pref_dialog_interface.png"></graphic>
|
2006-08-09 17:15:34 +00:00
|
|
|
</figure>
|
|
|
|
<figure>
|
|
|
|
<title>Toolbar tab in preferences dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/pref_dialog_toolbar.png"></graphic>
|
|
|
|
</figure>
|
|
|
|
<figure>
|
|
|
|
<title>Files tab in preferences dialog</title>
|
|
|
|
<graphic fileref="images/pref_dialog_files.png"></graphic>
|
2006-08-09 17:15:34 +00:00
|
|
|
</figure>
|
2005-11-22 12:26:26 +00:00
|
|
|
<figure>
|
|
|
|
<title>Editor tab in preferences dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/pref_dialog_edit.png"></graphic>
|
2005-11-22 12:26:26 +00:00
|
|
|
</figure>
|
|
|
|
<figure>
|
|
|
|
<title>Tools tab in preferences dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/pref_dialog_tools.png"></graphic>
|
2005-11-22 12:26:26 +00:00
|
|
|
</figure>
|
|
|
|
<figure id="confdialog_templ">
|
|
|
|
<title>Template tab in preferences dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/pref_dialog_templ.png"></graphic>
|
2005-11-22 12:26:26 +00:00
|
|
|
</figure>
|
2006-06-02 16:36:49 +00:00
|
|
|
<figure id="confdialog_keys">
|
|
|
|
<title>Keybinding tab in preferences dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/pref_dialog_keys.png"></graphic>
|
2006-06-02 16:36:49 +00:00
|
|
|
</figure>
|
|
|
|
<note>
|
|
|
|
<para>For more information see <xref linkend="keybindings"/>.</para>
|
|
|
|
</note>
|
2005-12-21 19:42:55 +00:00
|
|
|
<figure id="confdialog_vte">
|
|
|
|
<title>VTE tab in preferences dialog</title>
|
2006-12-21 13:54:29 +00:00
|
|
|
<graphic fileref="images/pref_dialog_vte.png"></graphic>
|
2005-12-21 19:42:55 +00:00
|
|
|
</figure>
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
2005-12-21 19:42:55 +00:00
|
|
|
<section id="cto">
|
|
|
|
<title>Compile time options</title>
|
|
|
|
<para>
|
2006-06-03 14:20:59 +00:00
|
|
|
There are some options which can only be changed at compile time. To change these
|
|
|
|
options, edit the file <filename>src/geany.h</filename>.
|
|
|
|
Look for a block of lines starting with <quote>#define GEANY_*</quote>.
|
|
|
|
Any definitions which are not listed here should not be changed.
|
2005-12-21 19:42:55 +00:00
|
|
|
<table frame="all">
|
|
|
|
<title>Compile time options</title>
|
|
|
|
<tgroup cols="3">
|
|
|
|
<?dbhtml cellpadding="4" ?>
|
|
|
|
<?dbhtml cellspacing="0" ?>
|
|
|
|
<colspec colnum="1" colname="col1"/>
|
|
|
|
<colspec colnum="2" colname="col2"/>
|
|
|
|
<colspec colnum="3" colname="col3"/>
|
2006-07-01 17:41:46 +00:00
|
|
|
<spanspec spanname="hspan" namest="col1" nameend="col3" align="left"/>
|
2005-12-21 19:42:55 +00:00
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>Option</entry>
|
|
|
|
<entry>Description</entry>
|
|
|
|
<entry>Default</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_WORDCHARS</entry>
|
2006-11-23 11:42:10 +00:00
|
|
|
<entry>
|
|
|
|
These characters define word boundaries when
|
|
|
|
making selections and searching using word matching
|
|
|
|
options.
|
|
|
|
</entry>
|
2005-12-21 19:42:55 +00:00
|
|
|
<entry>(look at sourcecode)</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_MAX_AUTOCOMPLETE_WORDS</entry>
|
2006-10-28 14:58:48 +00:00
|
|
|
<entry>How many auto completion suggestions should
|
|
|
|
<application>Geany</application> provide.
|
|
|
|
</entry>
|
2005-12-21 19:42:55 +00:00
|
|
|
<entry>30</entry>
|
|
|
|
</row>
|
2006-10-28 14:58:48 +00:00
|
|
|
<row>
|
|
|
|
<entry>GEANY_MAX_AUTOCOMPLETE_HEIGHT</entry>
|
|
|
|
<entry>How many suggestions should be visible in the auto completion list.</entry>
|
|
|
|
<entry>10</entry>
|
|
|
|
</row>
|
2007-01-19 18:19:58 +00:00
|
|
|
<row>
|
|
|
|
<entry>GEANY_PROJECT_EXT</entry>
|
|
|
|
<entry>The default filename extension for Geany project files.
|
|
|
|
It is used when creating new projects and as filter mask
|
|
|
|
for the project open dialog.</entry>
|
|
|
|
<entry>geany</entry>
|
|
|
|
</row>
|
2005-12-21 19:42:55 +00:00
|
|
|
<row>
|
|
|
|
<entry>GEANY_STRING_UNTITLED</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>A string used as the default name for new files. Be aware
|
|
|
|
that the string can be translated,
|
2005-12-21 19:42:55 +00:00
|
|
|
so change it only if you know what you are doing.</entry>
|
|
|
|
<entry>untitled</entry>
|
|
|
|
</row>
|
2006-04-27 17:53:06 +00:00
|
|
|
<row>
|
|
|
|
<entry>GEANY_CHECK_FILE_DELAY</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>Time in seconds between checking a file for external
|
|
|
|
changes.</entry>
|
2006-04-27 17:53:06 +00:00
|
|
|
<entry>30</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_WINDOW_MINIMAL_WIDTH</entry>
|
|
|
|
<entry>The minimal width of the main window.</entry>
|
|
|
|
<entry>620</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_WINDOW_MINIMAL_HEIGHT</entry>
|
|
|
|
<entry>The minimal height of the main window.</entry>
|
|
|
|
<entry>440</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_WINDOW_DEFAULT_WIDTH</entry>
|
|
|
|
<entry>The default width of the main window at the first start.</entry>
|
|
|
|
<entry>900</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_WINDOW_DEFAULT_HEIGHT</entry>
|
|
|
|
<entry>The default height of the main window at the first start.</entry>
|
|
|
|
<entry>600</entry>
|
|
|
|
</row>
|
2006-07-01 17:41:46 +00:00
|
|
|
<row>
|
|
|
|
<entry align="left" spanname="hspan">Default values</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_TOOLS_MAKE</entry>
|
|
|
|
<entry>The make tool. This can also include a path.</entry>
|
|
|
|
<entry>"make"</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_TOOLS_TERMINAL</entry>
|
|
|
|
<entry>A terminal emulator. It has to accept the command line
|
|
|
|
option "-e". This can also include a path.</entry>
|
|
|
|
<entry>"xterm"</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_TOOLS_BROWSER</entry>
|
|
|
|
<entry>A web browser. This can also include a path.</entry>
|
|
|
|
<entry>"mozilla"</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_TOOLS_PRINTCMD</entry>
|
|
|
|
<entry>A printing tool. It should be able to accept and process
|
|
|
|
plain text files. This can also include a path.</entry>
|
|
|
|
<entry>"lpr"</entry>
|
|
|
|
</row>
|
2006-08-09 17:15:34 +00:00
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_TOOLS_GREP</entry>
|
|
|
|
<entry>A grep tool. It should be compatible with GNU grep.
|
|
|
|
This can also include a path.</entry>
|
|
|
|
<entry>"grep"</entry>
|
|
|
|
</row>
|
2006-07-01 17:41:46 +00:00
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_MRU_LENGHTH</entry>
|
|
|
|
<entry>The length of the "Recent files" list.</entry>
|
|
|
|
<entry>"10"</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_FONT_SYMBOL_LIST</entry>
|
|
|
|
<entry>The font used in sidebar to show symbols and open files.
|
|
|
|
</entry>
|
2006-10-28 14:58:48 +00:00
|
|
|
<entry>"Sans 9"</entry>
|
2006-07-01 17:41:46 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_FONT_MSG_WINDOW</entry>
|
|
|
|
<entry>The font used in the messages window.</entry>
|
2006-10-28 14:58:48 +00:00
|
|
|
<entry>"Sans 9"</entry>
|
2006-07-01 17:41:46 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_DEFAULT_FONT_EDITOR</entry>
|
|
|
|
<entry>The font used in the editor window.</entry>
|
2006-10-28 14:58:48 +00:00
|
|
|
<entry>"Monospace 10"</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry align="left" spanname="hspan">Windows specific</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>GEANY_USE_WIN32_DIALOG</entry>
|
|
|
|
<entry>Set this to 1 if you want to use the default Windows
|
|
|
|
file open dialog instead GTK's file open dialog. The default
|
|
|
|
Windows file open dialog is missing some nice features like
|
|
|
|
choosing a filetype or an encoding. Do not touch this
|
|
|
|
setting when building on a non-Win32 system.</entry>
|
|
|
|
<entry>0</entry>
|
2006-07-01 17:41:46 +00:00
|
|
|
</row>
|
2005-12-21 19:42:55 +00:00
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
</section>
|
2005-11-22 12:26:26 +00:00
|
|
|
</section>
|
2006-08-06 21:49:16 +00:00
|
|
|
<section id="build_system">
|
2006-08-06 20:25:54 +00:00
|
|
|
<title>Build system</title>
|
2006-06-03 20:46:23 +00:00
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> has an integrated build system.
|
2006-06-05 17:39:58 +00:00
|
|
|
Firstly this means that the current source file will be saved before
|
|
|
|
it is processed. This is for convenience so that you don't need to keep saving
|
|
|
|
small changes to the current file before building.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Secondly the output for Compile, Build and Make actions will be captured
|
2006-06-03 20:46:23 +00:00
|
|
|
in the Compiler notebook tab of the messages window (assuming you have it visible).
|
|
|
|
If there are any warnings or errors with line numbers shown in the Compiler output tab,
|
2006-10-28 14:58:48 +00:00
|
|
|
you can double click on them and <application>Geany</application> will switch to
|
2006-06-03 20:46:23 +00:00
|
|
|
the relevant source file (if it is open) and mark the line number so the problem
|
2006-10-28 14:58:48 +00:00
|
|
|
can be corrected. <application>Geany</application> will also set indicators for
|
2006-07-15 12:34:56 +00:00
|
|
|
warnings or errors with line numbers.
|
2006-06-03 20:46:23 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Depending on the current file's filetype, the Build menu will contain the following
|
|
|
|
items:
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>Compile</para></listitem>
|
|
|
|
<listitem><para>Build</para></listitem>
|
2006-07-15 12:34:56 +00:00
|
|
|
<listitem><para>Make all</para></listitem>
|
|
|
|
<listitem><para>Make custom target</para></listitem>
|
|
|
|
<listitem><para>Make object</para></listitem>
|
2006-06-03 20:46:23 +00:00
|
|
|
<listitem><para>Execute</para></listitem>
|
|
|
|
<listitem><para>Set Includes and Arguments</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
<section>
|
|
|
|
<title>Compile</title>
|
|
|
|
<para>
|
2006-06-05 17:39:58 +00:00
|
|
|
The Compile command has different uses for different kinds of files.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
For compilable languages such as C and C++, the Compile command is setup
|
|
|
|
to compile the current source file into a binary object file.
|
2006-06-03 20:46:23 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-06-05 17:39:58 +00:00
|
|
|
Java source files will be compiled to class file bytecode.
|
|
|
|
Interpreted languages such as Perl, Python, Ruby will
|
2006-06-03 20:46:23 +00:00
|
|
|
compile to bytecode if the language supports it, or will run a syntax check,
|
2006-06-05 17:39:58 +00:00
|
|
|
or failing that will run the file in its language interpreter.
|
2006-06-03 20:46:23 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Build</title>
|
|
|
|
<para>
|
|
|
|
For compilable languages such as C and C++, the Build command will link the
|
|
|
|
current source file's equivalent object file into an executable. If the object
|
|
|
|
file does not exist, the source will be compiled and linked in one step,
|
|
|
|
producing just the executable binary.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Interpreted languages do not use the Build command.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-15 12:34:56 +00:00
|
|
|
<title>Make all</title>
|
2006-06-03 20:46:23 +00:00
|
|
|
<para>
|
|
|
|
This effectively runs "make all" in the same directory as the current file.
|
2006-07-15 12:34:56 +00:00
|
|
|
<note><para>
|
|
|
|
For each of the Make commands, The Make tool path must be correctly set
|
|
|
|
in the Tools tab of the Preferences dialog.
|
|
|
|
</para></note>
|
2006-06-03 20:46:23 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-15 12:34:56 +00:00
|
|
|
<title>Make custom target</title>
|
2006-06-03 20:46:23 +00:00
|
|
|
<para>
|
2006-07-15 12:34:56 +00:00
|
|
|
This is similar to running 'Make all' but you will be prompted
|
2006-06-03 20:46:23 +00:00
|
|
|
for the make target name to be passed to the Make tool. For example,
|
2006-07-15 12:34:56 +00:00
|
|
|
typing 'clean' in the dialog prompt will run "make clean".
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Make object</title>
|
|
|
|
<para>
|
|
|
|
Make object will run "make current_file.o" in the same directory as the current
|
|
|
|
file, using its prefix for 'current_file'. It is useful for compiling just the
|
|
|
|
current file without building the whole project.
|
2006-06-03 20:46:23 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Execute</title>
|
|
|
|
<para>
|
|
|
|
Execute will run the corresponding executable file, shell script or interpreted
|
|
|
|
script in a terminal window. Note that the Terminal tool path must be correctly
|
|
|
|
set in the Tools tab of the Preferences dialog - you can use any terminal
|
2006-11-11 18:53:38 +00:00
|
|
|
program that runs a Bourne compatible shell and accept the "-e" command line
|
|
|
|
argument to start a command.
|
2006-06-05 17:39:58 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-06-03 20:46:23 +00:00
|
|
|
After your program or script has finished executing, you will be prompted to
|
2006-06-05 17:39:58 +00:00
|
|
|
press the return key. This allows you to review any text output from the program
|
|
|
|
before the terminal window is closed.
|
2006-06-03 20:46:23 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2006-11-11 18:53:38 +00:00
|
|
|
<section>
|
|
|
|
<title>Stopping running processes</title>
|
|
|
|
<para>
|
|
|
|
If you started a build action (Compile, Build or Run) the Run button in the
|
|
|
|
toolbar becomes a stop button and you can stop the curent action. This works
|
|
|
|
by sending a signal to the process (and its child process(es)) to stop the
|
|
|
|
process. The used signal is SIGQUIT.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Depending on the process you started it might occur that the process cannot be
|
|
|
|
stopped. This can happen when the process creates more than one child process.
|
|
|
|
Therefore stopping any make actions is not possible because make creates child
|
|
|
|
processes and these child processes creates again child process. There might be
|
|
|
|
some other programs which cannot be stopped correctly, e.g. "Terminal" (the
|
|
|
|
terminal program of Xfce). Xterm is known to work properly.
|
|
|
|
</para>
|
|
|
|
</section>
|
2006-06-03 20:46:23 +00:00
|
|
|
<section>
|
|
|
|
<title>Set Includes and Arguments</title>
|
|
|
|
<para>
|
|
|
|
By default the Compile and Build commands invoke the compiler and linker with
|
|
|
|
only the basic arguments needed by all programs.
|
|
|
|
Using Set Includes and Arguments you can add any include
|
|
|
|
paths and compile flags for the compiler, any library names and paths for the
|
2006-06-05 17:39:58 +00:00
|
|
|
linker, and any arguments you want to use when running Execute.
|
|
|
|
</para>
|
|
|
|
<note><para>
|
|
|
|
If you are using the Build command to compile and link in one step, you will need
|
2006-06-03 20:46:23 +00:00
|
|
|
to set both the compiler arguments and the linker arguments in the linker
|
|
|
|
command setting.
|
2006-06-05 17:39:58 +00:00
|
|
|
</para></note>
|
2006-06-03 20:46:23 +00:00
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
These settings are not saved when <application>Geany</application> is shut
|
2006-06-03 20:46:23 +00:00
|
|
|
down. See below for how to set permanent arguments.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
If you need complex settings for your build system, or several different
|
2006-07-15 12:34:56 +00:00
|
|
|
settings, then writing a Makefile and using the Make commands is recommended.
|
2006-06-03 20:46:23 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2006-07-01 17:41:46 +00:00
|
|
|
<section>
|
|
|
|
<title>Indicators</title>
|
|
|
|
<para>
|
|
|
|
Indicators are red squiggly underlines which are used to highlight errors which
|
|
|
|
occured while compiling the current file. So you can easily see where your code
|
|
|
|
failed to compile. To remove the indicators, just click on
|
|
|
|
"Remove all indicators" in the document file menu.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
If you do not like this feature, you can disable it in the preferences dialog.
|
|
|
|
</para>
|
|
|
|
</section>
|
2006-06-03 20:46:23 +00:00
|
|
|
<section>
|
|
|
|
<title>File type configuration settings</title>
|
|
|
|
<para>
|
|
|
|
You can set the commands to run for compiling, building or executing
|
|
|
|
by opening the relevant <filename>filetypes.*</filename> configuration file,
|
2006-06-05 17:39:58 +00:00
|
|
|
and checking the [build_settings] section. See <xref linkend="filetypes"/> for more
|
2006-06-03 20:46:23 +00:00
|
|
|
information.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
</section>
|
2006-07-01 17:41:46 +00:00
|
|
|
<section id="printing">
|
|
|
|
<title>Printing support</title>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> has basic printing support. This means you can
|
|
|
|
print a file by passing the filename of the current file to a command which actually
|
|
|
|
prints the file. However, the printed document contains no syntax highlighting.
|
|
|
|
You can adjust the command to which the filename is passed in the preferences dialog.
|
|
|
|
The default command is:
|
2006-07-01 17:41:46 +00:00
|
|
|
<screen><prompt>%</prompt> <userinput><command>lpr</command> %f</userinput></screen>
|
|
|
|
%f will be substituted by the filename of the current file.
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> will not show errors from the command itself, so
|
2006-07-01 17:41:46 +00:00
|
|
|
you should make sure that it works before(e.g. by trying to execute it from the
|
|
|
|
command line).
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
A nicer example, which I prefer is:
|
|
|
|
<screen><prompt>%</prompt> <userinput><command>a2ps</command> -1 --medium=A4 -o - %f | xfprint4</userinput></screen>
|
|
|
|
But this depends on a2ps and xfprint4. As a replacement for xfprint4, gtklp or similar
|
|
|
|
programs can be used.
|
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
The printing support of <application>Geany</application> will be improved in the
|
|
|
|
future. With GTK 2.10, better printing (including syntax highlighting) will be possible.
|
2006-07-01 17:41:46 +00:00
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</section>
|
2006-06-02 16:36:49 +00:00
|
|
|
<section id="keybindings">
|
|
|
|
<title>Keybindings</title>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> supports the default keyboard shortcuts for the
|
2006-07-16 15:33:14 +00:00
|
|
|
Scintilla editing widget. For a list of these commands, see
|
2006-07-17 12:33:10 +00:00
|
|
|
<xref linkend="scikeybinding"/>.
|
|
|
|
The Scintilla keyboard shortcuts will be overridden by any custom keybindings
|
|
|
|
with the same keyboard shortcut.
|
2006-07-16 15:33:14 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
For all actions listed below you can define your own keybindings. Open the Preferences
|
2006-06-03 14:20:59 +00:00
|
|
|
dialog, select the desired action and click on change. In the opening dialog you can
|
2006-06-02 16:36:49 +00:00
|
|
|
press any key combination you want and it will be saved when you press OK.
|
|
|
|
You can define only one key combination for one action.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Some of the default key combinations cannot be changed, e.g. menu_new or menu_open.
|
2006-06-03 14:20:59 +00:00
|
|
|
These are set by GTK and should be kept, but you can still add other key
|
|
|
|
combinations for these actions. For example to execute menu_open by default
|
|
|
|
<keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo> is set, but you can
|
|
|
|
also define <keycombo><keycap>Alt</keycap><keycap>O</keycap></keycombo>, so that the
|
|
|
|
file open dialog is shown by pressing either
|
2006-06-02 16:36:49 +00:00
|
|
|
<keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo> or
|
|
|
|
<keycombo><keycap>Alt</keycap><keycap>O</keycap></keycombo>.
|
|
|
|
</para>
|
|
|
|
<para>
|
2006-07-16 15:33:14 +00:00
|
|
|
The following table lists all customizable keyboard shortcuts.
|
2006-06-02 16:36:49 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<table frame="all">
|
|
|
|
<title>Keybindings action table</title>
|
|
|
|
<tgroup cols="2">
|
|
|
|
<?dbhtml cellpadding="4" ?>
|
|
|
|
<?dbhtml cellspacing="0" ?>
|
|
|
|
<colspec colnum="1" colname="col1"/>
|
|
|
|
<colspec colnum="2" colname="col2"/>
|
|
|
|
<spanspec spanname="hspan" namest="col1" nameend="col2" align="center"/>
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>Action</entry>
|
|
|
|
<entry>Description</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry align="left" spanname="hspan">Menu items</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>New</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Creates a new file.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Open</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Opens a file.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Save</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Saves the current file.</entry>
|
|
|
|
</row>
|
2007-01-08 18:15:06 +00:00
|
|
|
<row>
|
|
|
|
<entry>Save As</entry>
|
|
|
|
<entry>Saves the current file under a new name.</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Save all</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Saves all open files.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Close all</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Closes all open files.</entry>
|
|
|
|
</row>
|
2006-07-01 17:41:46 +00:00
|
|
|
<row>
|
|
|
|
<entry>Close</entry>
|
|
|
|
<entry>Closes the current file.</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Reload file</entry>
|
2006-07-01 17:41:46 +00:00
|
|
|
<entry>Reloads the current file. All unsaved changes will be lost.
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Print</entry>
|
|
|
|
<entry>Prints the current file.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Undo</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>Undoes the last action.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Redo</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>Redoes the last action.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
2006-07-01 17:41:46 +00:00
|
|
|
<row>
|
|
|
|
<entry>Select all</entry>
|
|
|
|
<entry>Makes a selection of all text in the current document.
|
|
|
|
</entry>
|
|
|
|
</row>
|
2007-01-08 18:15:06 +00:00
|
|
|
<row>
|
|
|
|
<entry>Insert date</entry>
|
|
|
|
<entry>Inserts a customisable date.</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Preferences</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Opens preferences dialog.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Find Next</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Finds next result.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Find Previous</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Finds previous result.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Replace</entry>
|
2006-07-15 12:34:56 +00:00
|
|
|
<entry>Opens the Replace dialog.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Find in files</entry>
|
|
|
|
<entry>Opens the Find in files dialog.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
2007-01-08 18:15:06 +00:00
|
|
|
<row>
|
|
|
|
<entry>Next message</entry>
|
|
|
|
<entry>Jumps to the line with the next message from the last call
|
|
|
|
to Find usage.</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Go to line</entry>
|
2006-07-15 12:34:56 +00:00
|
|
|
<entry>Opens the Go to line dialog.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Show Colour Chooser</entry>
|
2006-07-15 12:34:56 +00:00
|
|
|
<entry>Opens the Colour Chooser dialog.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Fullscreen</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Switches to fullscreen mode.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Toggle Messages Window</entry>
|
2006-07-01 17:41:46 +00:00
|
|
|
<entry>Toggles the message window (status and compiler messages)
|
|
|
|
on and off.
|
|
|
|
</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
2006-06-17 17:05:41 +00:00
|
|
|
<row>
|
|
|
|
<entry>Toggle Sidebar</entry>
|
|
|
|
<entry>Shows or hides the sidebar.</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Zoom In</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Zooms in the text</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Zoom Out</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Zooms out the text</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Replace tabs by space</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>Replaces all tabs with the right amount of spaces.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Fold all</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Folds all contractible code blocks.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Unfold all</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Unfolds all contracted code blocks.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry align="left" spanname="hspan">Build options</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Compile</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Compiles the current file.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Build</entry>
|
2006-07-01 17:41:46 +00:00
|
|
|
<entry>Builds (compiles if necessary and links) the current file.
|
|
|
|
</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2006-07-15 12:34:56 +00:00
|
|
|
<entry>Make all</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>Builds the current file with the Make tool.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2006-07-15 12:34:56 +00:00
|
|
|
<entry>Make custom target</entry>
|
2006-07-01 17:41:46 +00:00
|
|
|
<entry>Builds the current file with the Make tool and a given target.
|
|
|
|
</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
2006-07-15 12:34:56 +00:00
|
|
|
<row>
|
|
|
|
<entry>Make object</entry>
|
|
|
|
<entry>Compiles the current file with the Make tool.
|
|
|
|
</entry>
|
|
|
|
</row>
|
2007-01-08 18:15:06 +00:00
|
|
|
<row>
|
|
|
|
<entry>Next error</entry>
|
|
|
|
<entry>Jumps to the line with the next error from the last build
|
|
|
|
process.
|
|
|
|
</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Run</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Executes the current file in a terminal emulation.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Run (alternative command)</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Executes the current file in a terminal emulation.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Build options</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Opens the build options dialog.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry align="left" spanname="hspan">Miscellaneous</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Reload symbol list</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Reloads the tag/symbol list.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Switch to Editor</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Switches to editor widget.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Switch to Scribble</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Switches to scribble widget.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Switch to VTE</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Switches to VTE widget.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Switch to left document</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Switches to the previous open document.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Switch to right document</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Switches to the next open document.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry align="left" spanname="hspan">Editing operations</entry>
|
|
|
|
</row>
|
2007-01-08 18:15:06 +00:00
|
|
|
<row>
|
|
|
|
<entry>Convert selection to lower case</entry>
|
|
|
|
<entry>Converts the current selection to lower case.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Convert selection to upper case</entry>
|
|
|
|
<entry>Converts the current selection to upper case.</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
<row>
|
2006-06-17 15:39:47 +00:00
|
|
|
<entry>Duplicate line or selection</entry>
|
|
|
|
<entry>Duplicates the current line or selection.</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Comment line</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Comments current line or selection.</entry>
|
|
|
|
</row>
|
2006-10-11 22:15:26 +00:00
|
|
|
<row>
|
|
|
|
<entry>Uncomment line</entry>
|
|
|
|
<entry>Uncomments current line or selection.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Toggle line commentation</entry>
|
|
|
|
<entry>Comments a line if it is not commented or removes a comment
|
|
|
|
if the line is commented.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Increase indent</entry>
|
|
|
|
<entry>Indents the current line or selection by one tabulator.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Decrease indent</entry>
|
|
|
|
<entry>Removes one tabulator from the indentation of the current
|
|
|
|
line or selection.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Goto matching brace</entry>
|
|
|
|
<entry>If the cursor is ahead or behind a brace, then it is moved to
|
|
|
|
the brace which belongs to the current one. If this keyboard
|
|
|
|
shortcut is pressed again, the cursor is moved back to the
|
|
|
|
first brace.</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Complete word</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Shows auto completion list.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Show calltip</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>Shows call tips for the current function or method.</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Show macro list</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>Shows a list of available macros and
|
|
|
|
variables in the workspace.
|
2006-06-02 16:36:49 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
2006-06-13 14:51:43 +00:00
|
|
|
<entry>Suppress auto completion</entry>
|
2006-06-02 16:36:49 +00:00
|
|
|
<entry>If you type something like if or for and press this key, it
|
|
|
|
will not be auto completed.
|
|
|
|
</entry>
|
|
|
|
</row>
|
2006-07-01 17:41:46 +00:00
|
|
|
<row>
|
|
|
|
<entry>Find Usage</entry>
|
2006-07-15 12:34:56 +00:00
|
|
|
<entry>Finds all occurrences of the current word (near the
|
|
|
|
keyboard cursor) and displays them in the messages window.
|
2006-07-01 17:41:46 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Go to tag definition</entry>
|
2006-07-15 12:34:56 +00:00
|
|
|
<entry>Jump to the definition of the current word (near the
|
|
|
|
keyboard cursor). If the definition cannot be found (e.g. the
|
2006-10-28 14:58:48 +00:00
|
|
|
relevant file is not open) <application>Geany</application>
|
2007-01-17 17:42:23 +00:00
|
|
|
will beep and do nothing. See <xref linkend="go_to_tag"/>.
|
2006-07-01 17:41:46 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>Go to tag declaration</entry>
|
2006-07-15 12:34:56 +00:00
|
|
|
<entry>Jump to the declaration of the current word (near the
|
|
|
|
keyboard cursor). If the declaration cannot be found (e.g. the
|
2006-10-28 14:58:48 +00:00
|
|
|
relevant file is not open) <application>Geany</application>
|
2007-01-17 17:42:23 +00:00
|
|
|
will beep and do nothing. See <xref linkend="go_to_tag"/>.
|
2006-07-01 17:41:46 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
2006-06-02 16:36:49 +00:00
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
</section>
|
2006-08-06 21:49:16 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="config_files">
|
|
|
|
<title>Configuration files</title>
|
2006-06-03 17:14:09 +00:00
|
|
|
<section id="filetypes">
|
|
|
|
<title>Filetype definition files</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2006-06-03 17:14:09 +00:00
|
|
|
All colour definitions and other filetype specific settings are stored in the
|
|
|
|
filetype definition files. Those settings are colours for syntax highlighting,
|
|
|
|
general settings like comment characters or word delimiter characters as well as
|
|
|
|
compiler and linker settings.
|
|
|
|
</para>
|
|
|
|
<para>
|
2006-06-03 21:41:15 +00:00
|
|
|
The system-wide configuration files can be found in
|
|
|
|
<filename>$prefix/share/geany</filename> and are called
|
|
|
|
<filename>filetypes.$ext</filename>, where $prefix is the path where
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> is installed (commonly
|
2006-06-03 21:41:15 +00:00
|
|
|
<filename>/usr/local</filename>) and $ext is the name of the filetype.
|
|
|
|
For every filetype there is a corresponding definition file. There is one exception:
|
|
|
|
<filename>filetypes.common</filename> - this file is for general settings, which
|
|
|
|
are not specific to a certain filetype. It is not recommended to edit the
|
2006-10-28 14:58:48 +00:00
|
|
|
system-wide files, because they will be overridden when
|
|
|
|
<application>Geany</application> is updated.
|
2006-06-03 17:14:09 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
To change the settings, copy a file from <filename>$prefix/share/geany</filename>
|
|
|
|
to the subdirectory <filename>filedefs</filename> in your configuration directory
|
|
|
|
(usually <filename>~/.geany/</filename>).
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
2006-06-03 17:14:09 +00:00
|
|
|
<para>
|
|
|
|
For example:
|
|
|
|
<screen><prompt>%</prompt> <userinput><command>cp /usr/local/share/geany/filetypes.c /home/username/.geany/filedefs/</command></userinput></screen>
|
|
|
|
Then you can edit the file and the changes are also available after an update of
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> because they reside in your configuration
|
2006-06-03 17:14:09 +00:00
|
|
|
directory. Alternatively, you can create a file
|
|
|
|
<filename>~/.geany/filedefs/filetypes.X</filename> and add only these settings you
|
|
|
|
want to change. All missing settings will be read from the corresponding global
|
2006-06-03 21:41:15 +00:00
|
|
|
definition file in <filename>$prefix/share/geany</filename>.
|
2006-06-03 17:14:09 +00:00
|
|
|
</para>
|
|
|
|
<section id="filetypes_format">
|
|
|
|
<title>Format</title>
|
|
|
|
<section>
|
2006-06-03 21:41:15 +00:00
|
|
|
<title>[styling] Section</title>
|
2006-06-03 17:14:09 +00:00
|
|
|
<para>
|
|
|
|
In this section the colours for syntax highlighting are defined.
|
|
|
|
The format is always:
|
|
|
|
<constant>key=forground_colour;background_colour;bold;italic</constant>
|
|
|
|
</para>
|
|
|
|
<para>
|
2006-06-03 21:41:15 +00:00
|
|
|
Colours have to be specified as RGB hex values prefixed by 0x. For
|
2006-06-03 17:14:09 +00:00
|
|
|
example red is 0xff0000, blue is 0x0000ff. The values are case-insensitive,
|
|
|
|
but it is a good idea to use small letters. Bold and italic are flags and
|
|
|
|
should only be "true" or "false". If their value is something other than
|
|
|
|
"true" or "false", "false" is assumed.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
2006-06-03 21:41:15 +00:00
|
|
|
<title>[keywords] Section</title>
|
2006-06-03 17:14:09 +00:00
|
|
|
<para>
|
|
|
|
This section contains keys for different keyword lists specific to the
|
|
|
|
filetype. Some filetypes do not support keywords, so adding a new key will
|
2006-06-03 21:41:15 +00:00
|
|
|
not work. You can only add or remove keywords to/from an existing list.
|
2006-06-03 17:14:09 +00:00
|
|
|
<important><para>The keywords list must be in one line without line ending
|
|
|
|
characters.</para></important>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
2006-06-03 21:41:15 +00:00
|
|
|
<title>[settings] Section</title>
|
2006-06-03 17:14:09 +00:00
|
|
|
<para>
|
|
|
|
<table frame="all">
|
|
|
|
<title>General settings</title>
|
|
|
|
<tgroup cols="3">
|
|
|
|
<?dbhtml cellpadding="4" ?>
|
|
|
|
<?dbhtml cellspacing="0" ?>
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>Key</entry>
|
|
|
|
<entry>Description</entry>
|
|
|
|
<entry>Example</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>wordchars</entry>
|
2006-11-23 11:42:10 +00:00
|
|
|
<entry>
|
|
|
|
These characters define word boundaries when
|
|
|
|
making selections and searching using word matching
|
|
|
|
options.
|
2006-06-03 17:14:09 +00:00
|
|
|
</entry>
|
2006-11-23 11:42:10 +00:00
|
|
|
<entry>(look at system filetypes.* files)</entry>
|
2006-06-03 17:14:09 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>comment_open</entry>
|
|
|
|
<entry>A character or string which is used to comment code.
|
2006-06-03 21:41:15 +00:00
|
|
|
If you want to use multiline comments, also set
|
2006-06-03 17:14:09 +00:00
|
|
|
comment_close, otherwise leave it empty.
|
|
|
|
</entry>
|
|
|
|
<entry>comment_open=/*</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>comment_close</entry>
|
|
|
|
<entry>If multiline comments are used, this is the character
|
|
|
|
or string to close the comment.
|
|
|
|
</entry>
|
|
|
|
<entry>comment_close=*/</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>comment_use_indent</entry>
|
|
|
|
<entry>Set this to false if a comment character or string
|
|
|
|
should start at column 0 of a line. If set to true
|
2006-06-03 21:41:15 +00:00
|
|
|
it uses any indentation of the line.
|
|
|
|
<para><example><title>Comment indentation</title>
|
2006-06-03 17:14:09 +00:00
|
|
|
<para>
|
|
|
|
comment_use_indent=true would generate this if a line
|
2006-06-03 21:41:15 +00:00
|
|
|
is commented (e.g. with
|
2006-06-03 17:14:09 +00:00
|
|
|
<keycombo><keycap>Ctrl</keycap><keycap>D</keycap></keycombo>)
|
|
|
|
<programlisting> #command_example();</programlisting>
|
|
|
|
comment_use_indent=false would generate this if a line
|
2006-06-03 21:41:15 +00:00
|
|
|
is commented (e.g. with
|
2006-06-03 17:14:09 +00:00
|
|
|
<keycombo><keycap>Ctrl</keycap><keycap>D</keycap></keycombo>)
|
2007-03-02 19:04:18 +00:00
|
|
|
<programlisting># command_example();</programlisting>
|
2006-06-03 17:14:09 +00:00
|
|
|
</para></example></para>
|
|
|
|
<note><para>
|
2007-03-05 21:07:09 +00:00
|
|
|
This setting only works for single line comments
|
|
|
|
(like '//', '#' or ';').
|
2006-06-03 17:14:09 +00:00
|
|
|
</para></note>
|
|
|
|
</entry>
|
|
|
|
<entry>comment_use_indent=true</entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
2006-06-03 21:41:15 +00:00
|
|
|
<title>[build_settings] Section</title>
|
2006-06-03 17:14:09 +00:00
|
|
|
<para>
|
|
|
|
<table frame="all">
|
|
|
|
<title>Build settings</title>
|
|
|
|
<tgroup cols="3">
|
|
|
|
<?dbhtml cellpadding="4" ?>
|
|
|
|
<?dbhtml cellspacing="0" ?>
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>Key</entry>
|
|
|
|
<entry>Description</entry>
|
|
|
|
<entry>Example</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>compiler</entry>
|
|
|
|
<entry>
|
|
|
|
This item specifies the command to compile source code
|
|
|
|
files. But it is also possible to use it with
|
|
|
|
interpreted languages like Perl or Python. With these
|
|
|
|
filetypes you can use this option as a kind of syntax
|
2006-06-03 21:41:15 +00:00
|
|
|
parser, which sends output to the compiler message
|
2006-06-03 17:14:09 +00:00
|
|
|
window.
|
2006-06-03 21:41:15 +00:00
|
|
|
<para>You should quote the filename to also support
|
2006-06-03 17:14:09 +00:00
|
|
|
filenames with spaces. The following wildcards for
|
|
|
|
filenames are available:
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>
|
|
|
|
%f - complete filename without path
|
|
|
|
</para></listitem>
|
|
|
|
<listitem><para>
|
|
|
|
%e - filename without path and without extension
|
|
|
|
</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
</entry>
|
|
|
|
<entry>compiler=gcc -Wall -c "%f"</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>linker</entry>
|
|
|
|
<entry>This item specifies the command to link the file.
|
|
|
|
If the file is not already compiled, it will be
|
|
|
|
compiled while linking. The -o option is
|
|
|
|
automatically added by
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application>. This item works
|
2006-06-03 21:41:15 +00:00
|
|
|
well with GNU gcc, but may be problematic with other
|
|
|
|
compilers (esp. with the linker).
|
2006-06-03 17:14:09 +00:00
|
|
|
</entry>
|
|
|
|
<entry>linker=gcc -Wall "%f"</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>run_cmd</entry>
|
2006-06-03 21:41:15 +00:00
|
|
|
<entry>Use this item to execute your file. It has to have been
|
|
|
|
built already.
|
|
|
|
Use the %e wildcard to have only the name of
|
|
|
|
the executable (i.e. without extension) or use the %f
|
2006-06-03 17:14:09 +00:00
|
|
|
wildcard if you need the complete filename, e.g.
|
|
|
|
for shell scripts.
|
|
|
|
</entry>
|
|
|
|
<entry>run_cmd="./%e"</entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section id="filetypes_common">
|
|
|
|
<title>Special file filetypes.common</title>
|
|
|
|
<para>There is a special filetype definition file called
|
2006-06-03 21:41:15 +00:00
|
|
|
<filename>filetypes.common</filename>. This file defines some general
|
|
|
|
non-filetype-specific settings.
|
2006-06-03 17:14:09 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<table frame="all">
|
|
|
|
<title>General settings</title>
|
|
|
|
<tgroup cols="3">
|
|
|
|
<?dbhtml cellpadding="4" ?>
|
|
|
|
<?dbhtml cellspacing="0" ?>
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>Key</entry>
|
|
|
|
<entry>Description</entry>
|
|
|
|
<entry>Example</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>selection</entry>
|
2006-09-28 13:44:21 +00:00
|
|
|
<entry>
|
|
|
|
The style for colouring selected text.
|
|
|
|
The format is:
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>Foreground colour</para></listitem>
|
|
|
|
<listitem><para>Background colour</para></listitem>
|
|
|
|
<listitem><para>Use foreground colour</para></listitem>
|
|
|
|
<listitem><para>Use background colour</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
The colours are only set if the 3rd or 4th argument is true.
|
|
|
|
When the colours are not overridden, the default is a dark
|
|
|
|
grey background with syntax highlighted foreground text.
|
2006-06-03 17:14:09 +00:00
|
|
|
</entry>
|
2006-09-28 13:44:21 +00:00
|
|
|
<entry>selection=0xc0c0c0;0x00007F;true;true</entry>
|
2006-06-03 17:14:09 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>brace_good</entry>
|
2006-06-03 21:41:15 +00:00
|
|
|
<entry>The style for brace highlighting when a
|
2006-06-03 17:14:09 +00:00
|
|
|
matching brace was found.
|
|
|
|
</entry>
|
|
|
|
<entry>brace_good=0xff0000;0xFFFFFF;true;false</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>brace_bad</entry>
|
2006-06-03 21:41:15 +00:00
|
|
|
<entry>The style for brace highlighting when no
|
2006-06-03 17:14:09 +00:00
|
|
|
matching brace was found.
|
|
|
|
</entry>
|
|
|
|
<entry>brace_bad=0x0000ff;0xFFFFFF;true;false</entry>
|
|
|
|
</row>
|
2006-07-30 16:02:21 +00:00
|
|
|
<row>
|
|
|
|
<entry>caret</entry>
|
|
|
|
<entry>The style for colouring the caret(the blinking cursor).
|
|
|
|
Only the first argument is interpreted.
|
|
|
|
</entry>
|
|
|
|
<entry>caret=0x000000;0x0;false;false</entry>
|
|
|
|
</row>
|
2006-06-03 17:14:09 +00:00
|
|
|
<row>
|
|
|
|
<entry>current_line</entry>
|
|
|
|
<entry>The style for colouring the background of the current
|
|
|
|
line. Only the second argument is interpreted.
|
|
|
|
</entry>
|
2006-08-13 15:04:30 +00:00
|
|
|
<entry>current_line=0x0;0xe5e5e5;false;false</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>indent_guide</entry>
|
|
|
|
<entry>The style for colouring the indentation guides.
|
|
|
|
Only the first and second arguments are interpreted.
|
|
|
|
</entry>
|
|
|
|
<entry>indent_guide=0xc0c0c0;0xffffff;false;false</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>white_space</entry>
|
|
|
|
<entry>The style for colouring the white space if it is shown.
|
|
|
|
The first both arguments define the foreground and
|
|
|
|
background colours, the third argument sets whether to use
|
|
|
|
the defined colours or to use the colours defined by each
|
|
|
|
filetype for the white space.
|
|
|
|
</entry>
|
|
|
|
<entry>white_space=0xc0c0c0;0xffffff;true;false</entry>
|
2006-06-03 17:14:09 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>folding_style</entry>
|
|
|
|
<entry>The style of folding icons. Only first and second
|
|
|
|
arguments are used.
|
|
|
|
<para>
|
2006-06-03 21:41:15 +00:00
|
|
|
Valid values for the first argument are:
|
2006-06-03 17:14:09 +00:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>
|
|
|
|
1 - for boxes
|
|
|
|
</para></listitem>
|
|
|
|
<listitem><para>
|
|
|
|
2 - for circles
|
|
|
|
</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
<para>
|
2006-06-03 21:41:15 +00:00
|
|
|
Valid values for the second argument are:
|
2006-06-03 17:14:09 +00:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>
|
|
|
|
1 - for straight lines
|
|
|
|
</para></listitem>
|
|
|
|
<listitem><para>
|
|
|
|
2 - for curved lines
|
|
|
|
</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
</entry>
|
|
|
|
<entry>folding_style=1;1;false;false</entry>
|
|
|
|
</row>
|
2006-11-11 18:53:38 +00:00
|
|
|
<row>
|
|
|
|
<entry>folding_horiz_line</entry>
|
|
|
|
<entry>Draw a thin horizontal line at the line where text is
|
|
|
|
folded. Only first argument is used.
|
|
|
|
<para>
|
|
|
|
Valid values for the first argument are:
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>
|
|
|
|
0 - disable, do not draw a line
|
|
|
|
</para></listitem>
|
|
|
|
<listitem><para>
|
|
|
|
1 - draw the line above folded text
|
|
|
|
</para></listitem>
|
|
|
|
<listitem><para>
|
|
|
|
2 - draw the line below folded text
|
|
|
|
</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
</entry>
|
|
|
|
<entry>folding_horiz_line=0;0;false;false</entry>
|
|
|
|
</row>
|
2006-07-01 17:41:46 +00:00
|
|
|
<row>
|
|
|
|
<entry>invert_all</entry>
|
|
|
|
<entry>Whether to invert all defined colours. This is useful
|
|
|
|
if you like a dark background colour(e.g. black) and do
|
|
|
|
not want to change every single line. Please note, at
|
|
|
|
time of writing this was only tested with the C syntax
|
|
|
|
highlighting.
|
|
|
|
<para>Only first argument is interpreted. Set it to 1 to
|
|
|
|
invert all colours.
|
|
|
|
</para>
|
|
|
|
</entry>
|
|
|
|
<entry>invert_all=0;0;false;false</entry>
|
|
|
|
</row>
|
2006-06-03 17:14:09 +00:00
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
</section>
|
2005-11-22 12:26:26 +00:00
|
|
|
</section>
|
2006-08-06 21:49:16 +00:00
|
|
|
<section id="filetype_extensions">
|
|
|
|
<title>Filetype extensions</title>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
You can override the default extensions that <application>Geany</application> uses
|
2006-08-06 21:49:16 +00:00
|
|
|
for each filetype using the <filename>filetype_extensions.conf</filename> file.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
To override the system-wide configuration file,
|
|
|
|
copy it from <filename>$prefix/share/geany</filename> to your
|
|
|
|
configuration directory, usually <filename>~/.geany/</filename>.
|
|
|
|
$prefix is the path where
|
2006-10-28 14:58:48 +00:00
|
|
|
<application>Geany</application> is installed (commonly
|
2006-08-06 21:49:16 +00:00
|
|
|
<filename>/usr/local</filename>).
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
For example:
|
|
|
|
<screen><prompt>%</prompt> <userinput><command>cp /usr/local/share/geany/filetype_extensions.conf /home/username/.geany/</command></userinput></screen>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Then edit it and remove all the lines for filetype extensions that you
|
|
|
|
do not want to override. The remaining lines can be edited after the
|
|
|
|
<literal>=</literal> sign, using a semi-colon separated list of patterns
|
|
|
|
which should be matched for that filetype.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
For example, to set the filetype extensions for Make, the
|
|
|
|
<filename>/home/username/.geany/filetype_extensions.conf</filename>
|
|
|
|
file should look like:
|
|
|
|
<literallayout><literal>
|
|
|
|
[Extensions]
|
|
|
|
Make=Makefile*;*.mk;Buildfile;
|
|
|
|
</literal></literallayout>
|
|
|
|
</para>
|
|
|
|
</section>
|
2007-01-06 15:38:44 +00:00
|
|
|
<section id="templates">
|
2005-11-22 12:26:26 +00:00
|
|
|
<title>Templates</title>
|
|
|
|
<para>
|
2007-03-08 17:03:26 +00:00
|
|
|
<application>Geany</application> supports the following templates:
|
|
|
|
</para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>ChangeLog entry</para></listitem>
|
|
|
|
<listitem><para>File header</para></listitem>
|
|
|
|
<listitem><para>Function description</para></listitem>
|
|
|
|
<listitem><para>Short GPL notice</para></listitem>
|
|
|
|
<listitem><para>Short BSD notice</para></listitem>
|
|
|
|
<listitem><para>Filetype template</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
<para>
|
|
|
|
To use these templates, just open the Edit menu or open the
|
2006-10-28 14:58:48 +00:00
|
|
|
popup menu by right-clicking in the editor widget, and choose "Insert Comments" and
|
|
|
|
insert templates as you want.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2007-03-08 17:03:26 +00:00
|
|
|
Some templates (like File header or ChangeLog entry) will always be inserted at the
|
2006-10-28 14:58:48 +00:00
|
|
|
top of the file.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
To insert a function description, the cursor must be inside of the function, so that
|
|
|
|
the function name can be determined automatically. The description will be positioned
|
|
|
|
correctly one line above the function, just check it out. If the cursor is not inside
|
|
|
|
of a function or the function name cannot be determined, you cannot insert a function
|
|
|
|
description.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
2007-03-08 17:03:26 +00:00
|
|
|
<section>
|
|
|
|
<title>Filetype templates</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2007-03-08 17:03:26 +00:00
|
|
|
Filetype templates are templates used as the basis of a new file. To use them, choose
|
|
|
|
the <literal>New (with Template)</literal> menu item from the
|
|
|
|
<literal>File</literal> menu. At creation of a new file with a filetype template, the
|
|
|
|
fileheader template is automatically prepended.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2007-03-08 17:03:26 +00:00
|
|
|
By default, templates are created for certain filetypes. Other filetype templates can be
|
|
|
|
added by creating the appropriate template file and restarting
|
|
|
|
<application>Geany</application>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Filetype template files are read from the <filename>~/.geany/templates</filename>
|
|
|
|
directory, and are named '<filename>filetype.</filename>'
|
|
|
|
followed by the filetype name, e.g. <filename>filetype.python</filename>,
|
|
|
|
<filename>filetype.sh</filename>. If you are unsure about the filetype name extensions,
|
|
|
|
they are the same as the filetype configuration file extensions, commonly installed
|
|
|
|
in <filename>/usr/share/geany</filename>, with the prefix
|
|
|
|
'<filename>filetypes.</filename>'.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
There is also a template file <filename>template.none</filename> which is used when
|
|
|
|
the <literal>New</literal> command is used without a filetype. This is empty by
|
|
|
|
default.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Template metadata</title>
|
|
|
|
<para>
|
|
|
|
Metadata can be used with all templates, but by default user set metadata is only
|
|
|
|
used for the ChangeLog and File header templates.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-10-28 14:58:48 +00:00
|
|
|
In the configuration dialog you can find a tab "Templates"
|
|
|
|
(see <xref linkend="confdialog_templ"/>). You can define the default values which
|
|
|
|
will be inserted in the templates. You should restart <application>Geany</application>
|
|
|
|
after making changes, because they are only read at startup.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
2007-03-08 17:03:26 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<title>Customizing templates</title>
|
2005-11-22 12:26:26 +00:00
|
|
|
<para>
|
2007-03-08 17:03:26 +00:00
|
|
|
Each template can be customized to your needs. The templates are stored in the
|
|
|
|
<filename>~/.geany/templates/</filename> directory (see <xref linkend="clo"/>
|
|
|
|
for further information about the configuration directory). Just open the desired
|
|
|
|
template with an editor (ideally <application>Geany</application> ;-) ) and edit
|
|
|
|
the template to your needs. There are some wildcards which will be automatically
|
|
|
|
replaced by <application>Geany</application> at startup.
|
|
|
|
</para>
|
|
|
|
<section>
|
|
|
|
<title>Template wildcards</title>
|
|
|
|
<para>
|
|
|
|
All wildcards must be enclosed by "{" and "}", e.g. {date}.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<table frame="all">
|
|
|
|
<title>Template wildcards</title>
|
|
|
|
<tgroup cols="3">
|
|
|
|
<?dbhtml cellpadding="4" ?>
|
|
|
|
<?dbhtml cellspacing="0" ?>
|
|
|
|
<colspec colnum="1" colname="col1"/>
|
|
|
|
<colspec colnum="2" colname="col2"/>
|
|
|
|
<colspec colnum="3" colname="col3"/>
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>Wildcard</entry>
|
|
|
|
<entry>Description</entry>
|
|
|
|
<entry>Available in following templates</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>developer</entry>
|
|
|
|
<entry>The name of the developer.</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>filetypes, file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>initial</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>The developer's initials, e.g. "ET" for
|
2006-07-17 12:33:10 +00:00
|
|
|
Enrico Tröger or "JFD" for John Foobar Doe.</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>filetypes, file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>mail</entry>
|
|
|
|
<entry>The email address of the developer.</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>company</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>The company the developer is working for.</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>filetypes, file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>year</entry>
|
|
|
|
<entry>The current year in the format: YYYY</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>filetypes, file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>version</entry>
|
|
|
|
<entry>The initial version of a new file.</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>filetypes, file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>date</entry>
|
|
|
|
<entry>The current date in the format: YYYY-MM-DD</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>filetypes, file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>untitled</entry>
|
|
|
|
<entry>The string "untitled" (this will be translated to your locale),
|
|
|
|
used in filetype templates</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>filetypes, file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
</row>
|
2006-04-27 17:53:06 +00:00
|
|
|
<row>
|
|
|
|
<entry>geanyversion</entry>
|
2006-10-28 14:58:48 +00:00
|
|
|
<entry>The actual <application>Geany</application> version,
|
|
|
|
e.g. "Geany &appversion;"
|
|
|
|
</entry>
|
2007-01-06 15:38:44 +00:00
|
|
|
<entry>filetypes, file header, function description, ChangeLog entry,
|
|
|
|
bsd, gpl</entry>
|
2006-04-27 17:53:06 +00:00
|
|
|
</row>
|
2005-11-22 12:26:26 +00:00
|
|
|
<row>
|
|
|
|
<entry>datetime</entry>
|
|
|
|
<entry>The current date and time in the format: DD.MM.YYYY HH:mm:ss ZZZZ</entry>
|
|
|
|
<entry>file header, function description</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>filename</entry>
|
|
|
|
<entry>The filename of the current file. Only available for the file header template.</entry>
|
|
|
|
<entry>file header</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>gpl</entry>
|
|
|
|
<entry>This wildcard inserts a short GPL notice.</entry>
|
|
|
|
<entry>file header</entry>
|
|
|
|
</row>
|
2007-01-06 15:38:44 +00:00
|
|
|
<row>
|
|
|
|
<entry>bsd</entry>
|
|
|
|
<entry>This wildcard inserts a short BSD licence notice.</entry>
|
|
|
|
<entry>file header</entry>
|
|
|
|
</row>
|
2005-11-22 12:26:26 +00:00
|
|
|
<row>
|
|
|
|
<entry>functionname</entry>
|
2006-06-03 14:20:59 +00:00
|
|
|
<entry>The function name of the function at the cursor position.
|
|
|
|
This wildcard will only be replaced in the function
|
|
|
|
description template.</entry>
|
2005-11-22 12:26:26 +00:00
|
|
|
<entry>function description</entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
2006-10-28 14:58:48 +00:00
|
|
|
If you need any other wildcards or a special date/time format, please email the
|
|
|
|
author <email>&author_mail;</email>.
|
2005-11-22 12:26:26 +00:00
|
|
|
</para>
|
2007-03-08 17:03:26 +00:00
|
|
|
</section>
|
|
|
|
</section>
|
2005-11-22 12:26:26 +00:00
|
|
|
</section>
|
|
|
|
</chapter>
|
|
|
|
|
2007-02-18 13:24:20 +00:00
|
|
|
<!-- Contributing to this document -->
|
|
|
|
<appendix id="contrib">
|
|
|
|
<title>Contributing to this document</title>
|
|
|
|
<para>This document is written in Docbook XML. The source file for it is located in the
|
|
|
|
subdirectory "doc" of the source directory of <application>Geany</application>.
|
|
|
|
If you intend on making changes, you should grab the source right from SVN to make
|
|
|
|
sure you have got the newest version. After editing that file, to build the docs and
|
|
|
|
see how your changes look, run "make doc" in the subdirectory "doc" of the source
|
|
|
|
directory of <application>Geany</application> to build HTML pages and a text file.
|
|
|
|
Your updated HTML docs will end up in the <filename>./html</filename> directory.
|
|
|
|
To generate a PDF file, use the command "make pdf" which should generate a
|
|
|
|
file called <filename>geany-&appversion;.pdf</filename>.
|
|
|
|
</para>
|
|
|
|
<para>After you are happy with your changes, create a patch:
|
|
|
|
<screen>
|
|
|
|
<prompt>%</prompt> <userinput><command>svn diff geany.docbook > whatever.patch</command></userinput></screen>
|
|
|
|
and then submit that file to the mailing list for review.
|
|
|
|
</para>
|
|
|
|
<para>Note, you will need the docbook-xml and xmlto software packages installed to build the docs.
|
|
|
|
</para>
|
|
|
|
</appendix>
|
|
|
|
|
2006-07-16 15:33:14 +00:00
|
|
|
<!-- Sci default keys appendix -->
|
2006-07-17 14:17:37 +00:00
|
|
|
<appendix id="scikeybinding">
|
2006-07-16 15:33:14 +00:00
|
|
|
&scikeybinding;
|
2006-07-17 14:17:37 +00:00
|
|
|
</appendix>
|
2006-07-16 15:33:14 +00:00
|
|
|
|
2006-06-02 16:36:49 +00:00
|
|
|
<!-- GPL appendix -->
|
2006-07-17 14:17:37 +00:00
|
|
|
<appendix id="geany-gpl">
|
2005-11-22 12:26:26 +00:00
|
|
|
&legal;
|
2006-07-17 14:17:37 +00:00
|
|
|
</appendix>
|
2005-11-22 12:26:26 +00:00
|
|
|
|
2006-06-25 14:43:09 +00:00
|
|
|
<appendix id="scintilla-license">
|
|
|
|
<title>License for Scintilla and SciTE</title>
|
|
|
|
<para>Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org></para>
|
|
|
|
<para>All Rights Reserved</para>
|
|
|
|
<para>Permission to use, copy, modify, and distribute this software and its
|
|
|
|
documentation for any purpose and without fee is hereby granted, provided that
|
|
|
|
the above copyright notice appear in all copies and that both that copyright
|
2006-07-01 17:41:46 +00:00
|
|
|
notice and this permission notice appear in supporting documentation.
|
2006-06-25 14:43:09 +00:00
|
|
|
</para>
|
|
|
|
<para>NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
|
|
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON
|
|
|
|
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
|
|
|
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
2006-07-01 17:41:46 +00:00
|
|
|
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
2006-06-25 14:43:09 +00:00
|
|
|
</para>
|
|
|
|
</appendix>
|
|
|
|
|
2005-11-22 12:26:26 +00:00
|
|
|
</book>
|