Remove warning about no visual indication for zero-column-mode
editing. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4748 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
dacfa1c66b
commit
2266594ecd
@ -16,6 +16,9 @@
|
||||
uninterpreted backslash escapes e.g. '\\', '\e'.
|
||||
* scintilla/LexMarkdown.cxx:
|
||||
Backport minor formatting/style changes from Scintilla project.
|
||||
* doc/geany.txt, doc/geany.html:
|
||||
Remove warning about no visual indication for zero-column-mode
|
||||
editing.
|
||||
|
||||
|
||||
2010-03-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
|
||||
<title>Geany</title>
|
||||
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
|
||||
<meta name="date" content="2010-03-07" />
|
||||
<meta name="date" content="2010-03-09" />
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
@ -139,7 +139,7 @@ Stylesheet for Geany's documentation based on a version of John Gabriele.
|
||||
<br />Nick Treleaven
|
||||
<br />Frank Lanitz</td></tr>
|
||||
<tr><th class="docinfo-name">Date:</th>
|
||||
<td>2010-03-07</td></tr>
|
||||
<td>2010-03-09</td></tr>
|
||||
<tr><th class="docinfo-name">Version:</th>
|
||||
<td>0.19</td></tr>
|
||||
</tbody>
|
||||
@ -1151,8 +1151,7 @@ it for this click and vice versa.</p>
|
||||
<p>There is basic support for column mode editing. To use it, create a
|
||||
rectangular selection by holding down the Control and Shift keys
|
||||
(or Control and Alt if it doesn't work) while
|
||||
selecting some text. It is also possible to create a zero-column selection
|
||||
but be careful because there is no visual indication of this selection.
|
||||
selecting some text. It is also possible to create a zero-column selection.
|
||||
Once a rectangular selection exists you can start editing the text within
|
||||
this selection and the modifications will be done for every line in the
|
||||
selection.</p>
|
||||
@ -5950,7 +5949,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
|
||||
<div class="footer">
|
||||
<hr class="footer" />
|
||||
<a class="reference" href="geany.txt">View document source</a>.
|
||||
Generated on: 2010-03-09 16:30 UTC.
|
||||
Generated on: 2010-03-09 17:17 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>
|
||||
|
@ -727,8 +727,7 @@ Column mode editing (rectangular selections)
|
||||
There is basic support for column mode editing. To use it, create a
|
||||
rectangular selection by holding down the Control and Shift keys
|
||||
(or Control and Alt if it doesn't work) while
|
||||
selecting some text. It is also possible to create a zero-column selection
|
||||
but be careful because there is no visual indication of this selection.
|
||||
selecting some text. It is also possible to create a zero-column selection.
|
||||
Once a rectangular selection exists you can start editing the text within
|
||||
this selection and the modifications will be done for every line in the
|
||||
selection.
|
||||
|
Loading…
x
Reference in New Issue
Block a user