Messages.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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 Messages Window</font></b>
  13. <br>
  14. <font face="Tahoma" size="2">
  15. <a href="TopicGroup_TIDE.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. The "Messages" window is used by LuaEdit to display general informations. There are three major type of messages being displayed
  35. through this window:
  36. <br>
  37. <ul type="square">
  38. <li>WARNING</li>
  39. <li>ERROR</li>
  40. <li>HINT</li>
  41. </ul>
  42. <br>
  43. The WARNING type are generaly messages which inform you that something could potentialy have went wrong. The ERROR type of
  44. messages are actual errors coming either from Lua or LuaEdit. Their range goes from syntax errors to user interface related
  45. errors. The last type of messages, HINT, is usualy used to generaly inform you of something that just happened in LuaEdit.
  46. Generaly, each messages can be double click to popup the file related to the message. If a line is associated to the message
  47. (EG: the error line) it will also highlight that line according to its type.
  48. <br>
  49. <br>
  50. <b>Hint:</b> Messages can be used in <a href="">Lua Macros</a> to provide any type of information from them.
  51. <br>
  52. <br>
  53. <br>
  54. <img src="..\..\Medias\Messages.jpg" alt="The Messages Window">
  55. </p>
  56. <br>
  57. </font>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td colspan="2">
  62. <font face="Tahoma" size="1" color="silver">
  63. <hr size="1" color="#000000">
  64. <div align="right">
  65. <a href="http://www.luaedit.net">www.luaedit.net</a>
  66. <br>
  67. © Copyright 2004-2007 Jean-Francois Goulet
  68. <br>
  69. LuaEdit 3.0.4 for Lua 5.1
  70. </div>
  71. </font>
  72. </td>
  73. </tr>
  74. </table>
  75. </body>
  76. </html>