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

/www/tags/NOV_07_2009/htdocs/42docs/users-guide/scrolling.html

#
HTML | 39 lines | 39 code | 0 blank | 0 comment | 0 complexity | b509645033e1d0114f5857302c9e4697 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>Scrolling</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="jEdit 4.2 User's Guide"><link rel="up" href="editing.html" title="Chapter 5. Editing Text"><link rel="previous" href="word-wrap.html" title="Wrapping Long Lines"><link rel="next" href="text-transfer.html" title="Transferring Text"></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">Scrolling</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="word-wrap.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Editing Text</th><td width="20%" align="right"> <a accesskey="n" href="text-transfer.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="scrolling"></a>Scrolling</h2></div></div><div></div></div><p>
  2. If you have a mouse with a scroll wheel and are running Java 2
  3. version 1.4, you can use the
  4. wheel to scroll up and down in the text area. Various modifier keys
  5. change the action of the wheel:
  6. </p><div class="itemizedlist"><ul type="disc"><li><p><tt class="keycap">Shift</tt> - scrolls an entire page at a time.</p></li><li><p><tt class="keycap">Control</tt> - scrolls a single line at a time.</p></li><li><p><tt class="keycap">Alt</tt> - moves the caret up and down instead of scrolling.</p></li><li><p><tt class="keycap">Alt</tt>-<tt class="keycap">Shift</tt>
  7. - extends the selection up and down instead of scrolling.</p></li></ul></div><p>
  8. Keyboard commands for scrolling the text area are also available.
  9. </p><p>
  10. <span><b class="guimenu">View</b></span>&gt;<span><b class="guisubmenu">Scrolling</b></span>&gt;<span><b class="guimenuitem">Scroll to
  11. Current Line</b></span> (shortcut: <tt class="keycap">C+e C+j</tt>) scrolls the
  12. text area in order to make the caret visible, if necessary. It does nothing if the
  13. caret is already visible.
  14. </p><p>
  15. <span><b class="guimenu">View</b></span>&gt;<span><b class="guisubmenu">Scrolling</b></span>&gt;<span><b class="guimenuitem">Center Caret
  16. on Screen</b></span> (shortcut: <tt class="keycap">C+e C+n</tt>)
  17. moves the caret to the
  18. line in the middle of the screen.
  19. </p><p>
  20. <span><b class="guimenu">View</b></span>&gt;<span><b class="guisubmenu">Scrolling</b></span>&gt;<span><b class="guimenuitem">Line
  21. Scroll Up</b></span> (shortcut: <tt class="keycap">C+QUOTE</tt>)
  22. scrolls the text area up by one line.
  23. </p><p>
  24. <span><b class="guimenu">View</b></span>&gt;<span><b class="guisubmenu">Scrolling</b></span>&gt;<span><b class="guimenuitem">Line
  25. Scroll Down</b></span> (shortcut: <tt class="keycap">C+SLASH</tt>) scrolls the
  26. text area down by one line.
  27. </p><p>
  28. <span><b class="guimenu">View</b></span>&gt;<span><b class="guisubmenu">Scrolling</b></span>&gt;<span><b class="guimenuitem">Page
  29. Scroll Up</b></span> (shortcut: <tt class="keycap">A+QUOTE</tt>) scrolls the text
  30. area up by one screenful.
  31. </p><p>
  32. <span><b class="guimenu">View</b></span>&gt;<span><b class="guisubmenu">Scrolling</b></span>&gt;<span><b class="guimenuitem">Page
  33. Scroll Down</b></span> (shortcut: <tt class="keycap">A+SLASH</tt>) scrolls the text
  34. area down by one screenful.
  35. </p><p>
  36. The above scrolling commands differ from the caret movement commands
  37. in that they don't actually move the caret; they just change the
  38. scroll bar position.
  39. </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="word-wrap.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="text-transfer.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Wrapping Long Lines </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Transferring Text</td></tr></table></div></body></html>