SF.net SVN: geany:[3907] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Jun 30 18:32:03 UTC 2009


Revision: 3907
          http://geany.svn.sourceforge.net/geany/?rev=3907&view=rev
Author:   eht16
Date:     2009-06-30 18:32:03 +0000 (Tue, 30 Jun 2009)

Log Message:
-----------
Fix wrong default values for the 'Show Calltip' keybinding.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.html
    trunk/doc/geany.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-29 19:51:41 UTC (rev 3906)
+++ trunk/ChangeLog	2009-06-30 18:32:03 UTC (rev 3907)
@@ -1,3 +1,9 @@
+2009-06-30  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * doc/geany.html, doc/geany.txt:
+   Fix wrong default values for the 'Show Calltip' keybinding.
+
+
 2009-06-29  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * data/filetypes.tcl, src/symbols.c:

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2009-06-29 19:51:41 UTC (rev 3906)
+++ trunk/doc/geany.html	2009-06-30 18:32:03 UTC (rev 3907)
@@ -6,7 +6,7 @@
 <meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
 <title>Geany</title>
 <meta name="authors" content="Enrico Tröger  Nick Treleaven  Frank Lanitz" />
-<meta name="date" content="$Date$" />
+<meta name="date" content="2009-06-29" />
 <style type="text/css">
 
 /*
@@ -139,7 +139,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>$Date$</td></tr>
+<td>2009-06-29</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.18</td></tr>
 </tbody>
@@ -2776,8 +2776,7 @@
 <td>Shows auto completion list.</td>
 </tr>
 <tr><td>Show calltip</td>
-<td>Alt-Space (Unix)
-Alt-Shift-Space (Windows)</td>
+<td>Ctrl-Shift-Space</td>
 <td>Shows call tips for the current function or
 method.</td>
 </tr>
@@ -4953,7 +4952,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference external" href="geany.txt">View document source</a>.
-Generated on: 2009-06-29 19:45 UTC.
+Generated on: 2009-06-30 18:30 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>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2009-06-29 19:51:41 UTC (rev 3906)
+++ trunk/doc/geany.txt	2009-06-30 18:32:03 UTC (rev 3907)
@@ -2559,8 +2559,8 @@
 
 Complete word                   Ctrl-Space                Shows auto completion list.
 
-Show calltip                    Alt-Space (Unix)          Shows call tips for the current function or
-                                Alt-Shift-Space (Windows) method.
+Show calltip                    Ctrl-Shift-Space          Shows call tips for the current function or
+                                                          method.
 
 Show macro list                 Ctrl-Return               Shows a list of available macros and variables in
                                                           the workspace.


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