PageRenderTime 46ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/news42/editing.html

#
HTML | 16 lines | 16 code | 0 blank | 0 comment | 0 complexity | ae169461ecaf19a811e8842ae7373050 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>Text Editing</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="What's New in jEdit 4.2"><link rel="up" href="user-changes.html" title="Chapter 1. User-Visible Changes"><link rel="previous" href="interface.html" title="User Interface"><link rel="next" href="rect.html" title="Rectangular Editing"></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">Text Editing</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="interface.html">Prev</a> </td><th width="60%" align="center">Chapter 1. User-Visible Changes</th><td width="20%" align="right"> <a accesskey="n" href="rect.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="editing"></a>Text Editing</h2></div></div><div></div></div><p>
  2. Drag and drop of text is now supported in the text area; it can be disabled in the <span><b class="guimenuitem">Mouse</b></span> pane of the <span><b class="guimenu">Utilities</b></span>&gt;<span><b class="guimenuitem">Global Options</b></span> dialog box.
  3. </p><p>
  4. The <span><b class="guimenu">Edit</b></span>&gt;<span><b class="guimenuitem">Complete Word</b></span> command (shortcut: <tt class="keycap">Control</tt>-<tt class="keycap">B</tt>) now looks in all visible buffers for completions. Also, the longest common prefix of the completions is inserted if there are multiple completions.
  5. </p><p>
  6. The new <span><b class="guimenu">Edit</b></span>&gt;<span><b class="guimenuitem">More Clipboard</b></span>&gt;<span><b class="guimenuitem">Paste Deleted</b></span> command (shortcut: <tt class="keycap">Control</tt>-<tt class="keycap">E</tt>
  7. <tt class="keycap">Control</tt>-<tt class="keycap">Y</tt>) lists the 20 most recently deleted strings of text. This list of deleted strings is also persistent.
  8. </p><p>
  9. Register contents are now saved between editing sessions.
  10. </p><p>
  11. The limit of 8 text areas editing a single buffer has been removed.
  12. </p><p>
  13. Fold start lines are now colored according to their nesting level in the text area. The colors can be customized in the <span><b class="guilabel">Syntax Highlighting</b></span> pane of the <span><b class="guimenu">Utilities</b></span>&gt;<span><b class="guimenuitem">Global Options</b></span> dialog box. <tt class="keycap">Alt</tt>-clicking on a fold in the gutter (or clicking with the middle mouse button) now narrows to that fold.
  14. </p><p>
  15. When soft wrap is on, the text area now scrolls by screen lines, instead of scrolling by physical lines.
  16. </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="interface.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="user-changes.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="rect.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">User Interface </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Rectangular Editing</td></tr></table></div></body></html>