WorkingWithProjects.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <html>
  2. <head>
  3. <title>
  4. Working with Projects
  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">Working with Projects</font></b>
  13. <br>
  14. <font face="Tahoma" size="2">
  15. <a href="TopicGroup_PWL.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. <img src="../Medias/ProjectTree.jpg" width="248" height="217" alt="Picture 1.1" border="0" align="right" hspace="15" vspace="15">
  35. Projects in LuaEdit can be very useful in many ways. They can group and manage files
  36. better than single units without projects. They also feature debug and revision informations.
  37. <br>
  38. <br>
  39. The content of a project may consulted through the "Project Tree" window (Picture 1.1). In this
  40. window, single units and projects (including their member units) are displayed in a hierarchical view:
  41. <blockquote>
  42. + --- Single Units<br>
  43. ¦<br>
  44. + --- Project<br>
  45. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¦<br>
  46. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+ --- Units
  47. </blockquote>
  48. <img src="../Medias/ProjectMenu.jpg" width="253" height="150" alt="Picture 1.2" border="0" align="right" hspace="15" vspace="15">
  49. Because more than one project at once can be opened, the idea of "Active Project" is used in synchronization
  50. with the "Project" menu (Picture 1.2). This means that all modifications made through this menu will apply to
  51. the current "Active Project". In order to know if a project is active or not, have a look at the "Project Tree"
  52. window wich will display the "Active Project" in bold. Those actions are also available by right-clicking on the
  53. "Active Project" node. To remove or add units to the "Active Project" simply click the "Project/Add Unit to Project"
  54. menu or the "Project/Remove Unit From Project" menu.
  55. <br>
  56. <br>
  57. You can edit a unit by double-clicking on a unit node in the "Project Tree". This will add the unit in the edition
  58. tab and will display the code.
  59. <br>
  60. <br>
  61. To display or hide the "Project Tree", simply use the menu "View/Project Tree".
  62. </p>
  63. <br>
  64. </font>
  65. </td>
  66. </tr>
  67. <tr>
  68. <td colspan="2">
  69. <font face="Tahoma" size="1" color="silver">
  70. <hr size="1" color="#000000">
  71. <div align="right">
  72. <a href="http://luaedit.luaforge.net">http://luaedit.luaforge.net</a>
  73. <br>
  74. © Copyright 2004-2005 LuaEdit
  75. <br>
  76. LuaEdit v 2.0 for Lua 5.0
  77. </div>
  78. </font>
  79. </td>
  80. </tr>
  81. </table>
  82. </body>
  83. </html>