ProjectTree.html 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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 Project Tree 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 "Project Tree" is one of the most important window in LuaEdit. It provides a summary of all the files
  35. currently in edition in LuaEdit and is an efficient way to manage your LuaEdit projects. From the "Project Tree"
  36. window you can perform the following actions:
  37. <br>
  38. <br>
  39. <br>
  40. <b>Activate Selected Project</b><br>
  41. Since LuaEdit can handle more than one project file at once, you must specify to LuaEdit on which project the "project
  42. related" actions will be performed or from wich project some information will be used by LuaEdit. For example, just before
  43. running a script, LuaEdit will attempt to link to a dll. This feature is called the Initializer and can only be specified
  44. through a project's settings. In such case, LuaEdit will use the currently "Activated" project to know where to get such
  45. setting.
  46. <br>
  47. <br>
  48. <b>Unload Loaded Files</b><br>
  49. All files opened with LuaEdit are automatically displayed in the "Project Tree" window. You can unload
  50. them from LuaEdit's memory by right clicking on the file and click on the "Unload File/Project" contextual
  51. menu item.
  52. <br>
  53. <br>
  54. <b>Find the Target of a File</b><br>
  55. This action will hlep you find the actual source of the file on your hard drive by opening through windows explorer
  56. the folder where it is located.
  57. <br>
  58. <br>
  59. <b>Add a File to a Project</b><br>
  60. In order for projects to be useful, we need to be able to add files in them. This is why this action is available to you.
  61. Another window should be displayed asking you to open existing file(s) or add a new one.
  62. <br>
  63. <br>
  64. <b>Add a File to a Project</b><br>
  65. This action will remove the selected file from the project it is associated with.
  66. <br>
  67. <br>
  68. <br>
  69. <img src="..\..\Medias\ProjectTree.jpg" alt="The Project Tree Window">
  70. </p>
  71. <br>
  72. </font>
  73. </td>
  74. </tr>
  75. <tr>
  76. <td colspan="2">
  77. <font face="Tahoma" size="1" color="silver">
  78. <hr size="1" color="#000000">
  79. <div align="right">
  80. <a href="http://www.luaedit.net">www.luaedit.net</a>
  81. <br>
  82. © Copyright 2004-2007 Jean-Francois Goulet
  83. <br>
  84. LuaEdit 3.0.4 for Lua 5.1
  85. </div>
  86. </font>
  87. </td>
  88. </tr>
  89. </table>
  90. </body>
  91. </html>