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

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

#
HTML | 18 lines | 18 code | 0 blank | 0 comment | 0 complexity | 9eba92d108be10b9bf8a2e40e70af95e 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>Property 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-misc.html" title="Miscellaneous Macros"><link rel="next" href="macros-text.html" title="Text 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">Property Macros</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="macros-misc.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-text.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-properties"></a>Property Macros</h2></div></div><div></div></div><p>
  2. These macros produce lists or tables containing properties
  3. used by the Java platform or jEdit itself.
  4. </p><div class="itemizedlist"><ul type="disc"><li><p><tt class="filename">Insert_Buffer_Properties.bsh</tt></p><p>
  5. Inserts buffer-local properties into the current buffer.
  6. </p><p>
  7. If the buffer's
  8. mode has a line comment defined, or comment start and end
  9. defined, the inserted properties will be commented out.
  10. </p></li><li><p><tt class="filename">jEdit_Properties.bsh</tt></p><p>
  11. Writes an unsorted list of jEdit properties in a new buffer.
  12. </p></li><li><p><tt class="filename">Look_and_Feel_Properties.bsh</tt></p><p>
  13. Writes an unsorted list of the names of Java Look and Feel
  14. properties in a new buffer.
  15. </p></li><li><p><tt class="filename">System_Properties.bsh</tt></p><p>
  16. Writes an unsorted list of all Java system properties in a new
  17. buffer.
  18. </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-misc.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-text.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Miscellaneous Macros </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Text Macros</td></tr></table></div></body></html>