geany/doc/html/ch03.html

17 lines
7.1 KiB
HTML
Raw Normal View History

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 3. Usage</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Geany 0.11"><link rel="up" href="index.html" title="Geany 0.11"><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#getting_started">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_instance">Opening files from the command-line in a running instance</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_vte">Virtual terminal emulator widget (VTE)</a></span></dt><dt><span class="section"><a href="ch03s03.html#general_userstyles">Defining own widget styles using .gtkrc-2.0</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s04.html">Character sets and Unicode Byte-Order-Mark (BOM)</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s04.html#id2810138">Using character sets</a></span></dt><dt><span class="section"><a href="ch03s04.html#id2810280">Special encoding "None"</a></span></dt><dt><span class="section"><a href="ch03s04.html#id2810298">Unicode Byte-Order-Mark (BOM)</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s05.html">Editing</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s05.html#editing_text_dnd">Drag and drop of text</a></span></dt><dt><span class="section"><a href="ch03s05.html#editing_indentation">Auto indentation</a></span></dt><dt><span class="section"><a href="ch03s05.html#editing_cc">Construct completion</a></span></dt><dt><span class="section"><a href="ch03s05.html#editing_bookmarks">Bookmarks</a></span></dt><dt><span class="section"><a href="ch03s05.html#editing_definable_commands">Send text through definable commands</a></span></dt><dt><span class="section"><a href="ch03s05.html#editing_context_actions">Context actions</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s06.html">Search, replace and go to</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s06.html#search_find">Find</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2810892">Find usage</a></span></dt><dt><span class="section"><a href="ch03s06.html#search_fif">Find in files</a></span></dt><dt><span class="section"><a href="ch03s06.html#search_replace">Replace</a></span></dt><dt><span class="section"><a href="ch03s06.html#search_gototag">Go to tag definition</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2811169">Go to tag declaration</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2811187">Go to line</a></span></dt><dt><span class="section"><a href="ch03s06.html#id2811198">Regular expressions</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s07.html">Tags</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s07.html#id2811464">Workspace tags</a></span></dt><dt><span class="section"><a href="ch03s07.html#tags_global">Global tags</a></span></dt></dl></dd><dt><span clas
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><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>