12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <html>
- <head>
- <title>
- What is 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">What is LuaEdit?</font></b>
- </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 complete professional looking IDE designed for the version 5.1 of Lua. This means LuaEdit is
- capable of inspecting, debugging, searching, parsing and compiling Lua 5.1 code.
- It can be used, completly free of charges, for Personal and Commercial purposes and will always remain that way. You may suggest new
- features, report bugs or send any comments about LuaEdit using our <a href="http://luaforge.net/forum/?group_id=84">forum</a> or
- 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>.
- </p>
-
- <p style="text-align: justify">
- This version of LuaEdit includes a built-in debugger for Lua 5.1 scripts, customized syntax highlighting,
- completion proposal, parameter proposition, code bookmarking, detailed code profiling,
- advanced and complete search engine, advanced printing, project oriented solutions,
- many useful tools and much more.
- </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-2007 Jean-Francois Goulet
- <br>
- LuaEdit 3.0.4 for Lua 5.1
- </div>
- </font>
- </td>
- </tr>
- </table>
- </body>
- </html>
|