SF.net SVN: geany:[4719] branches/bs2

elextr at users.sourceforge.net elextr at xxxxx
Tue Mar 2 04:22:22 UTC 2010


Revision: 4719
          http://geany.svn.sourceforge.net/geany/?rev=4719&view=rev
Author:   elextr
Date:     2010-03-02 04:22:22 +0000 (Tue, 02 Mar 2010)

Log Message:
-----------
Periodic merge trunk

Modified Paths:
--------------
    branches/bs2/ChangeLog
    branches/bs2/README.I18N
    branches/bs2/THANKS
    branches/bs2/data/filetypes.javascript
    branches/bs2/data/filetypes.python
    branches/bs2/data/filetypes.r
    branches/bs2/doc/geany.html
    branches/bs2/doc/geany.txt
    branches/bs2/plugins/genapi.py
    branches/bs2/po/ChangeLog
    branches/bs2/po/es.po
    branches/bs2/po/nl.po
    branches/bs2/po/sl.po
    branches/bs2/po/tr.po
    branches/bs2/scintilla/LexR.cxx
    branches/bs2/scripts/create_py_tags.py
    branches/bs2/src/about.c
    branches/bs2/src/document.c
    branches/bs2/src/document.h
    branches/bs2/src/editor.c
    branches/bs2/src/encodings.c
    branches/bs2/src/filetypes.c
    branches/bs2/src/keybindings.c
    branches/bs2/src/keybindings.h
    branches/bs2/src/log.c
    branches/bs2/src/msgwindow.c
    branches/bs2/src/msgwindow.h
    branches/bs2/src/plugindata.h
    branches/bs2/src/sidebar.c
    branches/bs2/src/sidebar.h
    branches/bs2/src/symbols.c
    branches/bs2/src/templates.c
    branches/bs2/src/ui_utils.c
    branches/bs2/src/ui_utils.h
    branches/bs2/tagmanager/Makefile.am
    branches/bs2/tagmanager/makefile.win32
    branches/bs2/tagmanager/parsers.h
    branches/bs2/wscript

Added Paths:
-----------
    branches/bs2/tagmanager/r.c

Property Changed:
----------------
    branches/bs2/


Property changes on: branches/bs2
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/build-system:3867-4119
   + /branches/build-system:3867-4119
/trunk:4639-4718

Modified: branches/bs2/ChangeLog
===================================================================
--- branches/bs2/ChangeLog	2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/ChangeLog	2010-03-02 04:22:22 UTC (rev 4719)
@@ -4,7 +4,131 @@
    Add design spec and a temporary Pyton prototype of the configure
    dialog for the build system.
 
+2010-02-28  Dominic Hopf  <dmaphy(at)googlemail(dot)com>
 
