PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-0-pre3/doc/welcome.html

#
HTML | 72 lines | 52 code | 20 blank | 0 comment | 0 complexity | 22115cdc8474d1fbeeca32c907f6ef33 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><body>
  2. <h2>Welcome to jEdit 4.0!</h2>
  3. <table cellpadding="5">
  4. <tr>
  5. <td>
  6. <img src="jedit.gif" width="128" height="128" align="left">
  7. </td>
  8. <td>
  9. jEdit is free software, and you are welcome to redistribute it
  10. under certain conditions. See the
  11. <a href="COPYING.txt">GNU General
  12. Public License</a> for details.<p>
  13. It is <b>highly recommended</b> that you install some plugins to make jEdit
  14. even more useful to you.<p>
  15. For the latest developments in the world of jEdit, visit
  16. <font color=blue>www.jedit.org</font>.<p>
  17. If you have been previously using jEdit 3.2, you should check out
  18. <a href="NEWS.txt">what's new</a> in version 4.0.
  19. </td>
  20. </tr>
  21. </table>
  22. <table>
  23. <tr>
  24. <td><img src="/org/gjt/sp/jedit/icons/New24.gif" width="24" height="24"></td>
  25. <td><b>To create a new file...</b></td>
  26. <td>select <b>File</b>&gt;<b>New</b>.</td>
  27. </tr>
  28. <tr>
  29. <td><img src="/org/gjt/sp/jedit/icons/Open24.gif" width="24" height="24"></td>
  30. <td><b>To edit an existing file...</b></td>
  31. <td>select <b>File</b>&gt;<b>Open</b>.</td>
  32. </tr>
  33. <tr>
  34. <td><img src="/org/gjt/sp/jedit/icons/Preferences24.gif" width="24" height="24"></td>
  35. <td><b>To customize jEdit...</b></td>
  36. <td>select <b>Utilities</b>&gt;<b>Global Options</b>.</td>
  37. </tr>
  38. <tr>
  39. <td><img src="/org/gjt/sp/jedit/icons/BeanAdd24.gif" width="24" height="24"></td>
  40. <td><b>To install plugins...</b></td>
  41. <td>select <b>Plugins</b>&gt;<b>Plugin Manager</b>.</td>
  42. </tr>
  43. <tr>
  44. <td><img src="/org/gjt/sp/jedit/icons/Help24.gif" width="24" height="24"></td>
  45. <td><b>To show this window...</b></td>
  46. <td>select <b>Help</b>&gt;<b>jEdit Help</b>.</td>
  47. </tr>
  48. </table>
  49. If you think you have found a bug, please consult the
  50. <a href="README.txt">release notes</a> and <a href="TODO.txt">to do list</a>
  51. first.
  52. </body></html>