PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-1-pre5/doc/tips/tip75.html

#
HTML | 17 lines | 14 code | 3 blank | 0 comment | 0 complexity | 7c6bdba54b7ab3093253aca09392e3de 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><body>
  2. <p>Dragging in the text area with the middle mouse button
  3. creates a selection without moving the
  4. caret. As soon as the mouse button is released, the selected text is
  5. inserted at the caret position and the selection is deactivated.</p>
  6. <p>This feature has two additional, more suttle behaviors:</p>
  7. <ul>
  8. <li>If there already is a selection when you start middle-dragging, the selection
  9. will be replaced with the region you marked with the mouse.</li>
  10. <li>Holding down <b>Control</b> while dragging the middle mouse button marks a
  11. rectangular area, and pastes it vertically at the caret location (or into the
  12. current selection).</li>
  13. </ul>
  14. </body></html>