LuaLocals.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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 Lua Locals 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 "Lua Locals" window is used to display in runtime all the Locals in Lua. It has the same features as
  35. the "<a href=".\WatchList.html">Watch List</a>" window only just for local variables.
  36. <br>
  37. <br>
  38. <br>
  39. <img src="..\..\Medias\LuaLocals.jpg" alt="The Lua Locals Window">
  40. </p>
  41. <br>
  42. </font>
  43. </td>
  44. </tr>
  45. <tr>
  46. <td colspan="2">
  47. <font face="Tahoma" size="1" color="silver">
  48. <hr size="1" color="#000000">
  49. <div align="right">
  50. <a href="http://www.luaedit.net">www.luaedit.net</a>
  51. <br>
  52. © Copyright 2004-2007 Jean-Francois Goulet
  53. <br>
  54. LuaEdit 3.0.4 for Lua 5.1
  55. </div>
  56. </font>
  57. </td>
  58. </tr>
  59. </table>
  60. </body>
  61. </html>