WorkingWithProjects.html 3.1 KB

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