geany/doc/html/ch03.html
Enrico Tröger 619294490f Added documentation for indicators and printing support.
Updated keybindings actions and compile time options.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@521 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-01 17:41:46 +00:00

21 lines
4.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"><title>Chapter 3. Usage</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="
Geany 0.8
"><link rel="up" href="index.html" title="
Geany 0.8
"><link rel="prev" href="ch02s03.html" title="Binary Packages"><link rel="next" href="ch03s02.html" title="Command line options"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Usage</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="usage"></a>Chapter 3. Usage</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03.html#id2468694">Getting Started</a></span></dt><dt><span class="section"><a href="ch03s02.html">Command line options</a></span></dt><dt><span class="section"><a href="ch03s03.html">General</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s03.html#general_startup">Startup</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_fifo">Detection of a running instance</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_ctags">Global C tags</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_vte">Virtual terminal emulator widget (VTE)</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s04.html">Search and Replace</a></span></dt><dt><span class="section"><a href="ch03s05.html">Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s05.html#cto">Compile time options</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s06.html">Build System</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s06.html#id2530843">Compile</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2530869">Build</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2530888">Build with "make"</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2530901">Build with make (custom target)</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2530916">Execute</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2530938">Set Includes and Arguments</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2530979">Indicators</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2530999">File type configuration settings</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s07.html">Printing support</a></span></dt><dt><span class="section"><a href="ch03s08.html">Keybindings</a></span></dt><dt><span class="section"><a href="ch03s09.html">Filetype definition files</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s09.html#filetypes_format">Format</a></span></dt><dt><span class="section"><a href="ch03s09.html#filetypes_common">Special file filetypes.common</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s10.html">Templates</a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2468694"></a>Getting Started</h2></div></div></div><p>
You can start <span class="application">Geany</span> in the following ways:
</p><div class="itemizedlist"><ul type="disc"><li><p>
From the Desktop Environment menu
</p><p>
Choose in your application menu of your used Desktop Environment:
<span class="guisubmenu">Development</span>-&gt;<span class="guimenuitem">Geany</span>.
</p></li><li><p>
From the command line
</p><p>
To start <span class="application">Geany</span> from a command line, type the following
and press <span><strong class="keycap">Return</strong></span>:
</p><pre class="screen">
<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">geany</strong></span></code></strong></pre><p>
</p></li></ul></div><p>
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Binary Packages </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Command line options</td></tr></table></div></body></html>