Revision: 2374 http://geany.svn.sourceforge.net/geany/?rev=2374&view=rev Author: ntrel Date: 2008-03-20 10:05:45 -0700 (Thu, 20 Mar 2008)
Log Message: ----------- Move scroll by one line shortcuts to configurable keybindings section.
Modified Paths: -------------- trunk/ChangeLog trunk/doc/geany.html trunk/doc/geany.txt
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-03-20 16:55:14 UTC (rev 2373) +++ trunk/ChangeLog 2008-03-20 17:05:45 UTC (rev 2374) @@ -24,8 +24,9 @@ * doc/geany.txt, doc/geany.html: Update configurable keybindings section for new plugin groups ordering. - * doc/geany.txt, doc/geany.html: s/tabulator/tab/. + Move scroll by one line shortcuts to configurable keybindings + section.
2008-03-19 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2008-03-20 16:55:14 UTC (rev 2373) +++ trunk/doc/geany.html 2008-03-20 17:05:45 UTC (rev 2374) @@ -1862,6 +1862,14 @@ view. The cursor position and or an existing selection will not be changed.</td> </tr> +<tr><td>Scroll up by one line</td> +<td>Alt-Up</td> +<td>Scrolls the view.</td> +</tr> +<tr><td>Scroll down by one line</td> +<td>Alt-Down</td> +<td>Scrolls the view.</td> +</tr> <tr><td>Complete word</td> <td>Ctrl-Space</td> <td>Shows auto completion list.</td> @@ -1998,7 +2006,7 @@ </tr> <tr><td>Decrease indent</td> <td>Ctrl-U</td> -<td>Removes one tab or the amount fo spaces of +<td>Removes one tab or the amount of spaces of the tab width setting from the indentation of the current line or selection.</td> </tr> @@ -2895,12 +2903,6 @@ <tr><td>Extend selection to end of display line.</td> <td>Alt+Shift+End</td> </tr> -<tr><td>Scroll up.</td> -<td>Alt+Up</td> -</tr> -<tr><td>Scroll down.</td> -<td>Alt+Down</td> -</tr> <tr><td>Previous paragraph. Shift extends selection.</td> <td>Ctrl+Up</td> </tr> @@ -3511,7 +3513,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference" href="geany.txt">View document source</a>. -Generated on: 2008-03-20 16:56 UTC. +Generated on: 2008-03-20 17:07 UTC. Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt =================================================================== --- trunk/doc/geany.txt 2008-03-20 16:55:14 UTC (rev 2373) +++ trunk/doc/geany.txt 2008-03-20 17:05:45 UTC (rev 2374) @@ -1725,6 +1725,10 @@ view. The cursor position and or an existing selection will not be changed.
+Scroll up by one line Alt-Up Scrolls the view. + +Scroll down by one line Alt-Down Scrolls the view. + Complete word Ctrl-Space Shows auto completion list.
Show calltip Alt-Space (Unix) Shows call tips for the current function or @@ -2579,8 +2583,6 @@ Extend selection to end of document. Ctrl+Shift+End Go to end of display line. Alt+End Extend selection to end of display line. Alt+Shift+End -Scroll up. Alt+Up -Scroll down. Alt+Down Previous paragraph. Shift extends selection. Ctrl+Up Next paragraph. Shift extends selection. Ctrl+Down Previous word. Shift extends selection. Ctrl+Left
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.