FunctionList.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 Function List 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 "Function List" window is a window used for quick navigation in your script. When double-clicking
  35. on one of the function listed in the window (if there is any), it will bring you directly to the
  36. declaration line. Behind this window, LuaEdit uses <a href="http://ctags.sourceforge.net/">Exuberant CTags</a>
  37. to scan function tokens and display the results in that window. The .tag files generated by
  38. <a href="http://ctags.sourceforge.net/">Exuberant CTags</a> are temporarely stored in the temporary folder
  39. specified in the <a href="..\The LuaEdit Framework\GeneralSettings.html">"General Tab"</a> of LuaEdit's settings window.
  40. <br>
  41. <br>
  42. <br>
  43. <img src="..\..\Medias\FunctionList.jpg" alt="The Function List Window">
  44. </p>
  45. <br>
  46. </font>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td colspan="2">
  51. <font face="Tahoma" size="1" color="silver">
  52. <hr size="1" color="#000000">
  53. <div align="right">
  54. <a href="http://www.luaedit.net">www.luaedit.net</a>
  55. <br>
  56. © Copyright 2004-2007 Jean-Francois Goulet
  57. <br>
  58. LuaEdit 3.0.4 for Lua 5.1
  59. </div>
  60. </font>
  61. </td>
  62. </tr>
  63. </table>
  64. </body>
  65. </html>