123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <html>
- <head>
- <title>
- Programming with LuaEdit
- </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">Programming with LuaEdit</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">
- LuaEdit is a script editor designed to simplify the development of computer projects using Lua. Using
- LuaEdit you can create and develop scripts faster than ever before and finally be able to trace it in runtime.
- <br>
- <br>
- LuaEdit provides a full blown Rapid Development Tools (RDT), including completion proposal, parameters proposition,
- syntax highlights, code profiling and more. Also, you will find in LuaEdit that convivial environment found in the famous
- Visual Studio .Net<sup>®</sup> with auto-hide dockable windows and many other similar features.
- <br>
- <br>
- This chapter brievly describes the LuaEdit environment with examples and colorful images to get you started.
- </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://www.luaedit.net">www.luaedit.net</a>
- <br>
- © Copyright 2004-2006 LuaEdit
- <br>
- LuaEdit 3.0.4.1 for Lua 5.1
- </div>
- </font>
- </td>
- </tr>
- </table>
- </body>
- </html>
|