SF.net SVN: geany:[4616] branches/geany-0.18.1

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jan 31 16:28:49 UTC 2010


Revision: 4616
          http://geany.svn.sourceforge.net/geany/?rev=4616&view=rev
Author:   eht16
Date:     2010-01-31 16:28:42 +0000 (Sun, 31 Jan 2010)

Log Message:
-----------
Backport from trunk:
Fix slightly wrong description of how to insert Unicode characters.

Modified Paths:
--------------
    branches/geany-0.18.1/ChangeLog
    branches/geany-0.18.1/doc/geany.txt

Modified: branches/geany-0.18.1/ChangeLog
===================================================================
--- branches/geany-0.18.1/ChangeLog	2010-01-31 16:28:21 UTC (rev 4615)
+++ branches/geany-0.18.1/ChangeLog	2010-01-31 16:28:42 UTC (rev 4616)
@@ -30,6 +30,12 @@
    Kurt de Bree into section of previous translators.
 
 
+2009-11-17  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * doc/geany.txt:
+   Fix slightly wrong description of how to insert Unicode characters.
+
+
 2009-11-12  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * tagmanager/ctags.c, tagmanager/general.h:

Modified: branches/geany-0.18.1/doc/geany.txt
===================================================================
--- branches/geany-0.18.1/doc/geany.txt	2010-01-31 16:28:21 UTC (rev 4615)
+++ branches/geany-0.18.1/doc/geany.txt	2010-01-31 16:28:42 UTC (rev 4616)
@@ -988,10 +988,10 @@
 Inserting Unicode characters
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-With GTK 2.10 and above, you can hit Ctrl-Shift-u, then still holding
-Ctrl-Shift, type some hex digits representing the code point for the
-character you want, then let go of Ctrl-Shift and hit a key such as
-the right arrow.
+With GTK 2.10 and above, you can insert Unicode code points by hitting
+Ctrl-Shift-u, then still holding Ctrl-Shift, type some hex digits representing
+the code point for the character you want, then let go of Ctrl-Shift and
+hit Enter or Return.
 
 For this to work in Geany, you'll need to first unbind Ctrl-Shift-u
 in the `keybinding preferences`_, then restart Geany.


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