ProgrammingWithLuaEdit.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <html>
  2. <head>
  3. <title>
  4. Programming with 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">Programming with LuaEdit</font></b>
  13. <br>
  14. <font face="Tahoma" size="2">
  15. <a href="TopicGroup_PWL.html">Topic Groups</a>
  16. </font>
  17. </div>
  18. </td>
  19. <td>
  20. <font face="Tahoma" size="1" color="silver">
  21. <div align="right" valign="top">
  22. <a href="http://www.lua.org">Lua homepage</a>
  23. </div>
  24. </font>
  25. </td>
  26. </tr>
  27. <tr valign="top">
  28. <td colspan="2">
  29. <hr size="1" color="#000000" align="top">
  30. <br>
  31. <br>
  32. <font face="Tahoma" size="2">
  33. <p style="text-align: justify">
  34. LuaEdit is a script editor designed to simplify the development of computer projects using Lua. Using
  35. LuaEdit you can create and develop scripts faster than ever before and finally be able to trace it in runtime.
  36. <br>
  37. <br>
  38. LuaEdit provides a full blown Rapid Development Tools (RDT), including completion proposal, parameters proposition,
  39. syntax highlights, code profiling and more. Also, you will find in LuaEdit that convivial environment found in the famous
  40. Visual Studio .Net<sup>®</sup> with auto-hide dockable windows and many other similar features.
  41. <br>
  42. <br>
  43. This chapter brievly describes the LuaEdit environment with examples and colorful images to get you started.
  44. </p>
  45. <br>
  46. </font>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td colspan="2">
  51. <font face="Tahoma" size="1" color="silver">
  52. <hr size="1" color="#000000">
  53. <div align="right">
  54. <a href="http://www.luaedit.net">www.luaedit.net</a>
  55. <br>
  56. © Copyright 2004-2006 LuaEdit
  57. <br>
  58. LuaEdit 3.0.4.1 for Lua 5.1
  59. </div>
  60. </font>
  61. </td>
  62. </tr>
  63. </table>
  64. </body>
  65. </html>