From a46536904422dc10be69659629d3ef4be31fd197 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Mon, 13 Jun 2011 20:42:55 +0000 Subject: [PATCH] Stop talking about pre-GTK 2.12 tricks in the manual git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5842 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 2 ++ doc/geany.html | 18 +++++++----------- doc/geany.txt | 18 ++++++------------ 3 files changed, 15 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4761f8d1..7f6fe721 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ src/keyfile.c, src/main.c, src/prefs.c, src/printing.c, src/printing.h: Enable GTK printing support unconditionally. + * doc/geany.html, doc/geany.txt: + Stop talking about pre-GTK 2.12 tricks. 2011-06-11 Colomban Wendling diff --git a/doc/geany.html b/doc/geany.html index bcde1327..ec621c93 100644 --- a/doc/geany.html +++ b/doc/geany.html @@ -1537,21 +1537,17 @@ keybindings.

Inserting Unicode characters

-

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 and hit Enter or Return (still -holding Ctrl-Shift). If you release Ctrl-Shift before hitting Enter or Return -(or any other character), the code insertion is completed, but the typed -character is also entered. In the case of Enter/Return, it is a newline, as -you might expect.

+

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 and hit Enter or Return (still holding Ctrl-Shift). If you release +Ctrl-Shift before hitting Enter or Return (or any other character), the code +insertion is completed, but the typed character is also entered. In the case +of Enter/Return, it is a newline, as you might expect.

In some earlier versions of Geany, you might need to first unbind Ctrl-Shift-u in the keybinding preferences, then select Tools->Reload Configuration or restart Geany. Note that it works slightly differently from other GTK applications, in that you'll need to continue to hold down the Ctrl and Shift keys while typing the code point hex digits (and the Enter or Return to finish the code point).

-

For GTK < 2.10, it is also possible, but typing the first Ctrl-Shift-u -is not necessary. One problem is that you may find the alphabetic -keys conflict with other Geany keybindings.

@@ -6577,7 +6573,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.

diff --git a/doc/geany.txt b/doc/geany.txt index fe5588c0..19974a81 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -1115,13 +1115,12 @@ can define keybindings for snippets under the *Keybindings* group in Inserting Unicode characters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -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 and hit Enter or Return (still -holding Ctrl-Shift). If you release Ctrl-Shift before hitting Enter or Return -(or any other character), the code insertion is completed, but the typed -character is also entered. In the case of Enter/Return, it is a newline, as -you might expect. +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 and hit Enter or Return (still holding Ctrl-Shift). If you release +Ctrl-Shift before hitting Enter or Return (or any other character), the code +insertion is completed, but the typed character is also entered. In the case +of Enter/Return, it is a newline, as you might expect. In some earlier versions of Geany, you might need to first unbind Ctrl-Shift-u @@ -1130,11 +1129,6 @@ or restart Geany. Note that it works slightly differently from other GTK applications, in that you'll need to continue to hold down the Ctrl and Shift keys while typing the code point hex digits (and the Enter or Return to finish the code point). -For GTK < 2.10, it is also possible, but typing the first Ctrl-Shift-u -is not necessary. One problem is that you may find the alphabetic -keys conflict with other Geany keybindings. - - Search, replace and go to -------------------------