PageRenderTime 29ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre4/doc/FAQ/faq-intro.xml

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