PageRenderTime 36ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/quickstart.html

#
HTML | 110 lines | 78 code | 30 blank | 2 comment | 0 complexity | 6818fda57bbd723eded25632ef93ba5e 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. <!-- begin quickstart.text -->
  2. <!-- for jEdit: :mode=html:tabSize=2:indentSize=2:noTabs=true: -->
  3. <h1>Quick Start Guide</h1>
  4. <p>If you want to get started with jEdit quickly and take advantage of its
  5. advanced features, this page is the right place to look.</p>
  6. <h3>Step 1 -- Get a Java runtime</h3>
  7. <p>To use jEdit, you need to have Java version 1.4 or newer. Sun's Java 1.5 is recommended because it supports more plugins, antialiased text modes, and other nice features. If you use Java 1.6, jEdit will take advantage of some of its features too, such as its LCD antialiasing mode. </p>
  8. <a href="index.php?page=compatibility">compatibility page</a> details some
  9. common Java runtime versions that people use to run jEdit, and compatibility
  10. notes for them.</p>
  11. <h3>Step 2 -- Download jEdit</h3>
  12. <p>jEdit can be downloaded from the <a href="index.php?page=download">download</a>
  13. page. Installation instructions can be found on this page as well. Don't be intimidated by pre-release versions - 4.3preX and the plugins that depend on it contain many enhancements and improvements you will not find in 4.2final. In particular, there is a whole new generation of SideKick parsers which are integrated with an improved SideKick plugin, all of which depend on jEdit 4.3
  14. </p>
  15. <h3>Step 3 -- Get some plugins</h3>
  16. <p>jEdit by itself is just a text editor; plugins can turn it into a powerful IDE.
  17. You can install as few or as many plugins as you want.</p>
  18. <p>jEdit makes plugin installation a painless process; you invoke the
  19. <b>Plugin Manager</b> command from the editor's <b>Plugins</b> menu, click
  20. <b>Install Plugins</b>, and a list of plugins will be obtained for you;
  21. you can then select plugins to download and install.</p>
  22. <p>There are more than 150 plugins listed on
  23. <a href="http://plugins.jedit.org">Plugin Central</a>; this list can be
  24. somewhat daunting. Here is a short list of some plugins you might want to try:</p>
  25. <h4>Programming</h4>
  26. <ul>
  27. <li><a href="http://plugins.jedit.org/plugins/?ProjectViewer">ProjectViewer</a> </li>
  28. <li><a href="http://plugins.jedit.org/plugins/?AntFarm">AntFarm</a>
  29. <li><a href="http://plugins.jedit.org/plugins/?Console">Console</a>
  30. <li><a href="http://plugins.jedit.org/plugins/?CtagSideKick">CtagsSideKick</a>
  31. <li><a href="http://plugins.jedit.org/plugins/?JavaSideKick">JavaSideKick</a>
  32. <li><a href="http://plugins.jedit.org/plugins/?ClassBrowser">ClassBrowser</a>
  33. <li><a href="http://plugins.jedit.org/plugins/?Tags">Tags</a>
  34. </ul>
  35. <h4>HTML/XML</h4>
  36. <ul>
  37. <li><a href="http://plugins.jedit.org/plugins/?XML">XML</a>
  38. <li><a href="http://plugins.jedit.org/plugins/?Beauty">Beauty</a>
  39. <li><a href="http://plugins.jedit.org/plugins/?XSLT">XSLT</a>
  40. </ul>
  41. <h4>Other</h4>
  42. <ul>
  43. <li> <a href="http://plugins.jedit.org/plugins/?FastOpen">FastOpen</a>
  44. <li><a href="http://plugins.jedit.org/plugins/?Archive">Archive</a>
  45. <li><a href="http://plugins.jedit.org/plugins/?BufferTabs">BufferTabs</a>
  46. <li><a href="http://plugins.jedit.org/plugins/?FTP">FTP</a>
  47. <li><a href="http://plugins.jedit.org/plugins/?JDiffPlugin">JDiffPlugin</a>
  48. <li><a href="http://plugins.jedit.org/plugins/?SpellCheck">SpellCheck</a>
  49. <li><a href="http://plugins.jedit.org/plugins/?Templates">Templates</a>
  50. </ul>
  51. <h3>Step 4 -- jEdit documentation</h3>
  52. <p>jEdit includes detailed online help. You can also find a PDF version of the
  53. user's guide (suitable for printing) at the
  54. <a href="index.php?page=download">download</a> page.</p>
  55. <h3>Step 5 -- Get involved with the community!</h3>
  56. <p>If you want to be notified of jEdit development progress, or if you want to
  57. ask a question, or if you want to discuss topics relating to jEdit,
  58. subscribe to the mailing lists found at the
  59. <a href="index.php?page=feedback">feedback</a> page. A link to the jEdit bug
  60. tracker can be found on the same page as well.</p>
  61. <p>The <a href="http://community.jedit.org">jEdit community site</a> also
  62. provides a great wealth of information for jEdit users; you can find
  63. user-contributed macros here, along with jEdit-related news, message boards,
  64. various downloads and links, and much, much more.</p>
  65. <p>Finally, if you want to chat with other jEdit users, install the
  66. <a href="http://plugins.jedit.org/plugins/?IRC">IRC</a> plugin for jEdit!
  67. This allows you to start a chat session inside the editor.</p>
  68. <p>jEdit is Open Source software, so anyone is welcome to join the development
  69. team. If you want to contribute, take a look at the
  70. <a href="index.php?page=devel">development</a> page for details.</p>
  71. <h3>A note about jEdit performance</h3>
  72. <p>Having a lot of plugins installed slows down jEdit startup. JythonInterpreter and JavaInsight are the worst offenders, together adding about 7 seconds to the jEdit startup time. jEdit 4.2 adds a new plugin API that makes the task of writing a quick-loading plugin much easier.</p>
  73. <p>There are many unmaintained Java plugins, so please try out the ones that are currently maintained first. </p>
  74. <p> Do not install more than one of CodeAid, DotComplete, or SpeedJava.
  75. All of these plugins offer the same functionality (Java code completion), and JavaSideKick hopes to replace them all, as well as JBrowse.
  76. </p>
  77. <p>
  78. <b>We hope you enjoy using jEdit!</b><br>
  79. <i>-- The jEdit developers.</i>
  80. </p>