1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <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 Messages Window</font></b>
- <br>
- <font face="Tahoma" size="2">
- <a href="TopicGroup_TIDE.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">
- The "Messages" window is used by LuaEdit to display general informations. There are three major type of messages being displayed
- through this window:
- <br>
- <ul type="square">
- <li>WARNING</li>
- <li>ERROR</li>
- <li>HINT</li>
- </ul>
- <br>
- The WARNING type are generaly messages which inform you that something could potentialy have went wrong. The ERROR type of
- messages are actual errors coming either from Lua or LuaEdit. Their range goes from syntax errors to user interface related
- errors. The last type of messages, HINT, is usualy used to generaly inform you of something that just happened in LuaEdit.
- Generaly, each messages can be double click to popup the file related to the message. If a line is associated to the message
- (EG: the error line) it will also highlight that line according to its type.
- <br>
- <br>
- <b>Hint:</b> Messages can be used in <a href="">Lua Macros</a> to provide any type of information from them.
- <br>
- <br>
- <br>
- <img src="..\..\Medias\Messages.jpg" alt="The Messages Window">
- </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>
|