PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/users-guide/entering-text.html

#
HTML | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 9000587740638e51ea17a4edc1881550 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Inserting and Deleting Text</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="jEdit 4.3 User's Guide"><link rel="up" href="editing.html" title="Chapter 5. Editing Text"><link rel="prev" href="selection.html" title="Selecting Text"><link rel="next" href="undo-redo.html" title="Undo and Redo"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Inserting and Deleting Text</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="selection.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Editing Text</th><td width="20%" align="right"> <a accesskey="n" href="undo-redo.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="entering-text"></a>Inserting and Deleting Text</h2></div></div></div><p>Text entered at the keyboard is inserted into the buffer. In
  2. overwrite mode, which can be toggled by pressing
  3. <code class="keycap">INSERT</code>, one character is deleted from in front of the
  4. caret position for every character that is inserted. The caret is drawn
  5. as a horizontal line while overwrite mode is active. The status bar also
  6. indicates if overwrite mode is active; see <a class="xref" href="status-bar.html" title="The Status Bar">the section called &#8220;The Status Bar&#8221;</a>
  7. for details.</p><p>Inserting text while there is a selection will replace the
  8. selection with the inserted text.</p><p>When inserting text, the <code class="keycap">TAB</code> and
  9. <code class="keycap">ENTER</code> keys might not behave entirely like you expect
  10. because of various indentation features; see <a class="xref" href="indent.html" title="Tabbing and Indentation">the section called &#8220;Tabbing and Indentation&#8221;</a>
  11. for details.</p><p>The simplest way to delete text is with the
  12. <code class="keycap">BACKSPACE</code> and <code class="keycap">DELETE</code> keys. If nothing
  13. is selected, they delete the character before or after the caret,
  14. respectively. If a selection exists, both delete the selection.</p><p>More advanced deletion commands are described in <a class="xref" href="words.html" title="Working With Words">the section called &#8220;Working With Words&#8221;</a>, <a class="xref" href="lines.html" title="Working With Lines">the section called &#8220;Working With Lines&#8221;</a> and <a class="xref" href="paragraphs.html" title="Working With Paragraphs">the section called &#8220;Working With Paragraphs&#8221;</a>.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="selection.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="editing.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="undo-redo.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Selecting Text </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Undo and Redo</td></tr></table></div></body></html>