+ * src/log.c:
+   Fix keyboard accelerators in debug messages window
+   (Thanks Can Koy).
+
+
+2010-02-28  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * scintilla/LexR.cxx:
+   Backport R lexer from Scintilla CVS to fix case sensitive keywords
+   (Scintilla bug #2956543).
+ * src/sidebar.c, src/about.c, THANKS:
+   Make Space on the symbol and document list not focus the editor
+   widget while Enter does (closes #2919444, patch by Can Koy, thanks).
+ * src/document.c, src/document.h:
+   Fix document_try_focus() to make it work with the sidebar document
+   list as well.
+ * src/msgwindow.c, src/msgwindow.h, src/ui_utils.c, src/ui_utils.h:
+   Make Space on the compiler and messages widgets not focus the editor
+   widget while Enter does (patch by Can Koy, thanks).
+ * src/editor.c:
+   Fix wrongly auto-detected multiline comments
+   (patch by Eugene Arshinov, thanks).
+
+
+2010-02-28  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+
+ * src/ui_utils.c:
+   Show number of lines of current document inside statusbar. Thanks to
+   Can Koy for providing the patch.
+
+
+2010-02-24  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/keybindings.c, doc/geany.txt, doc/geany.html:
+   Make Switch to Editor keybinding reshow the document statistics
+   line, so user doesn't have to move the cursor.
+
+
+2010-02-22  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * data/filetypes.r:
+   Update keywords for the R language (patch by Jon Senior, thanks).
+
+
+2010-02-21  Dominic Hopf  <dmaphy(at)googlemail(dot)com>
+
+ * doc/geany.txt:
+   Fix the instruction how to insert unicode characters
+   (thanks Tony Rick).
+
+
+2010-02-21  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * scripts/create_py_tags.py:
+   Minor fixes.
+   Replace tabs by spaces.
+ * plugins/genapi.py:
+   Minor fixes.
+   Replace tabs by spaces.
+ * tagmanager/r.c, plugins/geanyfunctions.h, src/about.c,
+   src/filetypes.c, src/symbols.c, tagmanager/Makefile.am,
+   tagmanager/makefile.win32, tagmanager/parsers.h, wscript, THANKS:
+   Add R tagmanager symbol parser (patch by Jon Senior, thanks).
+ * doc/geany.html, doc/geany.txt, src/keybindings.c, src/keybindings.h,
+   src/plugindata.h, src/sidebar.c, src/sidebar.h:
+   Add keybindings to switch to the sidebar's Document and Symbol list
+   as well as to the Message Window's current tab
+   (patch by Eugene Arshinov, thanks).
+ * data/filetypes.r:
+   Update primary keywords for the R language
+   (patch by Jon Senior, thanks).
+
+
+2010-02-20  Dominic Hopf  <dmaphy(at)googlemail(dot)com>
+
+ * doc/geany.txt:
+   Add more detailed hints about reloading configuration
+   (thanks to Tony Rick).
+ * data/filetypes.javascript:
+   Correct the keyword list for JavaScript (thanks to Jonas).
+
+
+2010-02-14  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * New release: Geany 0.18.1 "Balfour".
+
+
+2010-02-13  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/keybindings.c:
+   Add special cases for handling the Select All keybinding (Ctrl-A) in
+   the toolbar search and goto line text entries (closes #2948040).
+   Strip trailing spaces after reflowing a paragraph, patch by
+   Dominik Wagenfuehr, thanks (closes #2945497).
+
+
+2010-02-07  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/geanymenubuttonaction.c, src/templates.c:
+   Partly revert last commit:
+   Unref the new files toolbar menu when freeing templates as it
+   was done before but unref it *after* the menu has been removed
+   from the GeanyMenuButtonAction.
+ * src/encodings.c:
+   Fix possible endless loop when trying to detect the encoding of
+   non-text files (patch by Alexey Antipov, thanks).
+
+
+2010-02-06  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/document.c:
+   Allow saving remote files using g_file_set_contents() as well
+   (patch by Алексей Антипов, thanks).
+ * data/filetypes.python:
+   Adjust style for secondary keywords to be less aggressive.
+   Add Python 2.5 builtins keywords.
+ * src/geanymenubuttonaction.c, src/templates.c:
+   Unref the new files toolbar menu when setting a new menu to fix
+   possible crashes when reloading configuration.
+ * src/filetypes.c:
+   When reloading configuration, process the current document at last
+   so the symbol list will be updated correctly.
+
 2010-02-01  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/symbols.c:

Modified: branches/bs2/README.I18N
===================================================================
--- branches/bs2/README.I18N	2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/README.I18N	2010-03-02 04:22:22 UTC (rev 4719)
@@ -1,59 +1,59 @@
 Quick Guide for new translations
 --------------------------------
 
-If you want to translate Geany into another language, please go to the
-language statistics page (see below) to see whether your desired
-language already exists. If it already exists, please read the
-"Notes for updating translations" section. Otherwise, get the SVN
-version of Geany, change to the po directory and start the new
-translation with:
+If you would like to translate Geany into another language, have a look at the
+language statistics page at [1] first to see if your desired language already
+exists. If it already exists, please read the "Notes for updating translations"
+section. Otherwise, get the SVN version of Geany, change to the po directory and
+start the new translation with:
 
 $ msginit -l ll_CC -o ll.po -i geany.pot
 
-Fill in ll with the language code and CC with the country code.
-For example, to translate Geany into Italian you would type:
+Fill in ll with the language code and CC with the country code. For example, to
+translate Geany into Italian you would type:
 
 $ msginit -l it_IT -o it.po -i geany.pot
 
-This will create a file it.po. This file can be opened with a
-text editor (like Geany ;-)) or you can also use a graphical
-interface. I can suggest PoEdit (http://www.poedit.net/), but
-there are several other GUIs.
+This will create a file it.po. This file can be opened with a text editor
+(e.g. Geany ;-)) or a graphical program like PoEdit [2]. There are also several
+other GUI programs for working on translations.
 
-You don't need to modify the file po/LINGUAS, it is regenerated
-automatically on the next build.
+You don't need to modify the file po/LINGUAS, it is regenerated automatically on
+the next build.
 
 When you have finished editing the file, check the file with:
 
 $ msgfmt -c --check-accelerators=_ it.po
 
-Please take care of menu accelerators(strings containing a "_").
-The "_" character should also be in your translation. Additionally,
-it would be nice if these accelerators are not twice for two strings
-inside a dialog or sub menu.
+Please take care of menu accelerators(strings containing a "_"). The "_"
+character should also be in your translation. Additionally, it would be nice if
+these accelerators are not twice for two strings inside a dialog or sub menu.
 
-You can also use intl_stats.sh, e.g. by running the following command
-in the top source directory of Geany:
+You can also use intl_stats.sh, e.g. by running the following command in the top
+source directory of Geany:
 
 $ po/intl_stats.sh -a it
 
-This will print some information about the Italian translation
-and checks for menu accelerators.
+This will print some information about the Italian translation and checks for
+menu accelerators.
 
-Then send the file to Frank Lanitz and he will add the translation.
+When you have finished your work - which doesn't mean you finished the
+translation, you will not have to work alone - send the file to the translation
+mailing list [3] or directly to Frank Lanitz [4] and he will add the translation
+to Geany then.
 
-It is a good idea to write to Frank before you start or while translating,
-because he can give you some hints on translating and ensure that the
-translation is not already in progress.
+It is a good idea to let any translator and Frank know before you start or while
+translating, because they can give you hints on translating and Frank can ensure
+that a translation is not already in progress.
 
 
 Notes for updating translations
 -------------------------------
 
-If you want to update an existing translation, please contact Frank
-Lanitz. He is supervising all translation issues and will contact the
-maintainer of the translation you want to update to avoid any
-conflicts.
+If you want to update an existing translation, please contact the translation
+mailing list [3] and/or Frank Lanitz [4] directly. He is supervising all
+translation issues and will contact the maintainer of the translation you want
+to update to avoid any conflicts.
 
 Some translation statistics can be found at:
 http://i18n.geany.org/
@@ -62,8 +62,11 @@
 I18n mailing list
 -----------------
 
-There is also a mailing list dedicated to translation issues. Please
-visit http://www.geany.org/Support/MailingList for more information.
+There is also a mailing list dedicated to translation issues. Please visit
+http://www.geany.org/Support/MailingList#geany-i18 for more information.
 
 
-Contact: Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+[1] http://i18n.geany.org/
+[2] http://www.poedit.net/
+[3] http://www.geany.org/Support/MailingList#geany-i18
+[4] Frank Lanitz <frank(at)frank(dot)uvena(dot)de>

Modified: branches/bs2/THANKS
===================================================================
--- branches/bs2/THANKS	2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/THANKS	2010-03-02 04:22:22 UTC (rev 4719)
@@ -72,7 +72,9 @@
 Ross McKay <rosko<at>zeta<dot>org<dot>au> - ASP preferred language option
 Alexey Antipov <1a_antipov(at)mail(dot)ru> - Apply file open encoding only to non-Unicode files
 Jörn Reder <joern(at)zyn(dot)de> - --socket-file command line option patch
-Kelvin Gardiner <kelvin.mbmn.net> - VHDL symbol list patch, Verilog filetype
+Kelvin Gardiner <kelvin(at)mbmn(dot)net> - VHDL symbol list patch, Verilog filetype
+Jon Senior <jon(at)restlesslemon(dot)co(dot)uk> - R tagmanager parser patch
+Can Koy <cankoy(at)ymail(dot)com> - Multiple changes/improvements
 
 Translators:
 ------------

Modified: branches/bs2/data/filetypes.javascript
===================================================================
--- branches/bs2/data/filetypes.javascript	2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/data/filetypes.javascript	2010-03-02 04:22:22 UTC (rev 4719)
@@ -26,7 +26,8 @@
 
 [keywords]
 # all items must be in one line
-primary=abs abstract acos anchor asin atan atan2 big bold boolean break byte case catch ceil char charAt charCodeAt class concat const continue cos Date debugger default delete do double else enum escape eval exp export extends false final finally fixed float floor fontcolor fontsize for fromCharCode function goto if implements import in indexOf Infinity instanceof int interface isFinite isNaN italics join lastIndexOf length link log long Math max MAX_VALUE min MIN_VALUE NaN native NEGATIVE_INFINITY new null Number package parseFloat parseInt pop POSITIVE_INFINITY pow private protected public push random return reverse round shift short sin slice small sort splice split sqrt static strike string String sub substr substring sup super switch synchronized tan this throw throws toLowerCase toString toUpperCase transient true try typeof undefined unescape unshift valueOf var void volatile while with
+primary=break case catch const continue delete else eval false finally for function if in try instanceof isFinite isNaN NaN new null return switch this throw true typeof undefined var while with default let
+secondary=Object Function Array prototype
 
 [settings]
 # default extension used when saving files

Modified: branches/bs2/data/filetypes.python
===================================================================
--- branches/bs2/data/filetypes.python	2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/data/filetypes.python	2010-03-02 04:22:22 UTC (rev 4719)
@@ -15,14 +15,15 @@
 identifier=0x000000;0xffffff;false;false
 commentblock=0x808080;0xffffff;false;false
 stringeol=0x000000;0xe0c0e0;false;false
-word2=0xdd00a6;0xffffff;true;false
+word2=0x9f0200;0xffffff;false;false
 decorator=0x808000;0xffffff;false;false
 
 [keywords]
 # all items must be in one line
 primary=and as assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass print raise return try while with yield False None True
 # additional keywords, will be highlighted with style "word2"
-identifiers=
+# these are the builtins for Python 2.5 created with ' '.join(dir(__builtins__))
+identifiers=ArithmeticError AssertionError AttributeError BaseException DeprecationWarning EOFError Ellipsis EnvironmentError Exception False FloatingPointError FutureWarning GeneratorExit IOError ImportError ImportWarning IndentationError IndexError KeyError KeyboardInterrupt LookupError MemoryError NameError None NotImplemented NotImplementedError OSError OverflowError PendingDeprecationWarning ReferenceError RuntimeError RuntimeWarning StandardError StopIteration SyntaxError SyntaxWarning SystemError SystemExit TabError True TypeError UnboundLocalError UnicodeDecodeError UnicodeEncodeError UnicodeError UnicodeTranslateError UnicodeWarning UserWarning ValueError Warning ZeroDivisionError _ __debug__ __doc__ __import__ __name__ abs all any apply basestring bool buffer callable chr classmethod cmp coerce compile complex copyright credits delattr dict dir divmod enumerate eval execfile exit file filter float frozenset getattr globals hasattr hash help hex id input int intern isinstance issubclass iter len license list locals long map max min object oct open ord pow property quit range raw_input reduce reload repr reversed round set setattr slice sorted staticmethod str sum super tuple type unichr unicode vars xrange zip
 
 [lexer_properties]
 fold.comment.python=1

Modified: branches/bs2/data/filetypes.r
===================================================================
--- branches/bs2/data/filetypes.r	2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/data/filetypes.r	2010-03-02 04:22:22 UTC (rev 4719)
@@ -14,15 +14,15 @@
 # "blah" string
 string=0xff901e;0xffffff;false;false
 # 'blah' string
-string2=0x008000;0xffffff;false;false
+string2=0xff901e;0xffffff;false;false
 identifier=0x000000;0xffffff;false;false
 infix=0x008000;0xffffff;false;false
 infixeol=0x000000;0xe0c0e0;false;false
 
 [keywords]
 # all items must be in one line
-primary=abs array break data.frame diag else FALSE for function if in Inf matrix NA NaN NCOL next NROW NULL print read.table repeat require return solve source sqrt sum TRUE while
-package=abbreviate abline abs acf acos acosh addmargins aggregate agrep alarm alias alist all anova any aov aperm append apply approx approxfun apropos ar args arima array arrows asin asinh assign assocplot atan atanh attach attr attributes autoload autoloader ave axis backsolve barplot basename beta bindtextdomain binomial biplot bitmap bmp body box boxplot bquote break browser builtins bxp by bzfile c call cancor capabilities casefold cat category cbind ccf ceiling character charmatch chartr chol choose chull citation class close cm cmdscale codes coef coefficients col colnames colors colorspaces colours comment complex confint conflicts contour contrasts contributors convolve cophenetic coplot cor cos cosh cov covratio cpgram crossprod cummax cummin cumprod cumsum curve cut cutree cycle data dataentry date dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density deparse deriv det detach determinant deviance dexp df dfbeta dfbetas dffits dgamma dgeom dget dhyper diag diff diffinv difftime digamma dim dimnames dir dirname dist dlnorm dlogis dmultinom dnbinom dnorm dotchart double dpois dput drop dsignrank dt dump dunif duplicated dweibull dwilcox eapply ecdf edit effects eigen emacs embed end environment eval evalq example exists exp expression factanal factor factorial family fft fifo file filter find fitted fivenum fix floor flush for force formals format formula forwardsolve fourfoldplot frame frequency ftable function gamma gaussian gc gcinfo gctorture get getenv geterrmessage gettext gettextf getwd gl glm globalenv gray grep grey grid gsub gzcon gzfile hat hatvalues hcl hclust head heatmap help hist history hsv httpclient iconv iconvlist identical identify if ifelse image influence inherits integer integrate interaction interactive intersect invisible isoreg jitter jpeg julian kappa kernapply kernel kmeans knots kronecker ksmooth labels lag lapply layout lbeta lchoose lcm legend length letters levels lfactorial lgamma library licence license line lines list lm load loadhistory loadings local locator loess log logb logical loglin lowess ls lsfit machine mad mahalanobis makepredictcall manova mapply match matlines matplot matpoints matrix max mean median medpolish menu merge message methods mget min missing mode monthplot months mosaicplot mtext mvfft names napredict naprint naresid nargs nchar ncol next nextn ngettext nlevels nlm nls noquote nrow numeric objects offset open optim optimise optimize options order ordered outer pacf page pairlist pairs palette par parse paste pbeta pbinom pbirthday pcauchy pchisq pdf pentagamma person persp pexp pf pgamma pgeom phyper pi pico pictex pie piechart pipe plclust plnorm plogis plot pmatch pmax pmin pnbinom png pnorm points poisson poly polygon polym polyroot postscript power ppoints ppois ppr prcomp predict preplot pretty princomp print prmatrix prod profile profiler proj promax prompt provide psigamma psignrank pt ptukey punif pweibull pwilcox q qbeta qbinom qbirthday qcauchy qchisq qexp qf qgamma qgeom qhyper qlnorm qlogis qnbinom qnorm qpois qqline qqnorm qqplot qr qsignrank qt qtukey quantile quarters quasi quasibinomial quasipoisson quit qunif quote qweibull qwilcox rainbow range rank raw rbeta rbind rbinom rcauchy rchisq readline real recover rect reformulate regexpr relevel remove reorder rep repeat replace replicate replications require reshape resid residuals restart return rev rexp rf rgamma rgb rgeom rhyper rle rlnorm rlogis rm rmultinom rnbinom rnorm round row rownames rowsum rpois rsignrank rstandard rstudent rt rug runif runmed rweibull rwilcox sample sapply save savehistory scale scan screen screeplot sd search searchpaths seek segments seq sequence serialize setdiff setequal setwd shell sign signif sin single sinh sink smooth solve sort source spectrum spline splinefun split sprintf sqrt stack stars start stderr stdin stdout stem step stepfun stl stop stopifnot str strftime strheight stripchart strptime strsplit strtrim structure strwidth strwrap sub subset substitute substr substring sum summary sunflowerplot supsmu svd sweep switch symbols symnum system t table tabulate tail tan tanh tapply tempdir tempfile termplot terms tetragamma text time title toeplitz tolower topenv toupper trace traceback transform trigamma trunc truncate try ts tsdiag tsp typeof unclass undebug union unique uniroot unix unlink unlist unname unserialize unsplit unstack untrace unz update upgrade url var varimax vcov vector version vi vignette warning warnings weekdays weights which while window windows with write wsbrowser xedit xemacs xfig xinch xor xtabs xyinch yinch zapsmall
+primary=break else F FALSE for function if in Inf NA NaN next NULL repeat require return source T TRUE while
+package=abbreviate abline abs acf acos acosh addmargins aggregate agrep alarm alias alist all anova any aov aperm append apply approx approxfun apropos ar args arima array arrows asin asinh assign assocplot atan atanh attach attr attributes autoload autoloader ave axis backsolve barplot basename beta bindtextdomain binomial biplot bitmap bmp body box boxplot bquote browser builtins bxp by bzfile c call cancor capabilities casefold cat category cbind ccf ceiling character charmatch chartr chol choose chull citation class close cm cmdscale codes coef coefficients col colnames colors colorspaces colours comment complex confint conflicts contour contrasts contributors convolve cophenetic coplot cor cos cosh cov covratio cpgram crossprod cummax cummin cumprod cumsum curve cut cutree cycle data dataentry date dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density deparse deriv det detach determinant deviance dexp df dfbeta dfbetas dffits dgamma dgeom dget dhyper diag diff diffinv difftime digamma dim dimnames dir dirname dist dlnorm dlogis dmultinom dnbinom dnorm dotchart double dpois dput drop dsignrank dt dump dunif duplicated dweibull dwilcox eapply ecdf edit effects eigen emacs embed end environment eval evalq example exists exp expression factanal factor factorial family fft fifo file filter find fitted fivenum fix floor flush for force formals format formula forwardsolve fourfoldplot frame frequency ftable gamma gaussian gc gcinfo gctorture get getenv geterrmessage gettext gettextf getwd gl glm globalenv gray grep grey grid gsub gzcon gzfile hat hatvalues hcl hclust head heatmap help hist history hsv httpclient iconv iconvlist identical identify if ifelse image influence inherits integer integrate interaction interactive intersect invisible isoreg jitter jpeg julian kappa kernapply kernel kmeans knots kronecker ksmooth labels lag lapply layout lbeta lchoose lcm legend length letters levels lfactorial lgamma library licence license line lines list lm load loadhistory loadings local locator loess log logb logical loglin lowess ls lsfit machine mad mahalanobis makepredictcall manova mapply match matlines matplot matpoints matrix max mean median medpolish menu merge message methods mget min missing mode monthplot months mosaicplot mtext mvfft names napredict naprint naresid nargs nchar ncol nextn ngettext nlevels nlm nls noquote nrow numeric objects offset open optim optimise optimize options order ordered outer pacf page pairlist pairs palette par parse paste pbeta pbinom pbirthday pcauchy pchisq pdf pentagamma person persp pexp pf pgamma pgeom phyper pi pico pictex pie piechart pipe plclust plnorm plogis plot pmatch pmax pmin pnbinom png pnorm points poisson poly polygon polym polyroot postscript power ppoints ppois ppr prcomp predict preplot pretty princomp print prmatrix prod profile profiler proj promax prompt provide psigamma psignrank pt ptukey punif pweibull pwilcox q qbeta qbinom qbirthday qcauchy qchisq qexp qf qgamma qgeom qhyper qlnorm qlogis qnbinom qnorm qpois qqline qqnorm qqplot qr qsignrank qt qtukey quantile quarters quasi quasibinomial quasipoisson quit qunif quote qweibull qwilcox rainbow range rank raw rbeta rbind rbinom rcauchy rchisq readline real recover rect reformulate regexpr relevel remove reorder rep replace replicate replications reshape resid residuals restart rev rexp rf rgamma rgb rgeom rhyper rle rlnorm rlogis rm rmultinom rnbinom rnorm round row rownames rowsum rpois rsignrank rstandard rstudent rt rug runif runmed rweibull rwilcox sample sapply save savehistory scale scan screen screeplot sd search searchpaths seek segments seq sequence serialize setdiff setequal setwd shell sign signif sin single sinh sink smooth solve sort spectrum spline splinefun split sprintf sqrt stack stars start stderr stdin stdout stem step stepfun stl stop stopifnot str strftime strheight stripchart strptime strsplit strtrim structure strwidth strwrap sub subset substitute substr substring sum summary sunflowerplot supsmu svd sweep switch symbols symnum system table tabulate tail tan tanh tapply tempdir tempfile termplot terms tetragamma text time title toeplitz tolower topenv toupper trace traceback transform trigamma trunc truncate try ts tsdiag tsp typeof unclass undebug union unique uniroot unix unlink unlist unname unserialize unsplit unstack untrace unz update upgrade url var varimax vcov vector version vi vignette warning warnings weekdays weights which window windows with write wsbrowser xedit xemacs xfig xinch xor xtabs xyinch yinch zapsmall
 package_other=acme aids aircondit amis aml banking barchart barley beaver bigcity boot brambles breslow bs bwplot calcium cane capability cav censboot channing city claridge cloth cloud coal condense contourplot control corr darwin densityplot dogs dotplot ducks empinf envelope environmental ethanol fir frets gpar grav gravity grob hirose histogram islay knn larrows levelplot llines logit lpoints lsegments lset ltext lvqinit lvqtest manaus melanoma melanoma motor multiedit neuro nitrofen nodal ns nuclear oneway parallel paulsen poisons polar qq qqmath remission rfs saddle salinity shingle simplex singer somgrid splom stripplot survival tau tmd tsboot tuna unit urine viewport wireframe wool xyplot
 
 [settings]

Modified: branches/bs2/doc/geany.html
===================================================================
--- branches/bs2/doc/geany.html	2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/doc/geany.html	2010-03-02 04:22:22 UTC (rev 4719)
@@ -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.6: 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="2010-01-24" />
+<meta name="date" content="2010-02-21" />
 <style type="text/css">
 
 /*
@@ -139,7 +139,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>2010-01-24</td></tr>
+<td>2010-02-21</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.19</td></tr>
 </tbody>
@@ -149,342 +149,342 @@
 License as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version. A copy of this
 license can be found in the file COPYING included with the source code
-of this program, and also in the chapter <a class="reference internal" href="#gnu-general-public-license">GNU General Public License</a>.</p>
-<div class="contents topic" id="contents">
-<p class="topic-title first">Contents</p>
+of this program, and also in the chapter <a class="reference" href="#gnu-general-public-license">GNU General Public License</a>.</p>
+<div class="contents topic">
+<p class="topic-title first"><a id="contents" name="contents">Contents</a></p>
 <ul class="simple">
-<li><a class="reference internal" href="#introduction" id="id12">Introduction</a><ul>
-<li><a class="reference internal" href="#about-geany" id="id13">About Geany</a></li>
-<li><a class="reference internal" href="#where-to-get-it" id="id14">Where to get it</a></li>
-<li><a class="reference internal" href="#license" id="id15">License</a></li>
-<li><a class="reference internal" href="#about-this-document" id="id16">About this document</a></li>
+<li><a class="reference" href="#introduction" id="id12" name="id12">Introduction</a><ul>
+<li><a class="reference" href="#about-geany" id="id13" name="id13">About Geany</a></li>
+<li><a class="reference" href="#where-to-get-it" id="id14" name="id14">Where to get it</a></li>
+<li><a class="reference" href="#license" id="id15" name="id15">License</a></li>
+<li><a class="reference" href="#about-this-document" id="id16" name="id16">About this document</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#installation" id="id17">Installation</a><ul>
-<li><a class="reference internal" href="#requirements" id="id18">Requirements</a></li>
-<li><a class="reference internal" href="#binary-packages" id="id19">Binary packages</a></li>
-<li><a class="reference internal" href="#source-compilation" id="id20">Source compilation</a><ul>
-<li><a class="reference internal" href="#autotools-based-build-system" id="id21">Autotools based build system</a></li>
-<li><a class="reference internal" href="#waf-based-build-system" id="id22">Waf based build system</a><ul>
-<li><a class="reference internal" href="#waf-cache" id="id23">Waf Cache</a><ul>
-<li><a class="reference internal" href="#cleaning-the-cache" id="id24">Cleaning the Cache</a></li>
+<li><a class="reference" href="#installation" id="id17" name="id17">Installation</a><ul>
+<li><a class="reference" href="#requirements" id="id18" name="id18">Requirements</a></li>
+<li><a class="reference" href="#binary-packages" id="id19" name="id19">Binary packages</a></li>
+<li><a class="reference" href="#source-compilation" id="id20" name="id20">Source compilation</a><ul>
+<li><a class="reference" href="#autotools-based-build-system" id="id21" name="id21">Autotools based build system</a></li>
+<li><a class="reference" href="#waf-based-build-system" id="id22" name="id22">Waf based build system</a><ul>
+<li><a class="reference" href="#waf-cache" id="id23" name="id23">Waf Cache</a><ul>
+<li><a class="reference" href="#cleaning-the-cache" id="id24" name="id24">Cleaning the Cache</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference internal" href="#custom-installation" id="id25">Custom installation</a></li>
-<li><a class="reference internal" href="#dynamic-linking-loader-support-and-vte" id="id26">Dynamic linking loader support and VTE</a></li>
-<li><a class="reference internal" href="#build-problems" id="id27">Build problems</a></li>
+<li><a class="reference" href="#custom-installation" id="id25" name="id25">Custom installation</a></li>
+<li><a class="reference" href="#dynamic-linking-loader-support-and-vte" id="id26" name="id26">Dynamic linking loader support and VTE</a></li>
+<li><a class="reference" href="#build-problems" id="id27" name="id27">Build problems</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#installation-prefix" id="id28">Installation prefix</a></li>
+<li><a class="reference" href="#installation-prefix" id="id28" name="id28">Installation prefix</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#usage" id="id29">Usage</a><ul>
-<li><a class="reference internal" href="#getting-started" id="id30">Getting started</a></li>
-<li><a class="reference internal" href="#the-geany-workspace" id="id31">The Geany workspace</a></li>
-<li><a class="reference internal" href="#command-line-options" id="id32">Command line options</a></li>
-<li><a class="reference internal" href="#general" id="id33">General</a><ul>
-<li><a class="reference internal" href="#startup" id="id34">Startup</a></li>
-<li><a class="reference internal" href="#opening-files-from-the-command-line-in-a-running-instance" id="id35">Opening files from the command-line in a running instance</a></li>
-<li><a class="reference internal" href="#virtual-terminal-emulator-widget-vte" id="id36">Virtual terminal emulator widget (VTE)</a></li>
-<li><a class="reference internal" href="#defining-own-widget-styles-using-gtkrc-2-0" id="id37">Defining own widget styles using .gtkrc-2.0</a></li>
+<li><a class="reference" href="#usage" id="id29" name="id29">Usage</a><ul>
+<li><a class="reference" href="#getting-started" id="id30" name="id30">Getting started</a></li>
+<li><a class="reference" href="#the-geany-workspace" id="id31" name="id31">The Geany workspace</a></li>
+<li><a class="reference" href="#command-line-options" id="id32" name="id32">Command line options</a></li>
+<li><a class="reference" href="#general" id="id33" name="id33">General</a><ul>
+<li><a class="reference" href="#startup" id="id34" name="id34">Startup</a></li>
+<li><a class="reference" href="#opening-files-from-the-command-line-in-a-running-instance" id="id35" name="id35">Opening files from the command-line in a running instance</a></li>
+<li><a class="reference" href="#virtual-terminal-emulator-widget-vte" id="id36" name="id36">Virtual terminal emulator widget (VTE)</a></li>
+<li><a class="reference" href="#defining-own-widget-styles-using-gtkrc-2-0" id="id37" name="id37">Defining own widget styles using .gtkrc-2.0</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#documents" id="id38">Documents</a><ul>
-<li><a class="reference internal" href="#switching-between-documents" id="id39">Switching between documents</a></li>
+<li><a class="reference" href="#documents" id="id38" name="id38">Documents</a><ul>
+<li><a class="reference" href="#switching-between-documents" id="id39" name="id39">Switching between documents</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#character-sets-and-unicode-byte-order-mark-bom" id="id40">Character sets and Unicode Byte-Order-Mark (BOM)</a><ul>
-<li><a class="reference internal" href="#using-character-sets" id="id41">Using character sets</a></li>
-<li><a class="reference internal" href="#in-file-encoding-specification" id="id42">In-file encoding specification</a></li>
-<li><a class="reference internal" href="#special-encoding-none" id="id43">Special encoding "None"</a></li>
-<li><a class="reference internal" href="#unicode-byte-order-mark-bom" id="id44">Unicode Byte-Order-Mark (BOM)</a></li>
+<li><a class="reference" href="#character-sets-and-unicode-byte-order-mark-bom" id="id40" name="id40">Character sets and Unicode Byte-Order-Mark (BOM)</a><ul>
+<li><a class="reference" href="#using-character-sets" id="id41" name="id41">Using character sets</a></li>
+<li><a class="reference" href="#in-file-encoding-specification" id="id42" name="id42">In-file encoding specification</a></li>
+<li><a class="reference" href="#special-encoding-none" id="id43" name="id43">Special encoding "None"</a></li>
+<li><a class="reference" href="#unicode-byte-order-mark-bom" id="id44" name="id44">Unicode Byte-Order-Mark (BOM)</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#editing" id="id45">Editing</a><ul>
-<li><a class="reference internal" href="#folding" id="id46">Folding</a></li>
-<li><a class="reference internal" href="#column-mode-editing-rectangular-selections" id="id47">Column mode editing (rectangular selections)</a></li>
-<li><a class="reference internal" href="#drag-and-drop-of-text" id="id48">Drag and drop of text</a></li>
-<li><a class="reference internal" href="#indentation" id="id49">Indentation</a></li>
-<li><a class="reference internal" href="#auto-indentation" id="id50">Auto-indentation</a></li>
-<li><a class="reference internal" href="#bookmarks" id="id51">Bookmarks</a></li>
-<li><a class="reference internal" href="#code-navigation-history" id="id52">Code navigation history</a></li>
-<li><a class="reference internal" href="#sending-text-through-custom-commands" id="id53">Sending text through custom commands</a></li>
-<li><a class="reference internal" href="#context-actions" id="id54">Context actions</a></li>
-<li><a class="reference internal" href="#autocompletion" id="id55">Autocompletion</a><ul>
-<li><a class="reference internal" href="#word-part-completion" id="id56">Word part completion</a></li>
-<li><a class="reference internal" href="#scope-autocompletion" id="id57">Scope autocompletion</a></li>
+<li><a class="reference" href="#editing" id="id45" name="id45">Editing</a><ul>
+<li><a class="reference" href="#folding" id="id46" name="id46">Folding</a></li>
+<li><a class="reference" href="#column-mode-editing-rectangular-selections" id="id47" name="id47">Column mode editing (rectangular selections)</a></li>
+<li><a class="reference" href="#drag-and-drop-of-text" id="id48" name="id48">Drag and drop of text</a></li>
+<li><a class="reference" href="#indentation" id="id49" name="id49">Indentation</a></li>
+<li><a class="reference" href="#auto-indentation" id="id50" name="id50">Auto-indentation</a></li>
+<li><a class="reference" href="#bookmarks" id="id51" name="id51">Bookmarks</a></li>
+<li><a class="reference" href="#code-navigation-history" id="id52" name="id52">Code navigation history</a></li>
+<li><a class="reference" href="#sending-text-through-custom-commands" id="id53" name="id53">Sending text through custom commands</a></li>
+<li><a class="reference" href="#context-actions" id="id54" name="id54">Context actions</a></li>
+<li><a class="reference" href="#autocompletion" id="id55" name="id55">Autocompletion</a><ul>
+<li><a class="reference" href="#word-part-completion" id="id56" name="id56">Word part completion</a></li>
+<li><a class="reference" href="#scope-autocompletion" id="id57" name="id57">Scope autocompletion</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#user-definable-snippets" id="id58">User-definable snippets</a></li>
-<li><a class="reference internal" href="#inserting-unicode-characters" id="id59">Inserting Unicode characters</a></li>
+<li><a class="reference" href="#user-definable-snippets" id="id58" name="id58">User-definable snippets</a></li>
+<li><a class="reference" href="#inserting-unicode-characters" id="id59" name="id59">Inserting Unicode characters</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#search-replace-and-go-to" id="id60">Search, replace and go to</a><ul>
-<li><a class="reference internal" href="#toolbar-entries" id="id61">Toolbar entries</a><ul>
-<li><a class="reference internal" href="#search-bar" id="id62">Search bar</a></li>
+<li><a class="reference" href="#search-replace-and-go-to" id="id60" name="id60">Search, replace and go to</a><ul>
+<li><a class="reference" href="#toolbar-entries" id="id61" name="id61">Toolbar entries</a><ul>
+<li><a class="reference" href="#search-bar" id="id62" name="id62">Search bar</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#find" id="id63">Find</a><ul>
-<li><a class="reference internal" href="#matching-options" id="id64">Matching options</a></li>
-<li><a class="reference internal" href="#find-all" id="id65">Find all</a></li>
-<li><a class="reference internal" href="#change-font-in-search-dialog-text-fields" id="id66">Change font in search dialog text fields</a></li>
+<li><a class="reference" href="#find" id="id63" name="id63">Find</a><ul>
+<li><a class="reference" href="#matching-options" id="id64" name="id64">Matching options</a></li>
+<li><a class="reference" href="#find-all" id="id65" name="id65">Find all</a></li>
+<li><a class="reference" href="#change-font-in-search-dialog-text-fields" id="id66" name="id66">Change font in search dialog text fields</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#find-usage" id="id67">Find usage</a></li>
-<li><a class="reference internal" href="#find-in-files" id="id68">Find in files</a><ul>
-<li><a class="reference internal" href="#filtering-out-version-control-files" id="id69">Filtering out version control files</a></li>
+<li><a class="reference" href="#find-usage" id="id67" name="id67">Find usage</a></li>
+<li><a class="reference" href="#find-in-files" id="id68" name="id68">Find in files</a><ul>
+<li><a class="reference" href="#filtering-out-version-control-files" id="id69" name="id69">Filtering out version control files</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#replace" id="id70">Replace</a><ul>
-<li><a class="reference internal" href="#replace-all" id="id71">Replace all</a></li>
+<li><a class="reference" href="#replace" id="id70" name="id70">Replace</a><ul>
+<li><a class="reference" href="#replace-all" id="id71" name="id71">Replace all</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#go-to-tag-definition" id="id72">Go to tag definition</a></li>
-<li><a class="reference internal" href="#go-to-tag-declaration" id="id73">Go to tag declaration</a></li>
-<li><a class="reference internal" href="#go-to-line" id="id74">Go to line</a></li>
-<li><a class="reference internal" href="#regular-expressions" id="id75">Regular expressions</a></li>
+<li><a class="reference" href="#go-to-tag-definition" id="id72" name="id72">Go to tag definition</a></li>
+<li><a class="reference" href="#go-to-tag-declaration" id="id73" name="id73">Go to tag declaration</a></li>
+<li><a class="reference" href="#go-to-line" id="id74" name="id74">Go to line</a></li>
+<li><a class="reference" href="#regular-expressions" id="id75" name="id75">Regular expressions</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#tags" id="id76">Tags</a><ul>
-<li><a class="reference internal" href="#workspace-tags" id="id77">Workspace tags</a></li>
-<li><a class="reference internal" href="#global-tags" id="id78">Global tags</a><ul>
-<li><a class="reference internal" href="#default-global-tags-files" id="id79">Default global tags files</a></li>
-<li><a class="reference internal" href="#global-tags-file-format" id="id80">Global tags file format</a></li>
-<li><a class="reference internal" href="#generating-a-global-tags-file" id="id81">Generating a global tags file</a></li>
+<li><a class="reference" href="#tags" id="id76" name="id76">Tags</a><ul>
+<li><a class="reference" href="#workspace-tags" id="id77" name="id77">Workspace tags</a></li>
+<li><a class="reference" href="#global-tags" id="id78" name="id78">Global tags</a><ul>
+<li><a class="reference" href="#default-global-tags-files" id="id79" name="id79">Default global tags files</a></li>
+<li><a class="reference" href="#global-tags-file-format" id="id80" name="id80">Global tags file format</a></li>
+<li><a class="reference" href="#generating-a-global-tags-file" id="id81" name="id81">Generating a global tags file</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#ignore-tags" id="id82">Ignore tags</a></li>
+<li><a class="reference" href="#ignore-tags" id="id82" name="id82">Ignore tags</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#preferences" id="id83">Preferences</a><ul>
-<li><a class="reference internal" href="#general-startup-preferences" id="id84">General Startup preferences</a><ul>
-<li><a class="reference internal" href="#id1" id="id85">Startup</a></li>
-<li><a class="reference internal" href="#shutdown" id="id86">Shutdown</a></li>
-<li><a class="reference internal" href="#paths" id="id87">Paths</a></li>
+<li><a class="reference" href="#preferences" id="id83" name="id83">Preferences</a><ul>
+<li><a class="reference" href="#general-startup-preferences" id="id84" name="id84">General Startup preferences</a><ul>
+<li><a class="reference" href="#id1" id="id85" name="id85">Startup</a></li>
+<li><a class="reference" href="#shutdown" id="id86" name="id86">Shutdown</a></li>
+<li><a class="reference" href="#paths" id="id87" name="id87">Paths</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#general-miscellaneous-preferences" id="id88">General Miscellaneous preferences</a><ul>
-<li><a class="reference internal" href="#miscellaneous" id="id89">Miscellaneous</a></li>
-<li><a class="reference internal" href="#search" id="id90">Search</a></li>
-<li><a class="reference internal" href="#projects" id="id91">Projects</a></li>
+<li><a class="reference" href="#general-miscellaneous-preferences" id="id88" name="id88">General Miscellaneous preferences</a><ul>
+<li><a class="reference" href="#miscellaneous" id="id89" name="id89">Miscellaneous</a></li>
+<li><a class="reference" href="#search" id="id90" name="id90">Search</a></li>
+<li><a class="reference" href="#projects" id="id91" name="id91">Projects</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#interface-preferences" id="id92">Interface preferences</a><ul>
-<li><a class="reference internal" href="#sidebar" id="id93">Sidebar</a></li>
-<li><a class="reference internal" href="#fonts" id="id94">Fonts</a></li>
-<li><a class="reference internal" href="#editor-tabs" id="id95">Editor tabs</a></li>
-<li><a class="reference internal" href="#tab-positions" id="id96">Tab positions</a></li>
-<li><a class="reference internal" href="#id2" id="id97">Miscellaneous</a></li>
+<li><a class="reference" href="#interface-preferences" id="id92" name="id92">Interface preferences</a><ul>
+<li><a class="reference" href="#sidebar" id="id93" name="id93">Sidebar</a></li>
+<li><a class="reference" href="#fonts" id="id94" name="id94">Fonts</a></li>
+<li><a class="reference" href="#editor-tabs" id="id95" name="id95">Editor tabs</a></li>
+<li><a class="reference" href="#tab-positions" id="id96" name="id96">Tab positions</a></li>
+<li><a class="reference" href="#id2" id="id97" name="id97">Miscellaneous</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#toolbar-preferences" id="id98">Toolbar preferences</a><ul>
-<li><a class="reference internal" href="#toolbar" id="id99">Toolbar</a></li>
-<li><a class="reference internal" href="#appearance" id="id100">Appearance</a></li>
+<li><a class="reference" href="#toolbar-preferences" id="id98" name="id98">Toolbar preferences</a><ul>
+<li><a class="reference" href="#toolbar" id="id99" name="id99">Toolbar</a></li>
+<li><a class="reference" href="#appearance" id="id100" name="id100">Appearance</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#editor-features-preferences" id="id101">Editor Features preferences</a><ul>
-<li><a class="reference internal" href="#features" id="id102">Features</a></li>
+<li><a class="reference" href="#editor-features-preferences" id="id101" name="id101">Editor Features preferences</a><ul>
+<li><a class="reference" href="#features" id="id102" name="id102">Features</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#editor-indentation-preferences" id="id103">Editor Indentation preferences</a><ul>
-<li><a class="reference internal" href="#indentation-group" id="id104">Indentation group</a></li>
+<li><a class="reference" href="#editor-indentation-preferences" id="id103" name="id103">Editor Indentation preferences</a><ul>
+<li><a class="reference" href="#indentation-group" id="id104" name="id104">Indentation group</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#editor-completions-preferences" id="id105">Editor Completions preferences</a><ul>
-<li><a class="reference internal" href="#completions" id="id106">Completions</a></li>
-<li><a class="reference internal" href="#auto-close-quotes-and-brackets" id="id107">Auto-close quotes and brackets</a></li>
+<li><a class="reference" href="#editor-completions-preferences" id="id105" name="id105">Editor Completions preferences</a><ul>
+<li><a class="reference" href="#completions" id="id106" name="id106">Completions</a></li>
+<li><a class="reference" href="#auto-close-quotes-and-brackets" id="id107" name="id107">Auto-close quotes and brackets</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#editor-display-preferences" id="id108">Editor Display preferences</a><ul>
-<li><a class="reference internal" href="#display" id="id109">Display</a></li>
-<li><a class="reference internal" href="#long-line-marker" id="id110">Long line marker</a></li>
+<li><a class="reference" href="#editor-display-preferences" id="id108" name="id108">Editor Display preferences</a><ul>
+<li><a class="reference" href="#display" id="id109" name="id109">Display</a></li>
+<li><a class="reference" href="#long-line-marker" id="id110" name="id110">Long line marker</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#files-preferences" id="id111">Files preferences</a><ul>
-<li><a class="reference internal" href="#new-files" id="id112">New files</a></li>
-<li><a class="reference internal" href="#saving-files" id="id113">Saving files</a></li>
-<li><a class="reference internal" href="#id3" id="id114">Miscellaneous</a></li>
+<li><a class="reference" href="#files-preferences" id="id111" name="id111">Files preferences</a><ul>
+<li><a class="reference" href="#new-files" id="id112" name="id112">New files</a></li>
+<li><a class="reference" href="#saving-files" id="id113" name="id113">Saving files</a></li>
+<li><a class="reference" href="#id3" id="id114" name="id114">Miscellaneous</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#tools-preferences" id="id115">Tools preferences</a><ul>
-<li><a class="reference internal" href="#tool-paths" id="id116">Tool paths</a></li>
-<li><a class="reference internal" href="#commands" id="id117">Commands</a></li>
+<li><a class="reference" href="#tools-preferences" id="id115" name="id115">Tools preferences</a><ul>
+<li><a class="reference" href="#tool-paths" id="id116" name="id116">Tool paths</a></li>
+<li><a class="reference" href="#commands" id="id117" name="id117">Commands</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#template-preferences" id="id118">Template preferences</a><ul>
-<li><a class="reference internal" href="#template-data" id="id119">Template data</a></li>
+<li><a class="reference" href="#template-preferences" id="id118" name="id118">Template preferences</a><ul>
+<li><a class="reference" href="#template-data" id="id119" name="id119">Template data</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#keybinding-preferences" id="id120">Keybinding preferences</a></li>
-<li><a class="reference internal" href="#printing-preferences" id="id121">Printing preferences</a></li>
-<li><a class="reference internal" href="#terminal-vte-preferences" id="id122">Terminal (VTE) preferences</a><ul>
-<li><a class="reference internal" href="#terminal-widget" id="id123">Terminal widget</a></li>
+<li><a class="reference" href="#keybinding-preferences" id="id120" name="id120">Keybinding preferences</a></li>
+<li><a class="reference" href="#printing-preferences" id="id121" name="id121">Printing preferences</a></li>
+<li><a class="reference" href="#terminal-vte-preferences" id="id122" name="id122">Terminal (VTE) preferences</a><ul>
+<li><a class="reference" href="#terminal-widget" id="id123" name="id123">Terminal widget</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference internal" href="#project-management" id="id124">Project Management</a><ul>
-<li><a class="reference internal" href="#new-project" id="id125">New Project</a></li>
-<li><a class="reference internal" href="#project-properties" id="id126">Project Properties</a><ul>
-<li><a class="reference internal" href="#set-base-path-button" id="id127">Set Base Path Button</a></li>
+<li><a class="reference" href="#project-management" id="id124" name="id124">Project Management</a><ul>
+<li><a class="reference" href="#new-project" id="id125" name="id125">New Project</a></li>
+<li><a class="reference" href="#project-properties" id="id126" name="id126">Project Properties</a><ul>
+<li><a class="reference" href="#set-base-path-button" id="id127" name="id127">Set Base Path Button</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#open-project" id="id128">Open Project</a></li>
-<li><a class="reference internal" href="#close-project" id="id129">Close Project</a></li>
+<li><a class="reference" href="#open-project" id="id128" name="id128">Open Project</a></li>
+<li><a class="reference" href="#close-project" id="id129" name="id129">Close Project</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#build-menu" id="id130">Build Menu</a><ul>
-<li><a class="reference internal" href="#indicators" id="id131">Indicators</a></li>
-<li><a class="reference internal" href="#default-build-menu-items" id="id132">Default Build Menu Items</a><ul>
-<li><a class="reference internal" href="#compile" id="id133">Compile</a></li>
-<li><a class="reference internal" href="#build" id="id134">Build</a></li>
-<li><a class="reference internal" href="#make" id="id135">Make</a></li>
-<li><a class="reference internal" href="#make-custom-target" id="id136">Make custom target</a></li>
-<li><a class="reference internal" href="#make-object" id="id137">Make object</a></li>
-<li><a class="reference internal" href="#next-error" id="id138">Next Error</a></li>
-<li><a class="reference internal" href="#previous-error" id="id139">Previous Error</a></li>
-<li><a class="reference internal" href="#execute" id="id140">Execute</a></li>
-<li><a class="reference internal" href="#stopping-running-processes" id="id141">Stopping running processes</a><ul>
-<li><a class="reference internal" href="#terminal-emulators" id="id142">Terminal emulators</a></li>
+<li><a class="reference" href="#build-menu" id="id130" name="id130">Build Menu</a><ul>
+<li><a class="reference" href="#indicators" id="id131" name="id131">Indicators</a></li>
+<li><a class="reference" href="#default-build-menu-items" id="id132" name="id132">Default Build Menu Items</a><ul>
+<li><a class="reference" href="#compile" id="id133" name="id133">Compile</a></li>
+<li><a class="reference" href="#build" id="id134" name="id134">Build</a></li>
+<li><a class="reference" href="#make" id="id135" name="id135">Make</a></li>
+<li><a class="reference" href="#make-custom-target" id="id136" name="id136">Make custom target</a></li>
+<li><a class="reference" href="#make-object" id="id137" name="id137">Make object</a></li>
+<li><a class="reference" href="#next-error" id="id138" name="id138">Next Error</a></li>
+<li><a class="reference" href="#previous-error" id="id139" name="id139">Previous Error</a></li>
+<li><a class="reference" href="#execute" id="id140" name="id140">Execute</a></li>
+<li><a class="reference" href="#stopping-running-processes" id="id141" name="id141">Stopping running processes</a><ul>
+<li><a class="reference" href="#terminal-emulators" id="id142" name="id142">Terminal emulators</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#set-build-commands" id="id143">Set Build Commands</a></li>
+<li><a class="reference" href="#set-build-commands" id="id143" name="id143">Set Build Commands</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#build-menu-configuration" id="id144">Build Menu Configuration</a></li>
-<li><a class="reference internal" href="#build-menu-commands-dialog" id="id145">Build Menu Commands Dialog</a><ul>
-<li><a class="reference internal" href="#substitutions-in-commands-and-working-directories" id="id146">Substitutions in Commands and Working Directories</a></li>
-<li><a class="reference internal" href="#build-menu-keyboard-shortcuts" id="id147">Build Menu Keyboard Shortcuts</a></li>
-<li><a class="reference internal" href="#configuration-files" id="id148">Configuration Files</a></li>
+<li><a class="reference" href="#build-menu-configuration" id="id144" name="id144">Build Menu Configuration</a></li>
+<li><a class="reference" href="#build-menu-commands-dialog" id="id145" name="id145">Build Menu Commands Dialog</a><ul>
+<li><a class="reference" href="#substitutions-in-commands-and-working-directories" id="id146" name="id146">Substitutions in Commands and Working Directories</a></li>
+<li><a class="reference" href="#build-menu-keyboard-shortcuts" id="id147" name="id147">Build Menu Keyboard Shortcuts</a></li>
+<li><a class="reference" href="#configuration-files" id="id148" name="id148">Configuration Files</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference internal" href="#printing-support" id="id149">Printing support</a></li>
-<li><a class="reference internal" href="#plugins" id="id150">Plugins</a></li>
-<li><a class="reference internal" href="#keybindings" id="id151">Keybindings</a><ul>
-<li><a class="reference internal" href="#switching-documents" id="id152">Switching documents</a></li>
-<li><a class="reference internal" href="#configurable-keybindings" id="id153">Configurable keybindings</a><ul>
-<li><a class="reference internal" href="#file-keybindings" id="id154">File keybindings</a></li>
-<li><a class="reference internal" href="#editor-keybindings" id="id155">Editor keybindings</a></li>
-<li><a class="reference internal" href="#clipboard-keybindings" id="id156">Clipboard keybindings</a></li>
-<li><a class="reference internal" href="#select-keybindings" id="id157">Select keybindings</a></li>
-<li><a class="reference internal" href="#insert-keybindings" id="id158">Insert keybindings</a></li>
-<li><a class="reference internal" href="#format-keybindings" id="id159">Format keybindings</a></li>
-<li><a class="reference internal" href="#settings-keybindings" id="id160">Settings keybindings</a></li>
-<li><a class="reference internal" href="#search-keybindings" id="id161">Search keybindings</a></li>
-<li><a class="reference internal" href="#go-to-keybindings" id="id162">Go to keybindings</a></li>
-<li><a class="reference internal" href="#view-keybindings" id="id163">View keybindings</a></li>
-<li><a class="reference internal" href="#focus-keybindings" id="id164">Focus keybindings</a></li>
-<li><a class="reference internal" href="#notebook-tab-keybindings" id="id165">Notebook tab keybindings</a></li>
-<li><a class="reference internal" href="#document-keybindings" id="id166">Document keybindings</a></li>
-<li><a class="reference internal" href="#build-keybindings" id="id167">Build keybindings</a></li>
-<li><a class="reference internal" href="#tools-keybindings" id="id168">Tools keybindings</a></li>
-<li><a class="reference internal" href="#help-keybindings" id="id169">Help keybindings</a></li>
+<li><a class="reference" href="#printing-support" id="id149" name="id149">Printing support</a></li>
+<li><a class="reference" href="#plugins" id="id150" name="id150">Plugins</a></li>
+<li><a class="reference" href="#keybindings" id="id151" name="id151">Keybindings</a><ul>
+<li><a class="reference" href="#switching-documents" id="id152" name="id152">Switching documents</a></li>
+<li><a class="reference" href="#configurable-keybindings" id="id153" name="id153">Configurable keybindings</a><ul>
+<li><a class="reference" href="#file-keybindings" id="id154" name="id154">File keybindings</a></li>
+<li><a class="reference" href="#editor-keybindings" id="id155" name="id155">Editor keybindings</a></li>
+<li><a class="reference" href="#clipboard-keybindings" id="id156" name="id156">Clipboard keybindings</a></li>
+<li><a class="reference" href="#select-keybindings" id="id157" name="id157">Select keybindings</a></li>
+<li><a class="reference" href="#insert-keybindings" id="id158" name="id158">Insert keybindings</a></li>
+<li><a class="reference" href="#format-keybindings" id="id159" name="id159">Format keybindings</a></li>
+<li><a class="reference" href="#settings-keybindings" id="id160" name="id160">Settings keybindings</a></li>
+<li><a class="reference" href="#search-keybindings" id="id161" name="id161">Search keybindings</a></li>
+<li><a class="reference" href="#go-to-keybindings" id="id162" name="id162">Go to keybindings</a></li>
+<li><a class="reference" href="#view-keybindings" id="id163" name="id163">View keybindings</a></li>
+<li><a class="reference" href="#focus-keybindings" id="id164" name="id164">Focus keybindings</a></li>
+<li><a class="reference" href="#notebook-tab-keybindings" id="id165" name="id165">Notebook tab keybindings</a></li>
+<li><a class="reference" href="#document-keybindings" id="id166" name="id166">Document keybindings</a></li>
+<li><a class="reference" href="#build-keybindings" id="id167" name="id167">Build keybindings</a></li>
+<li><a class="reference" href="#tools-keybindings" id="id168" name="id168">Tools keybindings</a></li>
+<li><a class="reference" href="#help-keybindings" id="id169" name="id169">Help keybindings</a></li>
 </ul>
 </li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference internal" href="#id4" id="id170">Configuration files</a><ul>
-<li><a class="reference internal" href="#tools-menu-items" id="id171">Tools menu items</a></li>
-<li><a class="reference internal" href="#global-configuration-file" id="id172">Global configuration file</a></li>
-<li><a class="reference internal" href="#filetype-definition-files" id="id173">Filetype definition files</a><ul>
-<li><a class="reference internal" href="#custom-filetypes" id="id174">Custom filetypes</a></li>
-<li><a class="reference internal" href="#system-files" id="id175">System files</a></li>
-<li><a class="reference internal" href="#user-files" id="id176">User files</a></li>
-<li><a class="reference internal" href="#format" id="id177">Format</a><ul>
-<li><a class="reference internal" href="#styling-section" id="id178">[styling] Section</a><ul>
-<li><a class="reference internal" href="#using-a-named-style" id="id179">Using a named style</a></li>
+<li><a class="reference" href="#id4" id="id170" name="id170">Configuration files</a><ul>
+<li><a class="reference" href="#tools-menu-items" id="id171" name="id171">Tools menu items</a></li>
+<li><a class="reference" href="#global-configuration-file" id="id172" name="id172">Global configuration file</a></li>
+<li><a class="reference" href="#filetype-definition-files" id="id173" name="id173">Filetype definition files</a><ul>
+<li><a class="reference" href="#custom-filetypes" id="id174" name="id174">Custom filetypes</a></li>
+<li><a class="reference" href="#system-files" id="id175" name="id175">System files</a></li>
+<li><a class="reference" href="#user-files" id="id176" name="id176">User files</a></li>
+<li><a class="reference" href="#format" id="id177" name="id177">Format</a><ul>
+<li><a class="reference" href="#styling-section" id="id178" name="id178">[styling] Section</a><ul>
+<li><a class="reference" href="#using-a-named-style" id="id179" name="id179">Using a named style</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#keywords-section" id="id180">[keywords] Section</a></li>
-<li><a class="reference internal" href="#lexer-properties-section" id="id181">[lexer_properties] Section</a></li>
-<li><a class="reference internal" href="#settings-section" id="id182">[settings] Section</a></li>
-<li><a class="reference internal" href="#build-settings-section" id="id183">[build_settings] Section</a></li>
+<li><a class="reference" href="#keywords-section" id="id180" name="id180">[keywords] Section</a></li>
+<li><a class="reference" href="#lexer-properties-section" id="id181" name="id181">[lexer_properties] Section</a></li>
+<li><a class="reference" href="#settings-section" id="id182" name="id182">[settings] Section</a></li>
+<li><a class="reference" href="#build-settings-section" id="id183" name="id183">[build_settings] Section</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#special-file-filetypes-common" id="id184">Special file filetypes.common</a><ul>
-<li><a class="reference internal" href="#named-styles-section" id="id185">[named_styles] Section</a></li>
-<li><a class="reference internal" href="#id5" id="id186">[styling] Section</a></li>
-<li><a class="reference internal" href="#id6" id="id187">[settings] Section</a></li>
+<li><a class="reference" href="#special-file-filetypes-common" id="id184" name="id184">Special file filetypes.common</a><ul>
+<li><a class="reference" href="#named-styles-section" id="id185" name="id185">[named_styles] Section</a></li>
+<li><a class="reference" href="#id5" id="id186" name="id186">[styling] Section</a></li>
+<li><a class="reference" href="#id6" id="id187" name="id187">[settings] Section</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference internal" href="#filetype-extensions" id="id188">Filetype extensions</a></li>
-<li><a class="reference internal" href="#preferences-file-format" id="id189">Preferences File Format</a><ul>
-<li><a class="reference internal" href="#hidden-preferences" id="id190">Hidden preferences</a></li>
-<li><a class="reference internal" href="#build-menu-section" id="id191">[build-menu] Section</a></li>
+<li><a class="reference" href="#filetype-extensions" id="id188" name="id188">Filetype extensions</a></li>
+<li><a class="reference" href="#preferences-file-format" id="id189" name="id189">Preferences File Format</a><ul>
+<li><a class="reference" href="#hidden-preferences" id="id190" name="id190">Hidden preferences</a></li>
+<li><a class="reference" href="#build-menu-section" id="id191" name="id191">[build-menu] Section</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#project-file-format" id="id192">Project File Format</a><ul>
-<li><a class="reference internal" href="#build-menu-additions" id="id193">[build-menu] Additions</a></li>
+<li><a class="reference" href="#project-file-format" id="id192" name="id192">Project File Format</a><ul>
+<li><a class="reference" href="#build-menu-additions" id="id193" name="id193">[build-menu] Additions</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#templates" id="id194">Templates</a><ul>
-<li><a class="reference internal" href="#template-meta-data" id="id195">Template meta data</a></li>
-<li><a class="reference internal" href="#file-templates" id="id196">File templates</a><ul>
-<li><a class="reference internal" href="#custom-file-templates" id="id197">Custom file templates</a></li>
-<li><a class="reference internal" href="#filetype-templates" id="id198">Filetype templates</a></li>
+<li><a class="reference" href="#templates" id="id194" name="id194">Templates</a><ul>
+<li><a class="reference" href="#template-meta-data" id="id195" name="id195">Template meta data</a></li>
+<li><a class="reference" href="#file-templates" id="id196" name="id196">File templates</a><ul>
+<li><a class="reference" href="#custom-file-templates" id="id197" name="id197">Custom file templates</a></li>
+<li><a class="reference" href="#filetype-templates" id="id198" name="id198">Filetype templates</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#customizing-templates" id="id199">Customizing templates</a><ul>
-<li><a class="reference internal" href="#template-wildcards" id="id200">Template wildcards</a><ul>
-<li><a class="reference internal" href="#special-command-wilcard" id="id201">Special {command:} wilcard</a></li>
+<li><a class="reference" href="#customizing-templates" id="id199" name="id199">Customizing templates</a><ul>
+<li><a class="reference" href="#template-wildcards" id="id200" name="id200">Template wildcards</a><ul>
+<li><a class="reference" href="#special-command-wilcard" id="id201" name="id201">Special {command:} wilcard</a></li>
 </ul>
 </li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference internal" href="#customizing-the-toolbar" id="id202">Customizing the toolbar</a><ul>
-<li><a class="reference internal" href="#manually-editing-of-the-toolbar-layout" id="id203">Manually editing of the toolbar layout</a></li>
-<li><a class="reference internal" href="#available-toolbar-elements" id="id204">Available toolbar elements</a></li>
+<li><a class="reference" href="#customizing-the-toolbar" id="id202" name="id202">Customizing the toolbar</a><ul>
+<li><a class="reference" href="#manually-editing-of-the-toolbar-layout" id="id203" name="id203">Manually editing of the toolbar layout</a></li>
+<li><a class="reference" href="#available-toolbar-elements" id="id204" name="id204">Available toolbar elements</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference internal" href="#plugin-documentation" id="id205">Plugin documentation</a><ul>
-<li><a class="reference internal" href="#save-actions" id="id206">Save Actions</a><ul>
-<li><a class="reference internal" href="#instant-save" id="id207">Instant Save</a></li>
-<li><a class="reference internal" href="#backup-copy" id="id208">Backup Copy</a></li>
+<li><a class="reference" href="#plugin-documentation" id="id205" name="id205">Plugin documentation</a><ul>
+<li><a class="reference" href="#save-actions" id="id206" name="id206">Save Actions</a><ul>
+<li><a class="reference" href="#instant-save" id="id207" name="id207">Instant Save</a></li>
+<li><a class="reference" href="#backup-copy" id="id208" name="id208">Backup Copy</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference internal" href="#contributing-to-this-document" id="id209">Contributing to this document</a></li>
-<li><a class="reference internal" href="#scintilla-keyboard-commands" id="id210">Scintilla keyboard commands</a><ul>
-<li><a class="reference internal" href="#keyboard-commands" id="id211">Keyboard commands</a></li>
+<li><a class="reference" href="#contributing-to-this-document" id="id209" name="id209">Contributing to this document</a></li>
+<li><a class="reference" href="#scintilla-keyboard-commands" id="id210" name="id210">Scintilla keyboard commands</a><ul>
+<li><a class="reference" href="#keyboard-commands" id="id211" name="id211">Keyboard commands</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#tips-and-tricks" id="id212">Tips and tricks</a><ul>
-<li><a class="reference internal" href="#document-notebook" id="id213">Document notebook</a></li>
-<li><a class="reference internal" href="#editor" id="id214">Editor</a></li>
-<li><a class="reference internal" href="#interface" id="id215">Interface</a></li>
-<li><a class="reference internal" href="#gtk-related" id="id216">GTK-related</a></li>
+<li><a class="reference" href="#tips-and-tricks" id="id212" name="id212">Tips and tricks</a><ul>
+<li><a class="reference" href="#document-notebook" id="id213" name="id213">Document notebook</a></li>
+<li><a class="reference" href="#editor" id="id214" name="id214">Editor</a></li>
+<li><a class="reference" href="#interface" id="id215" name="id215">Interface</a></li>
+<li><a class="reference" href="#gtk-related" id="id216" name="id216">GTK-related</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#compile-time-options" id="id217">Compile-time options</a><ul>
-<li><a class="reference internal" href="#src-geany-h" id="id218">src/geany.h</a></li>
-<li><a class="reference internal" href="#project-h" id="id219">project.h</a></li>
-<li><a class="reference internal" href="#editor-h" id="id220">editor.h</a></li>
-<li><a class="reference internal" href="#keyfile-c" id="id221">keyfile.c</a></li>
-<li><a class="reference internal" href="#build-h" id="id222">build.h</a></li>
-<li><a class="reference internal" href="#build-c" id="id223">build.c</a></li>
+<li><a class="reference" href="#compile-time-options" id="id217" name="id217">Compile-time options</a><ul>
+<li><a class="reference" href="#src-geany-h" id="id218" name="id218">src/geany.h</a></li>
+<li><a class="reference" href="#project-h" id="id219" name="id219">project.h</a></li>
+<li><a class="reference" href="#editor-h" id="id220" name="id220">editor.h</a></li>
+<li><a class="reference" href="#keyfile-c" id="id221" name="id221">keyfile.c</a></li>
+<li><a class="reference" href="#build-h" id="id222" name="id222">build.h</a></li>
+<li><a class="reference" href="#build-c" id="id223" name="id223">build.c</a></li>
 </ul>
 </li>
-<li><a class="reference internal" href="#gnu-general-public-license" id="id224">GNU General Public License</a></li>
-<li><a class="reference internal" href="#license-for-scintilla-and-scite" id="id225">License for Scintilla and SciTE</a></li>
+<li><a class="reference" href="#gnu-general-public-license" id="id224" name="id224">GNU General Public License</a></li>
+<li><a class="reference" href="#license-for-scintilla-and-scite" id="id225" name="id225">License for Scintilla and SciTE</a></li>
 </ul>
 </div>
-<div class="section" id="introduction">
-<h1><a class="toc-backref" href="#id12">Introduction</a></h1>
-<div class="section" id="about-geany">
-<h2><a class="toc-backref" href="#id13">About Geany</a></h2>
+<div class="section">
+<h1><a class="toc-backref" href="#id12" id="introduction" name="introduction">Introduction</a></h1>
+<div class="section">
+<h2><a class="toc-backref" href="#id13" id="about-geany" name="about-geany">About Geany</a></h2>
 <p>Geany is a small and lightweight Integrated Development Environment. It
 was developed to provide a small and fast IDE, which has only a few
 dependencies on other packages. Another goal was to be as independent
@@ -507,56 +507,56 @@
 <li>Plugin interface</li>
 </ul>
 </div>
-<div class="section" id="where-to-get-it">
-<h2><a class="toc-backref" href="#id14">Where to get it</a></h2>
-<p>You can obtain Geany from <a class="reference external" href="http://www.geany.org/">http://www.geany.org/</a> or perhaps also from
+<div class="section">
+<h2><a class="toc-backref" href="#id14" 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://www.geany.org/">http://www.geany.org/</a> or perhaps also from
 your distribution. For a list of available packages, please see
-<a class="reference external" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
+<a class="reference" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
 </div>
-<div class="section" id="license">
-<h2><a class="toc-backref" href="#id15">License</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id15" 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
 license can be found in the file COPYING included with the source
-code of this program and in the chapter, <a class="reference internal" href="#gnu-general-public-license">GNU General Public License</a>.</p>
+code of this program and in the chapter, <a class="reference" href="#gnu-general-public-license">GNU General Public License</a>.</p>
 <p>The included Scintilla library (found in the subdirectory
-<tt class="docutils literal">scintilla/</tt>) has its own license, which can be found in the chapter,
-<a class="reference internal" href="#license-for-scintilla-and-scite">License for Scintilla and SciTE</a>.</p>
+<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" id="about-this-document">
-<h2><a class="toc-backref" href="#id16">About this document</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id16" id="about-this-document" name="about-this-document">About this document</a></h2>
 <p>This documentation is available in HTML and text formats.
-The latest version can always be found at <a class="reference external" href="http://www.geany.org/">http://www.geany.org/</a>.</p>
-<p>If you want to contribute to it, see <a class="reference internal" href="#contributing-to-this-document">Contributing to this document</a>.</p>
+The latest version can always be found at <a class="reference" href="http://www.geany.org/">http://www.geany.org/</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" id="installation">
-<h1><a class="toc-backref" href="#id17">Installation</a></h1>
-<div class="section" id="requirements">
-<h2><a class="toc-backref" href="#id18">Requirements</a></h2>
+<div class="section">
+<h1><a class="toc-backref" href="#id17" id="installation" name="installation">Installation</a></h1>
+<div class="section">
+<h2><a class="toc-backref" href="#id18" id="requirements" name="requirements">Requirements</a></h2>
 <p>You will need the GTK (>= 2.8.0) libraries and their dependencies
 (Pango, GLib and ATK). Your distro should provide packages for these,
 usually installed by default. For Windows, you can download an installer
 from the website which bundles these libraries.</p>
 </div>
-<div class="section" id="binary-packages">
-<h2><a class="toc-backref" href="#id19">Binary packages</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id19" id="binary-packages" name="binary-packages">Binary packages</a></h2>
 <p>There are many binary packages available. For an up-to-date but maybe
-incomplete list see <a class="reference external" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
+incomplete list see <a class="reference" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
 </div>
-<div class="section" id="source-compilation">
-<h2><a class="toc-backref" href="#id20">Source compilation</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id20" id="source-compilation" name="source-compilation">Source compilation</a></h2>
 <p>Compiling Geany is quite easy.
 To do so, you need the GTK (>= 2.8.0) libraries and header files.
 You also need the Pango, GLib and ATK libraries and header files.
-All these files are available at <a class="reference external" href="http://www.gtk.org">http://www.gtk.org</a>, but very often
+All these files are available at <a class="reference" href="http://www.gtk.org">http://www.gtk.org</a>, but very often
 your distro will provide development packages to save the trouble of
 building these yourself.</p>
 <p>Furthermore you need, of course, a C and C++ compiler. The GNU versions
 of these tools are recommended.</p>
-<div class="section" id="autotools-based-build-system">
-<h3><a class="toc-backref" href="#id21">Autotools based build system</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id21" id="autotools-based-build-system" name="autotools-based-build-system">Autotools based build system</a></h3>
 <p>The Autotools based build system is very mature and has been well tested.
 To use it, you just need the Make tool, preferably GNU Make.</p>
 <p>Then run the following commands:</p>
@@ -569,8 +569,8 @@
 % make install
 </pre>
 </div>
-<div class="section" id="waf-based-build-system">
-<h3><a class="toc-backref" href="#id22">Waf based build system</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id22" id="waf-based-build-system" name="waf-based-build-system">Waf based build system</a></h3>
 <p>The Waf build system is still quite young and under heavy development but already in a
 usable state. In contrast to the Autotools system, Waf needs Python. So before using Waf, you need
 to install Python on your system.
@@ -578,7 +578,7 @@
 build process might be a bit faster. Especially when you use the Waf
 cache feature for repetitive builds (e.g. when changing only a few source files
 to test something) will become much faster since Waf will cache and re-use the
-unchanged built files and only compile the changed code again. See <a class="reference internal" href="#waf-cache">Waf Cache</a> for details.
+unchanged built files and only compile the changed code again. See <a class="reference" href="#waf-cache">Waf Cache</a> for details.
 To build Geany with Waf as run:</p>
 <pre class="literal-block">
 $ ./waf configure
@@ -588,13 +588,13 @@
 <pre class="literal-block">
 % ./waf install
 </pre>
-<div class="section" id="waf-cache">
-<h4><a class="toc-backref" href="#id23">Waf Cache</a></h4>
+<div class="section">
+<h4><a class="toc-backref" href="#id23" id="waf-cache" name="waf-cache">Waf Cache</a></h4>
 <p>The Waf build system has a nice and interesting feature which can help  to avoid
 a lot of unnecessary rebuilding of unchanged code. This often happens when developing new features
 or trying to debug something in Geany.
 Waf is able to store and retrieve the object files from a cache. This cache is declared
-using the environment variable <tt class="docutils literal">WAFCACHE</tt>.
+using the environment variable <tt class="docutils literal"><span class="pre">WAFCACHE</span></tt>.
 A possible location of the cache directory could be <tt class="docutils literal"><span class="pre">~/.cache/waf</span></tt>. In order to make use of
 this, you first need to create this directory:</p>
 <pre class="literal-block">
@@ -605,11 +605,11 @@
 <pre class="literal-block">
 export WAFCACHE=/home/username/.cache/waf
 </pre>
-<p>Remember to replace <tt class="docutils literal">username</tt> with your actual username.</p>
+<p>Remember to replace <tt class="docutils literal"><span class="pre">username</span></tt> with your actual username.</p>
 <p>More information about the Waf cache feature are available at
-<a class="reference external" href="http://code.google.com/p/waf/wiki/CacheObjectFiles">http://code.google.com/p/waf/wiki/CacheObjectFiles</a>.</p>
-<div class="section" id="cleaning-the-cache">
-<h5><a class="toc-backref" href="#id24">Cleaning the Cache</a></h5>
+<a class="reference" href="http://code.google.com/p/waf/wiki/CacheObjectFiles">http://code.google.com/p/waf/wiki/CacheObjectFiles</a>.</p>
+<div class="section">
+<h5><a class="toc-backref" href="#id24" id="cleaning-the-cache" name="cleaning-the-cache">Cleaning the Cache</a></h5>
 <p>You should be careful about the size of the cache directory as it may
 grow rapidly over time.
 Waf doesn't do any cleaning or other house-keeping of the cache yet, so you need to keep it
@@ -620,12 +620,12 @@
 $ find /home/username/.cache/waf -mtime +14 -exec rm {} \;
 </pre>
 <p>This will delete all files in the cache directory which are older than 14 days.</p>
-<p>For details about the <tt class="docutils literal">find</tt> command and its options, check its manual page.</p>
+<p>For details about the <tt class="docutils literal"><span class="pre">find</span></tt> command and its options, check its manual page.</p>
 </div>
 </div>
 </div>
-<div class="section" id="custom-installation">
-<h3><a class="toc-backref" href="#id25">Custom installation</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id25" id="custom-installation" name="custom-installation">Custom installation</a></h3>
 <p>The configure script supports several common options, for a detailed
 list, type:</p>
 <pre class="literal-block">
@@ -639,40 +639,40 @@
 <p>You may also want to read the INSTALL file for advanced installation
 options.</p>
 <ul class="simple">
-<li>See also <a class="reference internal" href="#compile-time-options">Compile-time options</a>.</li>
+<li>See also <a class="reference" href="#compile-time-options">Compile-time options</a>.</li>
 </ul>
 </div>
-<div class="section" id="dynamic-linking-loader-support-and-vte">
-<h3><a class="toc-backref" href="#id26">Dynamic linking loader support and VTE</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id26" id="dynamic-linking-loader-support-and-vte" name="dynamic-linking-loader-support-and-vte">Dynamic linking loader support and VTE</a></h3>
 <p>In the case that your system lacks dynamic linking loader support, you
-probably want to pass the option <tt class="docutils literal"><span class="pre">--disable-vte</span></tt> to the <tt class="docutils literal">configure</tt>
+probably want to pass the option <tt class="docutils literal"><span class="pre">--disable-vte</span></tt> to the <tt class="docutils literal"><span class="pre">configure</span></tt>
 script. This prevents compiling Geany with dynamic linking loader
-support for automatically loading <tt class="docutils literal">libvte.so.4</tt> if available.</p>
+support for automatically loading <tt class="docutils literal"><span class="pre">libvte.so.4</span></tt> if available.</p>
 </div>
-<div class="section" id="build-problems">
-<h3><a class="toc-backref" href="#id27">Build problems</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id27" id="build-problems" name="build-problems">Build problems</a></h3>
 <p>If there are any errors during compilation, check your build
 environment and try to find the error, otherwise contact the mailing
 list or one the authors. Sometimes you might need to ask for specific
 help from your distribution.</p>
 </div>
 </div>
-<div class="section" id="installation-prefix">
-<h2><a class="toc-backref" href="#id28">Installation prefix</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id28" id="installation-prefix" name="installation-prefix">Installation prefix</a></h2>
 <p>If you want to edit any of Geany's system configuration files after
 installation you will need to know the installation prefix.  Usually this
 is not necessary as you can just use per user configuration files and
 you will not need root permissions.</p>
-<p>Use the <tt class="docutils literal"><span class="pre">--print-prefix</span></tt> option to Geany to check - see <a class="reference internal" href="#command-line-options">Command line
+<p>Use the <tt class="docutils literal"><span class="pre">--print-prefix</span></tt> option to Geany to check - see <a class="reference" href="#command-line-options">Command line
 options</a>. The first path is the prefix.</p>
-<p>This is commonly <tt class="docutils literal">/usr</tt> if you installed from a binary package, or
-<tt class="docutils literal">/usr/local</tt> if you build from source.</p>
+<p>This is commonly <tt class="docutils literal"><span class="pre">/usr</span></tt> if you installed from a binary package, or
+<tt class="docutils literal"><span class="pre">/usr/local</span></tt> if you build from source.</p>
 </div>
 </div>
-<div class="section" id="usage">
-<h1><a class="toc-backref" href="#id29">Usage</a></h1>
-<div class="section" id="getting-started">
-<h2><a class="toc-backref" href="#id30">Getting started</a></h2>
+<div class="section">
+<h1><a class="toc-backref" href="#id29" id="usage" name="usage">Usage</a></h1>
+<div class="section">
+<h2><a class="toc-backref" href="#id30" id="getting-started" name="getting-started">Getting started</a></h2>
 <p>You can start Geany in the following ways:</p>
 <ul>
 <li><p class="first">From the Desktop Environment menu:</p>
@@ -688,8 +688,8 @@
 </li>
 </ul>
 </div>
-<div class="section" id="the-geany-workspace">
-<h2><a class="toc-backref" href="#id31">The Geany workspace</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id31" id="the-geany-workspace" name="the-geany-workspace">The Geany workspace</a></h2>
 <p>The Geany window is shown in the following figure:</p>
 <img alt="./images/main_window.png" src="./images/main_window.png" />
 <p>The workspace has the following parts:</p>
@@ -717,8 +717,8 @@
 <p>The sizes of the sidebar and message window can be adjusted by
 dragging the dividers.</p>
 </div>
-<div class="section" id="command-line-options">
-<h2><a class="toc-backref" href="#id32">Command line options</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id32" id="command-line-options" name="command-line-options">Command line options</a></h2>
 <table border="1" class="docutils">
 <colgroup>
 <col width="9%" />
@@ -747,7 +747,7 @@
 <td>--config=directory_name</td>
 <td>Use an alternate configuration directory. The default
 configuration directory is <tt class="docutils literal"><span class="pre">~/.config/geany/</span></tt> and that
-is where <tt class="docutils literal">geany.conf</tt> and other configuration files
+is where <tt class="docutils literal"><span class="pre">geany.conf</span></tt> and other configuration files
 reside.</td>
 </tr>
 <tr><td><em>none</em></td>
@@ -758,7 +758,7 @@
 <tr><td>-g</td>
 <td>--generate-tags</td>
 <td>Generate a global tags file (see
-<a class="reference internal" href="#generating-a-global-tags-file">Generating a global tags file</a>).</td>
+<a class="reference" href="#generating-a-global-tags-file">Generating a global tags file</a>).</td>
 </tr>
 <tr><td>-P</td>
 <td>--no-preprocessing</td>
@@ -803,7 +803,7 @@
 <td>--no-terminal</td>
 <td>Do not load terminal support. Use this option if you do
 not want to load the virtual terminal emulator widget
-at startup. If you do not have <tt class="docutils literal">libvte.so.4</tt> installed,
+at startup. If you do not have <tt class="docutils literal"><span class="pre">libvte.so.4</span></tt> installed,
 then terminal-support is automatically disabled. Only
 available if Geany was compiled with support for VTE.</td>
 </tr>
@@ -821,7 +821,7 @@
 <td>--vte-lib</td>
 <td>Specify explicitly the path including filename or only
 the filename to the VTE library, e.g.
-<tt class="docutils literal">/usr/lib/libvte.so</tt> or <tt class="docutils literal">libvte.so</tt>. This option is
+<tt class="docutils literal"><span class="pre">/usr/lib/libvte.so</span></tt> or <tt class="docutils literal"><span class="pre">libvte.so</span></tt>. This option is
 only needed when the auto-detection does not work. Only
 available if Geany was compiled with support for VTE.</td>
 </tr>
@@ -860,13 +860,13 @@
 <p>Geany supports all generic GTK options, a list is available on the
 help screen.</p>
 </div>
-<div class="section" id="general">
-<h2><a class="toc-backref" href="#id33">General</a></h2>
-<div class="section" id="startup">
-<h3><a class="toc-backref" href="#id34">Startup</a></h3>
+<div class="section">
+<h2><a class="toc-backref" href="#id33" id="general" name="general">General</a></h2>
+<div class="section">
+<h3><a class="toc-backref" href="#id34" id="startup" name="startup">Startup</a></h3>
 <p>At startup, Geany loads all files from the last time Geany was
 launched. You can disable this feature in the preferences dialog
-(see <a class="reference internal" href="#general-startup-preferences">General Startup preferences</a>). If you specify some
+(see <a class="reference" href="#general-startup-preferences">General Startup preferences</a>). If you specify some
 files on the command line, only these files will be opened, but you
 can find the files from the last session in the file menu under the
 "Recent files" item. By default this contains the last 10 recently
@@ -877,8 +877,8 @@
 do not specify any filenames on the command-line, or disable opening
 files in a running instance using the appropriate command line option.</p>
 </div>
-<div class="section" id="opening-files-from-the-command-line-in-a-running-instance">
-<h3><a class="toc-backref" href="#id35">Opening files from the command-line in a running instance</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id35" id="opening-files-from-the-command-line-in-a-running-instance" name="opening-files-from-the-command-line-in-a-running-instance">Opening files from the command-line in a running instance</a></h3>
 <p>Geany detects if there is an an instance of itself already running and opens files
 from the command-line in that instance. So, Geany can
 be used to view and edit files by opening them from other programs
@@ -887,22 +887,22 @@
 <pre class="literal-block">
 geany some_file.foo:55:4
 </pre>
-<p>This would open the file <tt class="docutils literal">some_file.foo</tt> with the cursor on line 55,
+<p>This would open the file <tt class="docutils literal"><span class="pre">some_file.foo</span></tt> with the cursor on line 55,
 column 4.</p>
 <p>If you do not like this for some reason, you can disable using the first
 instance by using the appropriate command line option -- see the section
-called <a class="reference internal" href="#command-line-options">Command line options</a>.</p>
+called <a class="reference" href="#command-line-options">Command line options</a>.</p>
 </div>
-<div class="section" id="virtual-terminal-emulator-widget-vte">
-<h3><a class="toc-backref" href="#id36">Virtual terminal emulator widget (VTE)</a></h3>
-<p>If you have installed <tt class="docutils literal">libvte.so</tt> on your system, it is loaded
+<div class="section">
+<h3><a class="toc-backref" href="#id36" id="virtual-terminal-emulator-widget-vte" name="virtual-terminal-emulator-widget-vte">Virtual terminal emulator widget (VTE)</a></h3>
+<p>If you have installed <tt class="docutils literal"><span class="pre">libvte.so</span></tt> on your system, it is loaded
 automatically by Geany, and you will have a terminal widget in the
 notebook at the bottom.</p>
-<p>If Geany cannot find any <tt class="docutils literal">libvte.so</tt> at startup, the terminal widget
+<p>If Geany cannot find any <tt class="docutils literal"><span class="pre">libvte.so</span></tt> at startup, the terminal widget
 will not be loaded. So there is no need to install the package containing
 this file in order to run Geany. Additionally, you can disable the use
 of the terminal widget by command line option, for more information
-see the section called <a class="reference internal" href="#command-line-options">Command line options</a>.</p>
+see the section called <a class="reference" href="#command-line-options">Command line options</a>.</p>
 <p>You can use this terminal (from now on called VTE) much as you would
 a terminal program like xterm. There is basic clipboard support. You
 can paste the contents of the clipboard by pressing the right mouse
@@ -919,26 +919,26 @@
 you can use the argument <tt class="docutils literal"><span class="pre">--login</span></tt>.</p>
 <div class="note">
 <p class="first admonition-title">Note</p>
-<p class="last">Geany tries to load <tt class="docutils literal">libvte.so</tt>. If this fails, it tries to load
+<p class="last">Geany tries to load <tt class="docutils literal"><span class="pre">libvte.so</span></tt>. If this fails, it tries to load
 some other filenames. If this fails too, you should check whether you
 installed libvte correctly. Again note, Geany will run without this
 library.</p>
 </div>
 <p>It could be, that the library is called something else than
-<tt class="docutils literal">libvte.so</tt> (e.g. on FreeBSD 6.0 it is called <tt class="docutils literal">libvte.so.8</tt>). If so
+<tt class="docutils literal"><span class="pre">libvte.so</span></tt> (e.g. on FreeBSD 6.0 it is called <tt class="docutils literal"><span class="pre">libvte.so.8</span></tt>). If so
 please set a link to the correct file (as root):</p>
 <pre class="literal-block">
 # ln -s /usr/lib/libvte.so.X /usr/lib/libvte.so
 </pre>
 <p>Obviously, you have to adjust the paths and set X to the number of your
-<tt class="docutils literal">libvte.so</tt>.</p>
+<tt class="docutils literal"><span class="pre">libvte.so</span></tt>.</p>
 <p>You can also specify the filename of the VTE library to use on the command
-line (see the section called <a class="reference internal" href="#command-line-options">Command line options</a>) or at compile time
+line (see the section called <a class="reference" href="#command-line-options">Command line options</a>) or at compile time
 by specifying the command line option <tt class="docutils literal"><span class="pre">--with-vte-module-path</span></tt> to
 ./configure.</p>
 </div>
-<div class="section" id="defining-own-widget-styles-using-gtkrc-2-0">
-<h3><a class="toc-backref" href="#id37">Defining own widget styles using .gtkrc-2.0</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id37" id="defining-own-widget-styles-using-gtkrc-2-0" name="defining-own-widget-styles-using-gtkrc-2-0">Defining own widget styles using .gtkrc-2.0</a></h3>
 <p>You can define your widget style for many of Geany's GUI parts. To
 do this, just edit your <tt class="docutils literal"><span class="pre">.gtkrc-2.0</span></tt> (usually found in your home
 directory on UNIX-like systems and in the etc subdirectory of your
@@ -978,10 +978,10 @@
 </pre>
 </div>
 </div>
-<div class="section" id="documents">
-<h2><a class="toc-backref" href="#id38">Documents</a></h2>
-<div class="section" id="switching-between-documents">
-<h3><a class="toc-backref" href="#id39">Switching between documents</a></h3>
+<div class="section">
+<h2><a class="toc-backref" href="#id38" id="documents" name="documents">Documents</a></h2>
+<div class="section">
+<h3><a class="toc-backref" href="#id39" id="switching-between-documents" name="switching-between-documents">Switching between documents</a></h3>
 <p>The documents list and the editor tabs are two different ways
 to switch between documents using the mouse. When you hit the key
 combination to move between tabs, the order is determined by the tab
@@ -989,14 +989,14 @@
 (regardless of whether or not editor tabs are visible).</p>
 <p>The tabs can be positioned at the top, bottom, left, or right of the
 main editing window, by a selection in the interface preferences.</p>
-<p>See the <a class="reference internal" href="#notebook-tab-keybindings">Notebook tab keybindings</a> section for useful
+<p>See the <a class="reference" href="#notebook-tab-keybindings">Notebook tab keybindings</a> section for useful
 shortcuts including for Most-Recently-Used document switching.</p>
 </div>
 </div>
-<div class="section" id="character-sets-and-unicode-byte-order-mark-bom">
-<h2><a class="toc-backref" href="#id40">Character sets and Unicode Byte-Order-Mark (BOM)</a></h2>
-<div class="section" id="using-character-sets">
-<h3><a class="toc-backref" href="#id41">Using character sets</a></h3>
+<div class="section">
+<h2><a class="toc-backref" href="#id40" id="character-sets-and-unicode-byte-order-mark-bom" name="character-sets-and-unicode-byte-order-mark-bom">Character sets and Unicode Byte-Order-Mark (BOM)</a></h2>
+<div class="section">
+<h3><a class="toc-backref" href="#id41" id="using-character-sets" name="using-character-sets">Using character sets</a></h3>
 <p>Geany provides support for detecting and converting character sets. So
 you can open and save files in different character sets, and even
 convert a file from one character set to another. To do this,
@@ -1042,8 +1042,8 @@
 </li>
 </ul>
 </div>
-<div class="section" id="in-file-encoding-specification">
-<h3><a class="toc-backref" href="#id42">In-file encoding specification</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id42" id="in-file-encoding-specification" name="in-file-encoding-specification">In-file encoding specification</a></h3>
 <p>Geany detects meta tags of HTML files which contain charset information
 like:</p>
 <pre class="literal-block">
@@ -1070,7 +1070,7 @@
 correctly the next time.</p>
 <p>Since Geany 0.15 you can also use lines which match the
 regular expression used to find the encoding string:
-<tt class="docutils literal"><span class="pre">coding[\t</span> <span class="pre">]*[:=][\t</span> <span class="pre">]*([a-z0-9-]+)[\t</span> ]*</tt></p>
+<tt class="docutils literal"><span class="pre">coding[\t</span> <span class="pre">]*[:=][\t</span> <span class="pre">]*([a-z0-9-]+)[\t</span> <span class="pre">]*</span></tt></p>
 <div class="note">
 <p class="first admonition-title">Note</p>
 <p class="last">These specifications must be in the first 512 bytes of the file.
@@ -1085,8 +1085,8 @@
 # coding: ISO-8859-15
 </pre>
 </div>
-<div class="section" id="special-encoding-none">
-<h3><a class="toc-backref" href="#id43">Special encoding "None"</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id43" id="special-encoding-none" name="special-encoding-none">Special encoding "None"</a></h3>
 <p>There is a special encoding "None" which uses no
 encoding. It is useful when you know that Geany cannot auto-detect
 the encoding of a file and it is not displayed correctly. Especially
@@ -1095,10 +1095,10 @@
 of the first NULL-byte. Using this encoding opens the file as it is
 without any character conversion.</p>
 </div>
-<div class="section" id="unicode-byte-order-mark-bom">
-<h3><a class="toc-backref" href="#id44">Unicode Byte-Order-Mark (BOM)</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id44" id="unicode-byte-order-mark-bom" name="unicode-byte-order-mark-bom">Unicode Byte-Order-Mark (BOM)</a></h3>
 <p>Furthermore, Geany detects a Unicode Byte Order Mark (see
-<a class="reference external" href="http://en.wikipedia.org/wiki/Byte_Order_Mark">http://en.wikipedia.org/wiki/Byte_Order_Mark</a> for details). Of course,
+<a class="reference" href="http://en.wikipedia.org/wiki/Byte_Order_Mark">http://en.wikipedia.org/wiki/Byte_Order_Mark</a> for details). Of course,
 this feature is only available if the opened file is in a 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
@@ -1118,10 +1118,10 @@
 </div>
 </div>
 </div>
-<div class="section" id="editing">
-<h2><a class="toc-backref" href="#id45">Editing</a></h2>
-<div class="section" id="folding">
-<h3><a class="toc-backref" href="#id46">Folding</a></h3>
+<div class="section">
+<h2><a class="toc-backref" href="#id45" id="editing" name="editing">Editing</a></h2>
+<div class="section">
+<h3><a class="toc-backref" href="#id46" id="folding" name="folding">Folding</a></h3>
 <p>Geany provides basic code folding support. Folding means the ability to
 show and hide parts of the text in the current file. You can hide
 unimportant code sections and concentrate on the parts you are working on
@@ -1145,8 +1145,8 @@
 children of a fold point" option is enabled, pressing Shift will disable
 it for this click and vice versa.</p>
 </div>
-<div class="section" id="column-mode-editing-rectangular-selections">
-<h3><a class="toc-backref" href="#id47">Column mode editing (rectangular selections)</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id47" id="column-mode-editing-rectangular-selections" name="column-mode-editing-rectangular-selections">Column mode editing (rectangular selections)</a></h3>
 <p>There is basic support for column mode editing. To use it, create a

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list