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
This commit is contained in:
Colomban Wendling 2011-06-13 20:42:55 +00:00
parent acc1ad557c
commit a465369044
3 changed files with 15 additions and 23 deletions

View File

@ -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 <colomban(at)geany(dot)org>

View File

@ -1537,21 +1537,17 @@ keybindings.</p>
</div>
<div class="section" id="inserting-unicode-characters">
<h3><a class="toc-backref" href="#id57">Inserting Unicode characters</a></h3>
<p>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.</p>
<p>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.</p>
<p>In some earlier versions of Geany, you might need to first unbind Ctrl-Shift-u
in the <a class="reference internal" href="#keybinding-preferences">keybinding preferences</a>, then select <em>Tools-&gt;Reload Configuration</em>
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).</p>
<p>For GTK &lt; 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.</p>
</div>
</div>
<div class="section" id="search-replace-and-go-to">
@ -6577,7 +6573,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<div class="footer">
<hr class="footer" />
<a class="reference external" href="geany.txt">View document source</a>.
Generated on: 2011-06-13 20:12 UTC.
Generated on: 2011-06-13 20:17 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>

View File

@ -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
-------------------------