PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-5-pre1/doc/FAQ/faq-intro.xml

#
XML | 25 lines | 19 code | 2 blank | 4 comment | 0 complexity | 6cdf0dadc6cc0e42072b16dfab0225ad 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. <?xml version="1.0" encoding="UTF-8"?>
  2. <section id="intro">
  3. <title>Introduction</title>
  4. <!-- jEdit buffer-local properties: -->
  5. <!-- :indentSize=4:noTabs=false:maxLineLen=72:tabSize=4: -->
  6. <!-- :xml.root=faq.xml: -->
  7. <!-- jEdit FAQ -->
  8. <para>This document explains many of the basic features of jEdit and
  9. provides solutions for commonly encountered problems. It is not the
  10. principal resource for learning how to use and customize jEdit. The
  11. application includes an extensive User's Guide available from within jEdit
  12. by selecting <guimenuitem>jEdit Help</guimenuitem> on the
  13. <guimenu>Help</guimenu> menu.</para>
  14. <para>The User's Guide includes tutorials on writing macros and plugins as
  15. well as an annotated guide to jEdit's Application Programming Interface
  16. (API). It is worth browsing through the User's Guide to get a full sense of
  17. what jEdit has to offer. This document is intended to supplement the User's
  18. Guide by focusing on specific, relatively narrow topics in the traditional
  19. question-and-answer format.</para>
  20. <para>Each section of this document deals with a different category of
  21. topics, and each begins with a listing of the questions covered. This should
  22. allow you to find the information you are seeking quickly.</para>
  23. </section>