1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <html>
- <head>
- <title>
- The Integrated Development Environment
- </title>
- </head>
- <body bgcolor="#FFFFFF" vlink="silver" alink="navy" link="navy">
- <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
- <tr>
- <td valign="bottom">
- <div align="left">
- <b><font face="Tahoma" size="3" color="navy">The Integrated Development Environment</font></b>
- <br>
- <font face="Tahoma" size="2">
- <a href="TopicGroup_PWL.html">Topic Groups</a>
- </font>
- </div>
- </td>
- <td>
- <font face="Tahoma" size="1" color="silver">
- <div align="right" valign="top">
- <a href="http://www.lua.org">Lua homepage</a>
- </div>
- </font>
- </td>
- </tr>
- <tr valign="top">
- <td colspan="2">
- <hr size="1" color="#000000" align="top">
- <br>
- <br>
- <font face="Tahoma" size="2">
- <p style="text-align: justify">
- Once you started LuaEdit, the Integrated Development Invironment (also called the IDE) is immediately
- presented to you. This IDE provides you tools to develop and debug Lua scripts with a shorter
- development time.
- <br>
- <br>
- When developping with the IDE, you will notice that there is mainly two important environment:
- <ul type="square">
- <li>The designtime environment</li>
- <li>The runtime environment</li>
- </ul>
- The designtime environment will cover important actions and tools such as copy, cut, paste, search,
- completion proposal list, breakpoint managing window, etc. The runtime environment will cover more tools and actions such as
- step over, step into, local and global variables lists, call stack and lua stack windows, etc. Designtime tools and actions will usually
- still be available in the runtime environment (also called debugging) when the runtime environment tools and actions won't be actives in the
- designtime environment. (also called programming)
- </p>
- <br>
- </font>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <font face="Tahoma" size="1" color="silver">
- <hr size="1" color="#000000">
- <div align="right">
- <a href="http://luaedit.luaforge.net">http://luaedit.luaforge.net</a>
- <br>
- © Copyright 2004-2005 LuaEdit
- <br>
- LuaEdit v 2.0 for Lua 5.0
- </div>
- </font>
- </td>
- </tr>
- </table>
- </body>
- </html>
|