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

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

#
HTML | 22 lines | 22 code | 0 blank | 0 comment | 0 complexity | 1271f079a6e422fe58f75d72836dfeda 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>User Interface Macros</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="macro-index.html" title="Appendix F. Macros Included With jEdit"><link rel="previous" href="macros-files.html" title="File Management Macros"><link rel="next" href="macros-java.html" title="Java Code Macros"></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">User Interface Macros</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="macros-files.html">Prev</a> </td><th width="60%" align="center">Appendix F. Macros Included With jEdit</th><td width="20%" align="right"> <a accesskey="n" href="macros-java.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="macros-interface"></a>User Interface Macros</h2></div></div><div></div></div><p>
  2. Description.
  3. </p><div class="itemizedlist"><ul type="disc"><li><p><tt class="filename">Decrease_Font_Size.bsh</tt></p><p>
  4. Decreases the font size in the gutter and text area by 1 point.
  5. </p></li><li><p><tt class="filename">Increase_Font_Size.bsh</tt></p><p>
  6. Increases the font size in the gutter and text area by 1 point.
  7. </p></li><li><p><tt class="filename">Open_Context_Menu.bsh</tt></p><p>
  8. Opens the text area context menu just below and to
  9. the right of the caret.
  10. </p></li><li><p><tt class="filename">Toggle_Bottom_Docking_Area.bsh</tt></p><p>
  11. Expands or collapses the bottom docking area,
  12. depending on it's current state.
  13. </p></li><li><p><tt class="filename">Toggle_Left_Docking_Area.bsh</tt></p><p>
  14. Expands or collapses the left docking area,
  15. depending on it's current state.
  16. </p></li><li><p><tt class="filename">Toggle_Right_Docking_Area.bsh</tt></p><p>
  17. Expands or collapses the right docking area,
  18. depending on it's current state.
  19. </p></li><li><p><tt class="filename">Toggle_Top_Docking_Area.bsh</tt></p><p>
  20. Expands or collapses the top docking area,
  21. depending on it's current state.
  22. </p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="macros-files.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="macro-index.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="macros-java.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">File Management Macros </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Java Code Macros</td></tr></table></div></body></html>