PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
HTML | 19 lines | 16 code | 3 blank | 0 comment | 0 complexity | 9cea4389dc0fb3996feb7d192fb92960 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. If <b>quick copy</b> is enabled in
  3. the <b>Text Area</b> pane of the <b>Utilities</b>&gt;<b>Global
  4. Options</b> dialog box, dragging with the middle mouse button over some text
  5. inserts that text at the previous caret position.<p>
  6. This feature has some additional behavior you might not expect:
  7. <ul>
  8. <li>It can be used to transfer text between edit panes in a split view.
  9. <li>Holding down <b>Shift</b> while clicking the middle mouse button immediately duplicates all text between the caret position and the clicked location.
  10. <li>If there already is a selection when you start middle-dragging, the selection
  11. will be replaced with the region you marked with the mouse.</li>
  12. <li>Holding down <b>Control</b> while dragging the middle mouse button marks a
  13. rectangular area, and pastes it vertically at the caret location (or into the
  14. current selection).</li>
  15. </ul>
  16. </body></html>