Welcome.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <html>
  2. <head>
  3. <title>
  4. What is LuaEdit?
  5. </title>
  6. </head>
  7. <body bgcolor="#FFFFFF" vlink="silver" alink="navy" link="navy">
  8. <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
  9. <tr>
  10. <td valign="bottom">
  11. <div align="left">
  12. <b><font face="Tahoma" size="3" color="navy">What is LuaEdit?</font></b>
  13. </div>
  14. </td>
  15. <td>
  16. <font face="Tahoma" size="1" color="silver">
  17. <div align="right" valign="top">
  18. <a href="http://www.lua.org">Lua homepage</a>
  19. </div>
  20. </font>
  21. </td>
  22. </tr>
  23. <tr valign="top">
  24. <td colspan="2">
  25. <hr size="1" color="#000000" align="top">
  26. <br>
  27. <br>
  28. <font face="Tahoma" size="2">
  29. <p style="text-align: justify">
  30. LuaEdit is a complete professional looking IDE designed for the version 5.1 of Lua. This means LuaEdit is
  31. capable of inspecting, debugging, searching, parsing and compiling Lua 5.1 code.
  32. It can be used, completly free of charges, for Personal and Commercial purposes and will always remain that way. You may suggest new
  33. features, report bugs or send any comments about LuaEdit using our <a href="http://luaforge.net/forum/?group_id=84">forum</a> or
  34. the <a href="http://luaedit.luaforge.net/contactus.html">Contact Us</a> section of our <a href="http://luaedit.luaforge.net">Official Web Site</a>.
  35. </p>
  36. <p style="text-align: justify">
  37. This version of LuaEdit includes a built-in debugger for Lua 5.1 scripts, customized syntax highlighting,
  38. completion proposal, parameter proposition, code bookmarking, detailed code profiling,
  39. advanced and complete search engine, advanced printing, project oriented solutions,
  40. many useful tools and much more.
  41. </p>
  42. <br>
  43. </font>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td colspan="2">
  48. <font face="Tahoma" size="1" color="silver">
  49. <hr size="1" color="#000000">
  50. <div align="right">
  51. <a href="http://www.luaedit.net">www.luaedit.net</a>
  52. <br>
  53. © Copyright 2004-2007 Jean-Francois Goulet
  54. <br>
  55. LuaEdit 3.0.4 for Lua 5.1
  56. </div>
  57. </font>
  58. </td>
  59. </tr>
  60. </table>
  61. </body>
  62. </html>