IDE.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <html>
  2. <head>
  3. <title>
  4. The Integrated Development Environment
  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">The Integrated Development Environment</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. Once you started LuaEdit, the Integrated Development Invironment (also called the IDE) is immediately
  35. presented to you. This IDE provides you tools to develop and debug Lua scripts with a shorter
  36. development time.
  37. <br>
  38. <br>
  39. When developping with the IDE, you will notice that there is mainly two important environment:
  40. <ul type="square">
  41. <li>The designtime environment</li>
  42. <li>The runtime environment</li>
  43. </ul>
  44. The designtime environment will cover important actions and tools such as copy, cut, paste, search,
  45. completion proposal list, breakpoint managing window, etc. The runtime environment will cover more tools and actions such as
  46. step over, step into, local and global variables lists, call stack and lua stack windows, etc. Designtime tools and actions will usually
  47. still be available in the runtime environment (also called debugging) when the runtime environment tools and actions won't be actives in the
  48. designtime environment. (also called programming)
  49. </p>
  50. <br>
  51. </font>
  52. </td>
  53. </tr>
  54. <tr>
  55. <td colspan="2">
  56. <font face="Tahoma" size="1" color="silver">
  57. <hr size="1" color="#000000">
  58. <div align="right">
  59. <a href="http://luaedit.luaforge.net">http://luaedit.luaforge.net</a>
  60. <br>
  61. © Copyright 2004-2005 LuaEdit
  62. <br>
  63. LuaEdit v 2.0 for Lua 5.0
  64. </div>
  65. </font>
  66. </td>
  67. </tr>
  68. </table>
  69. </body>
  70. </html>