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

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

#
HTML | 46 lines | 46 code | 0 blank | 0 comment | 0 complexity | d61ab5bf0415ea96b3c47269a6cf16ad 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>Multiple Views</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="basics.html" title="Chapter 3. jEdit Basics"><link rel="previous" href="buffers.html" title="Switching Buffers"><link rel="next" href="docking.html" title="Window Docking"></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">Multiple Views</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="buffers.html">Prev</a> </td><th width="60%" align="center">Chapter 3. jEdit Basics</th><td width="20%" align="right"> <a accesskey="n" href="docking.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="views"></a>Multiple Views</h2></div></div><div></div></div><p>
  2. As documented at the beginning of this chapter, multiple views can be opened at once, and views can be split into multiple panes.
  3. </p><p>
  4. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">New View</b></span> creates a new view.
  5. </p><p>
  6. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">New Plain View</b></span> creates
  7. a new view but without any tool bars or docked windows. This can be used to
  8. open a small window for taking notes and so on.
  9. </p><p>
  10. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">Close View</b></span> closes the
  11. current view. If only one view is open, closing it will exit jEdit,
  12. unless background mode is on; see <a href="starting.html" title="Chapter 2. Starting jEdit">Chapter 2, <i>Starting jEdit</i></a> for information
  13. about starting jEdit in background mode.
  14. </p><p>
  15. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">Split
  16. Horizontally</b></span>
  17. (shortcut: <tt class="keycap">C+2</tt>)
  18. splits the view into two text areas, placed above each other.
  19. </p><p>
  20. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">Split
  21. Vertically</b></span>
  22. (shortcut: <tt class="keycap">C+3</tt>)
  23. splits the view into two text areas, placed next to each other.
  24. </p><p>
  25. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">Unsplit Current</b></span>
  26. (shortcut: <tt class="keycap">C+0</tt>)
  27. removes the split containing the current text area only.
  28. </p><p>
  29. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">Unsplit All</b></span>
  30. (shortcut: <tt class="keycap">C+1</tt>)
  31. removes all splits from the view.
  32. </p><p>
  33. When a view is split, editing commands operate on the text area that
  34. has keyboard focus. To give a text area keyboard focus, click in it
  35. with the mouse, or use the following commands.
  36. </p><p>
  37. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">Go to
  38. Previous Text Area</b></span>
  39. (shortcut: <tt class="keycap">A+PAGE_UP</tt>)
  40. shifts keyboard focus to the previous text area.
  41. </p><p>
  42. <span><b class="guimenu">View</b></span>&gt;<span><b class="guimenuitem">Go to
  43. Next Text Area</b></span>
  44. (shortcut: <tt class="keycap">A+PAGE_DOWN</tt>)
  45. shifts keyboard focus to the next text area.
  46. </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="buffers.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="basics.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="docking.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Switching Buffers </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Window Docking</td></tr></table></div></body></html>