Revision: 1786
http://geany.svn.sourceforge.net/geany/?rev=1786&view=rev
Author: eht16
Date: 2007-08-12 01:47:01 -0700 (Sun, 12 Aug 2007)
Log Message:
-----------
Add many keywords (patch by Arthur Skowronek, thanks).
Modified Paths:
--------------
trunk/ChangeLog
trunk/data/filetypes.freebasic
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-10 16:11:17 UTC (rev 1785)
+++ trunk/ChangeLog 2007-08-12 08:47:01 UTC (rev 1786)
@@ -1,3 +1,9 @@
+2007-08-12 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * data/filetypes.freebasic: Add many keywords
+ (patch by Arthur Skowronek, thanks).
+
+
2007-08-10 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/keybindings.c, src/editor.c, src/editor.h:
Modified: trunk/data/filetypes.freebasic
===================================================================
--- trunk/data/filetypes.freebasic 2007-08-10 16:11:17 UTC (rev 1785)
+++ trunk/data/filetypes.freebasic 2007-08-12 08:47:01 UTC (rev 1786)
@@ -24,8 +24,8 @@
[keywords]
# all items must be in one line
-keywords=append as asc asin asm atan2 atn beep bin binary bit bitreset bitset bload bsave byref byte byval call callocate case cbyte cdbl cdecl chain chdir chr cint circle clear clng clngint close cls color command common cons const continue cos cshort csign csng csrlin cubyte cuint culngint cunsg curdir cushort custom cvd cvi cvl cvlongint cvs cvshort data date deallocate declare defbyte defdbl defined defint deflng deflngint defshort defsng defstr defubyte defuint defulngint defushort dim dir do double draw dylibload dylibsymbol else elseif end enum environ environ$ eof eqv erase err error exec exepath exit exp export extern field fix flip for fre freefile function get getjoystick getkey getmouse gosub goto hex hibyte hiword if iif imagecreate imagedestroy imp inkey inp input instr int integer is kill lbound lcase left len let lib line lobyte loc local locate lock lof log long longint loop loword lset ltrim mid mkd mkdir mki mkl mklongint mks mkshort mod multikey mutexcreate mutexdestroy mutexlock mutexunlock name next not oct on once open option or out output overload paint palette pascal pcopy peek peeki peeks pipe pmap point pointer poke pokei pokes pos preserve preset print private procptr pset ptr public put random randomize read reallocate redim rem reset restore resume return rgb rgba right rmdir rnd rset rtrim run sadd screen screencopy screeninfo screenlock screenptr screenres screenset screensync screenunlock seek selectcase setdate setenviron setmouse settime sgn shared shell shl short shr sin single sizeof sleep space spc sqr statement static stdcall step stop str string strptr sub swap system tab tan then threadcreate threadwait time timer to trans trim type ubound ubyte ucase uinteger ulongint union unlock unsigned until ushort using va_arg va_first val val64 valint va_next varptr view viewprint wait wend while width window windowtitle with write xor zstring
-preprocessor=#define defined #dynamic #else #endif #endmacro #error #if #ifdef #ifndef #inclib #include #libpath #line #macro #print #undef
+keywords=abs access acos alias allocate alpha and any append as assert assertwarn asc asin asm atan2 atn base beep bin binary bit bitreset bitset bload bsave byref byte byval call callocate case cast cbyte cdbl cdecl chain chdir chr cint circle class clear clng clngint close cls color com cons command common condbroadcast condcreate conddestroy condsignal condwait const constructor continue cos cptr cshort csign csng csrlin cubyte cuint culng culngint cunsg curdir cushort custom cvd cvi cvl cvlongint cvs cvshort data date dateadd datediff datepart dateserial datevalue day deallocate declare defbyte defdbl defint deflng deflngint defshort defsng defstr defubyte defuint defulngint defushort delete destructor dim dir do double draw dynamic dylibfree dylibload dylibsymbol else elseif encoding end enum environ escape eof eqv erase erfn erl ermn err error exec exepath exit exp explicit export extern false fboolean field fileattr filecopy filedatetime fileexists filelen fix flip for format frac fre freefile function get getjoystick getkey getmouse gosub goto hex hibyte hiword hour if iif imageconvertrow imagecreate imagedestroy imp import inkey inp input input$ instr int integer is isdate kill lbound lcase left len let lib lpt line lobyte loc local locate lock lof log long longint loop loword lpos lprint lset ltrim mid minute mkd mkdir mki mkl mklongint mks mkshort mod month monthname multikey mutexcreate mutexdestroy mutexlock mutexunlock name namespace nokeyword next new not now oct offsetof on once open option operator or out output overload paint palette pascal pcopy peek pipe pmap point pointer poke pos preserve preset print private procptr property protected pset ptr public put random randomize read reallocate redim rem reset restore resume return rgb rgba right rmdir rnd rset rtrim run sadd scope scrn screen screencopy screencontrol screenevent screeninfo screenglproc screenlist screenlock screenptr screenres screenset screensync screenunlock second seek select setdate setenviron setmouse settime sgn shared shell short sin single sizeof sleep space spc sqr static stdcall step stop str string strptr sub swap system shr shl tab tan then this threadcreate threadwait time timeserial timevalue timer to trans trim true type ubound ubyte ucase uinteger ulong ulongint union unlock unsigned until ushort using va_arg va_first va_next val vallng valint valuint valulng var varptr view wait wbin wchr weekday weekdayname wend while whex width window windowtitle winput with woct write wspace wstr wstring xor year zstring
+preprocessor=#define defined typeof #dynamic #else #endif #error #if #ifdef #ifndef #inclib #include #print #static #undef #macro #endmacro #elseif #libpath #pragma
# user definable keywords
user1=
user2=
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1783
http://geany.svn.sourceforge.net/geany/?rev=1783&view=rev
Author: ntrel
Date: 2007-08-10 04:37:57 -0700 (Fri, 10 Aug 2007)
Log Message:
-----------
Update selected line(s) keybindings.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.html
trunk/doc/geany.txt
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-10 11:29:37 UTC (rev 1782)
+++ trunk/ChangeLog 2007-08-10 11:37:57 UTC (rev 1783)
@@ -4,6 +4,8 @@
Make 'Delete current line' and 'Select current line' work for all
lines that have a selection.
Implement 'Copy current line'.
+ * doc/geany.txt, doc/geany.html:
+ Update selected line(s) keybindings.
2007-08-10 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2007-08-10 11:29:37 UTC (rev 1782)
+++ trunk/doc/geany.html 2007-08-10 11:37:57 UTC (rev 1783)
@@ -1444,8 +1444,8 @@
<p>The following table lists all customizable keyboard shortcuts.</p>
<table border="1" class="docutils">
<colgroup>
-<col width="32%" />
-<col width="68%" />
+<col width="29%" />
+<col width="71%" />
</colgroup>
<thead valign="bottom">
<tr><th class="head">Action</th>
@@ -1636,14 +1636,14 @@
<tr><td>Duplicate line or selection</td>
<td>Duplicates the current line or selection.</td>
</tr>
-<tr><td>Delete current line</td>
-<td>Deletes the current line.</td>
+<tr><td>Delete current line(s)</td>
+<td>Deletes the current line (and any lines with a selection).</td>
</tr>
-<tr><td>Cut current line</td>
-<td>Cuts the current line.</td>
+<tr><td>Cut current line(s)</td>
+<td>Cuts the current line (and any lines with a selection) to the clipboard.</td>
</tr>
-<tr><td>Copy current line</td>
-<td>Copies the current line into the clipboard.</td>
+<tr><td>Copy current line(s)</td>
+<td>Copies the current line (and any lines with a selection) to the clipboard.</td>
</tr>
<tr><td>Transpose current line</td>
<td>Transposes the current line with the previous one.</td>
@@ -1723,8 +1723,8 @@
<td>Selects the current paragraph under the cursor which is
defined by two empty lines around it.</td>
</tr>
-<tr><td>Select current line</td>
-<td>Selects the current line under the cursor.</td>
+<tr><td>Select current line(s)</td>
+<td>Selects the current line under the cursor (and any partially selected lines).</td>
</tr>
<tr><td>Scroll to current line</td>
<td>Scrolls the current line into the centre of the view.
@@ -2855,7 +2855,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2007-08-09 12:40 UTC.
+Generated on: 2007-08-10 11:39 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt 2007-08-10 11:29:37 UTC (rev 1782)
+++ trunk/doc/geany.txt 2007-08-10 11:37:57 UTC (rev 1783)
@@ -1470,11 +1470,11 @@
Duplicate line or selection Duplicates the current line or selection.
-Delete current line Deletes the current line.
+Delete current line(s) Deletes the current line (and any lines with a selection).
-Cut current line Cuts the current line.
+Cut current line(s) Cuts the current line (and any lines with a selection) to the clipboard.
-Copy current line Copies the current line into the clipboard.
+Copy current line(s) Copies the current line (and any lines with a selection) to the clipboard.
Transpose current line Transposes the current line with the previous one.
@@ -1534,7 +1534,7 @@
Select current paragraph Selects the current paragraph under the cursor which is
defined by two empty lines around it.
-Select current line Selects the current line under the cursor.
+Select current line(s) Selects the current line under the cursor (and any partially selected lines).
Scroll to current line Scrolls the current line into the centre of the view.
The cursor position and or an existing selection will not
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1780
http://geany.svn.sourceforge.net/geany/?rev=1780&view=rev
Author: ntrel
Date: 2007-08-09 09:18:02 -0700 (Thu, 09 Aug 2007)
Log Message:
-----------
Prevent warning when trying to focus non-existent VTE.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/keybindings.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-09 16:05:20 UTC (rev 1779)
+++ trunk/ChangeLog 2007-08-09 16:18:02 UTC (rev 1780)
@@ -11,6 +11,8 @@
* data/autocomplete.conf:
Add %cursor% for default 'else' completion.
Add space before while for 'do' completion.
+ * src/keybindings.c:
+ Prevent warning when trying to focus non-existent VTE.
2007-08-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c 2007-08-09 16:05:20 UTC (rev 1779)
+++ trunk/src/keybindings.c 2007-08-09 16:18:02 UTC (rev 1780)
@@ -979,6 +979,8 @@
static void cb_func_switch_vte(G_GNUC_UNUSED guint key_id)
{
#ifdef HAVE_VTE
+ if (!vte_info.have_vte)
+ return;
msgwin_show_hide(TRUE);
/* the msgwin must be visible before we switch to the VTE page so that
* the font settings are applied on realization */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1779
http://geany.svn.sourceforge.net/geany/?rev=1779&view=rev
Author: ntrel
Date: 2007-08-09 09:05:20 -0700 (Thu, 09 Aug 2007)
Log Message:
-----------
Add %cursor% for default 'else' completion.
Add space before while for 'do' completion.
Modified Paths:
--------------
trunk/ChangeLog
trunk/data/autocomplete.conf
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-09 15:51:33 UTC (rev 1778)
+++ trunk/ChangeLog 2007-08-09 16:05:20 UTC (rev 1779)
@@ -8,6 +8,9 @@
Update 'Contributing to this document' section.
* doc/geany.1.in:
Update for -g and -p options.
+ * data/autocomplete.conf:
+ Add %cursor% for default 'else' completion.
+ Add space before while for 'do' completion.
2007-08-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/data/autocomplete.conf
===================================================================
--- trunk/data/autocomplete.conf 2007-08-09 15:51:33 UTC (rev 1778)
+++ trunk/data/autocomplete.conf 2007-08-09 16:05:20 UTC (rev 1779)
@@ -14,10 +14,10 @@
# Default is used for all filetypes and keys can be overwritten by [filetype] sections
[Default]
if=if (%cursor%)%brace_open%\n%brace_close%
-else=else%brace_open%\n%brace_close%
+else=else%brace_open%%cursor%\n%brace_close%
for=for (i = 0; i < %cursor%; i++)%brace_open%\n%brace_close%
while=while (%cursor%)%brace_open%\n%brace_close%
-do=do%brace_open%%cursor%\n%brace_close%while ()
+do=do%brace_open%%cursor%\n%brace_close% while ()
switch=switch (%cursor%)%brace_open%case : break;\n%ws%default: \n%brace_close%
try=try%block_cursor%catch ()%block%
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1778
http://geany.svn.sourceforge.net/geany/?rev=1778&view=rev
Author: ntrel
Date: 2007-08-09 08:51:33 -0700 (Thu, 09 Aug 2007)
Log Message:
-----------
Update for -g and -p options.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.1.in
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-09 12:46:21 UTC (rev 1777)
+++ trunk/ChangeLog 2007-08-09 15:51:33 UTC (rev 1778)
@@ -3,6 +3,11 @@
* plugins/classbuilder.c:
Fix missing GTypeInfo field initializer when generating
'objectname'_get_type() for GObject classes.
+ * doc/geany.txt, doc/geany.html:
+ Move 'About this document' section to end of Introduction.
+ Update 'Contributing to this document' section.
+ * doc/geany.1.in:
+ Update for -g and -p options.
2007-08-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/doc/geany.1.in
===================================================================
--- trunk/doc/geany.1.in 2007-08-09 12:46:21 UTC (rev 1777)
+++ trunk/doc/geany.1.in 2007-08-09 15:51:33 UTC (rev 1778)
@@ -22,6 +22,8 @@
Run Geany in debug mode, which means being verbose and printing lots of information.
.IP "\fB\fP \fB\-\-ft\-names\fP " 10
Print a list of Geany's internal filetype names (useful for the auto completion list).
+.IP "\fB-g\fP \fB\-\-generate\-tags\fP " 10
+Generate global tags file (see documentation).
.IP "\fB-i\fP \fB\-\-new-instance\fP " 10
Don't open files in a running instance, force opening a new instance.
Only available if Geany was compiled with support for Sockets.
@@ -33,8 +35,10 @@
.IP "\fB-n\fP \fB\-\-no-ctags\fP " 10
Don't load auto completion and call tip data. Use this option, if you don't want to use them.
For more information please see documentation.
+.IP "\fB-p\fP \fB\-\-no-plugins\fP " 10
+Don't load plugin support.
.IP "\fB-s\fP \fB\-\-no-session\fP " 10
-Don't load the previous session's files
+Don't load the previous session's files.
.IP "\fB-t\fP \fB\-\-no-terminal\fP " 10
Don't load terminal support. Use this option, if you don't want to load the virtual terminal
emulator widget at startup. If you don't have libvte.so.4 installed, then terminal-support is
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1777
http://geany.svn.sourceforge.net/geany/?rev=1777&view=rev
Author: ntrel
Date: 2007-08-09 05:46:21 -0700 (Thu, 09 Aug 2007)
Log Message:
-----------
Move 'About this document' section to end of Introduction.
Update 'Contributing to this document' section.
Modified Paths:
--------------
trunk/doc/geany.html
trunk/doc/geany.txt
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2007-08-09 12:33:37 UTC (rev 1776)
+++ trunk/doc/geany.html 2007-08-09 12:46:21 UTC (rev 1777)
@@ -3,10 +3,10 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
<title>Geany</title>
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
-<meta name="date" content="2007-05-31" />
+<meta name="date" content="2007-08-09" />
<style type="text/css">
/*
@@ -14,7 +14,7 @@
:Contact: enrico(dot)troeger(at)uvena(dot)de
:Copyright: This stylesheet has been placed in the public domain.
-Stylesheet for use with Docutils based on a version of John Gabriele.
+Stylesheet for Geany's documentation based on a version of John Gabriele.
*/
/*@import url(html4css1.css);*/
@@ -133,7 +133,7 @@
<br />Nick Treleaven
<br />Frank Lanitz</td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>2007-05-31</td></tr>
+<td>2007-08-09</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.12</td></tr>
</tbody>
@@ -149,9 +149,9 @@
<ul class="simple">
<li><a class="reference" href="#introduction" id="id2" name="id2">Introduction</a><ul>
<li><a class="reference" href="#about-geany" id="id3" name="id3">About Geany</a></li>
-<li><a class="reference" href="#about-this-document" id="id4" name="id4">About this document</a></li>
-<li><a class="reference" href="#where-to-get-it" id="id5" name="id5">Where to get it</a></li>
-<li><a class="reference" href="#license" id="id6" name="id6">License</a></li>
+<li><a class="reference" href="#where-to-get-it" id="id4" name="id4">Where to get it</a></li>
+<li><a class="reference" href="#license" id="id5" name="id5">License</a></li>
+<li><a class="reference" href="#about-this-document" id="id6" name="id6">About this document</a></li>
</ul>
</li>
<li><a class="reference" href="#installation" id="id7" name="id7">Installation</a><ul>
@@ -320,17 +320,12 @@
</ul>
</div>
<div class="section">
-<h2><a class="toc-backref" href="#id4" id="about-this-document" name="about-this-document">About this document</a></h2>
-<p>This documentation is available in various formats like HTML, text and
-PDF. The latest version is always available at <a class="reference" href="http://geany.uvena.de">http://geany.uvena.de</a>.</p>
-</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id5" id="where-to-get-it" name="where-to-get-it">Where to get it</a></h2>
+<h2><a class="toc-backref" href="#id4" id="where-to-get-it" name="where-to-get-it">Where to get it</a></h2>
<p>You can obtain Geany from <a class="reference" href="http://geany.uvena.de">http://geany.uvena.de</a> or perhaps also from
your distributor.</p>
</div>
<div class="section">
-<h2><a class="toc-backref" href="#id6" id="license" name="license">License</a></h2>
+<h2><a class="toc-backref" href="#id5" id="license" name="license">License</a></h2>
<p>Geany is distributed under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version. A copy of this
@@ -340,7 +335,13 @@
<tt class="docutils literal"><span class="pre">scintilla/</span></tt>) has its own license, which can be found in the chapter,
<a class="reference" href="#license-for-scintilla-and-scite">License for Scintilla and SciTE</a>.</p>
</div>
+<div class="section">
+<h2><a class="toc-backref" href="#id6" id="about-this-document" name="about-this-document">About this document</a></h2>
+<p>This documentation is available in various formats like HTML, text and
+PDF. The latest version is always available at <a class="reference" href="http://geany.uvena.de">http://geany.uvena.de</a>.</p>
+<p>If you want to contribute to it, see <a class="reference" href="#contributing-to-this-document">Contributing to this document</a>.</p>
</div>
+</div>
<div class="section">
<h1><a class="toc-backref" href="#id7" id="installation" name="installation">Installation</a></h1>
<div class="section">
@@ -2202,21 +2203,21 @@
<div class="section">
<h1><a class="toc-backref" href="#id94" id="contributing-to-this-document" name="contributing-to-this-document">Contributing to this document</a></h1>
<p>This document (<tt class="docutils literal"><span class="pre">geany.txt</span></tt>) is written in <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>
-(or "reST"). The source file for it is located in Geany's "doc"
+(or "reST"). The source file for it is located in Geany's <tt class="docutils literal"><span class="pre">doc</span></tt>
subdirectory. If you intend on making changes, you should grab the
source right from SVN to make sure you've got the newest version. After
-editing the file, to build the html docs to see how your changes
-look, run "make doc" in the subdirectory "doc" of Geany's source
-directory. Your updated HTML docs will end up in the <tt class="docutils literal"><span class="pre">./html</span></tt>
-directory. To generate a PDF file, use the command "make pdf" which
-should generate a file called geany-0.12.pdf.</p>
+editing the file, to build the HTML document to see how your changes
+look, run "<tt class="docutils literal"><span class="pre">make</span> <span class="pre">doc</span></tt>" in the subdirectory <tt class="docutils literal"><span class="pre">doc</span></tt> of Geany's source
+directory. This regenerates the <tt class="docutils literal"><span class="pre">geany.html</span></tt> file. To generate a PDF
+file, use the command "<tt class="docutils literal"><span class="pre">make</span> <span class="pre">pdf</span></tt>" which should generate a file called
+geany-0.12.pdf.</p>
<p>After you are happy with your changes, create a patch:</p>
<pre class="literal-block">
% svn diff geany.txt > foo.patch
</pre>
<p>and then submit that file to the mailing list for review.</p>
<p>Note, you will need the Python docutils software package installed
-to build the docs. The package is named "python-docutils" on Debian
+to build the docs. The package is named <tt class="docutils literal"><span class="pre">python-docutils</span></tt> on Debian
and Fedora systems.</p>
</div>
<div class="section">
@@ -2854,7 +2855,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2007-08-09 09:53 UTC.
+Generated on: 2007-08-09 12:40 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt 2007-08-09 12:33:37 UTC (rev 1776)
+++ trunk/doc/geany.txt 2007-08-09 12:46:21 UTC (rev 1777)
@@ -54,14 +54,6 @@
-About this document
--------------------
-
-This documentation is available in various formats like HTML, text and
-PDF. The latest version is always available at http://geany.uvena.de.
-
-
-
Where to get it
---------------
@@ -85,7 +77,17 @@
+About this document
+-------------------
+This documentation is available in various formats like HTML, text and
+PDF. The latest version is always available at http://geany.uvena.de.
+
+If you want to contribute to it, see `Contributing to this document`_.
+
+
+
+
Installation
============
@@ -2013,14 +2015,14 @@
=============================
This document (``geany.txt``) is written in `reStructuredText`__
-(or "reST"). The source file for it is located in Geany's "doc"
+(or "reST"). The source file for it is located in Geany's ``doc``
subdirectory. If you intend on making changes, you should grab the
source right from SVN to make sure you've got the newest version. After
-editing the file, to build the html docs to see how your changes
-look, run "make doc" in the subdirectory "doc" of Geany's source
-directory. Your updated HTML docs will end up in the ``./html``
-directory. To generate a PDF file, use the command "make pdf" which
-should generate a file called geany-|(version)|.pdf.
+editing the file, to build the HTML document to see how your changes
+look, run "``make doc``" in the subdirectory ``doc`` of Geany's source
+directory. This regenerates the ``geany.html`` file. To generate a PDF
+file, use the command "``make pdf``" which should generate a file called
+geany-|(version)|.pdf.
__ http://docutils.sourceforge.net/rst.html
@@ -2031,7 +2033,7 @@
and then submit that file to the mailing list for review.
Note, you will need the Python docutils software package installed
-to build the docs. The package is named "python-docutils" on Debian
+to build the docs. The package is named ``python-docutils`` on Debian
and Fedora systems.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.