SF.net SVN: geany: [1783] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Aug 10 11:37:57 UTC 2007
Revision: 1783
http://geany.svn.sourceforge.net/geany/?rev=1783&view=rev
Author: ntrel
Date: 2007-08-10 04:37:57 -0700 (Fri, 10 Aug 2007)
Log Message:
-----------
Update selected line(s) keybindings.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.html
trunk/doc/geany.txt
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-10 11:29:37 UTC (rev 1782)
+++ trunk/ChangeLog 2007-08-10 11:37:57 UTC (rev 1783)
@@ -4,6 +4,8 @@
Make 'Delete current line' and 'Select current line' work for all
lines that have a selection.
Implement 'Copy current line'.
+ * doc/geany.txt, doc/geany.html:
+ Update selected line(s) keybindings.
2007-08-10 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2007-08-10 11:29:37 UTC (rev 1782)
+++ trunk/doc/geany.html 2007-08-10 11:37:57 UTC (rev 1783)
@@ -1444,8 +1444,8 @@
<p>The following table lists all customizable keyboard shortcuts.</p>
<table border="1" class="docutils">
<colgroup>
-<col width="32%" />
-<col width="68%" />
+<col width="29%" />
+<col width="71%" />
</colgroup>
<thead valign="bottom">
<tr><th class="head">Action</th>
@@ -1636,14 +1636,14 @@
<tr><td>Duplicate line or selection</td>
<td>Duplicates the current line or selection.</td>
</tr>
-<tr><td>Delete current line</td>
-<td>Deletes the current line.</td>
+<tr><td>Delete current line(s)</td>
+<td>Deletes the current line (and any lines with a selection).</td>
</tr>
-<tr><td>Cut current line</td>
-<td>Cuts the current line.</td>
+<tr><td>Cut current line(s)</td>
+<td>Cuts the current line (and any lines with a selection) to the clipboard.</td>
</tr>
-<tr><td>Copy current line</td>
-<td>Copies the current line into the clipboard.</td>
+<tr><td>Copy current line(s)</td>
+<td>Copies the current line (and any lines with a selection) to the clipboard.</td>
</tr>
<tr><td>Transpose current line</td>
<td>Transposes the current line with the previous one.</td>
@@ -1723,8 +1723,8 @@
<td>Selects the current paragraph under the cursor which is
defined by two empty lines around it.</td>
</tr>
-<tr><td>Select current line</td>
-<td>Selects the current line under the cursor.</td>
+<tr><td>Select current line(s)</td>
+<td>Selects the current line under the cursor (and any partially selected lines).</td>
</tr>
<tr><td>Scroll to current line</td>
<td>Scrolls the current line into the centre of the view.
@@ -2855,7 +2855,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2007-08-09 12:40 UTC.
+Generated on: 2007-08-10 11:39 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 2007-08-10 11:29:37 UTC (rev 1782)
+++ trunk/doc/geany.txt 2007-08-10 11:37:57 UTC (rev 1783)
@@ -1470,11 +1470,11 @@
Duplicate line or selection Duplicates the current line or selection.
-Delete current line Deletes the current line.
+Delete current line(s) Deletes the current line (and any lines with a selection).
-Cut current line Cuts the current line.
+Cut current line(s) Cuts the current line (and any lines with a selection) to the clipboard.
-Copy current line Copies the current line into the clipboard.
+Copy current line(s) Copies the current line (and any lines with a selection) to the clipboard.
Transpose current line Transposes the current line with the previous one.
@@ -1534,7 +1534,7 @@
Select current paragraph Selects the current paragraph under the cursor which is
defined by two empty lines around it.
-Select current line Selects the current line under the cursor.
+Select current line(s) Selects the current line under the cursor (and any partially selected lines).
Scroll to current line Scrolls the current line into the centre of the view.
The cursor position and or an existing selection will not
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