123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <html>
- <head>
- <title>
- Working with Projects
- </title>
- </head>
- <body bgcolor="#FFFFFF" vlink="silver" alink="navy" link="navy">
- <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
- <tr>
- <td valign="bottom">
- <div align="left">
- <b><font face="Tahoma" size="3" color="navy">Working with Projects</font></b>
- <br>
- <font face="Tahoma" size="2">
- <a href="TopicGroup_PWL.html">Topic Groups</a>
- </font>
- </div>
- </td>
- <td>
- <font face="Tahoma" size="1" color="silver">
- <div align="right" valign="top">
- <a href="http://www.lua.org">Lua homepage</a>
- </div>
- </font>
- </td>
- </tr>
- <tr valign="top">
- <td colspan="2">
- <hr size="1" color="#000000" align="top">
- <br>
- <br>
- <font face="Tahoma" size="2">
- <p style="text-align: justify">
- <img src="../Medias/ProjectTree.jpg" width="248" height="217" alt="Picture 1.1" border="0" align="right" hspace="15" vspace="15">
- Projects in LuaEdit can be very useful in many ways. They can group and manage files
- better than single units without projects. They also feature debug and revision informations.
- <br>
- <br>
- The content of a project may consulted through the "Project Tree" window (Picture 1.1). In this
- window, single units and projects (including their member units) are displayed in a hierarchical view:
- <blockquote>
- + --- Single Units<br>
- ¦<br>
- + --- Project<br>
- ¦<br>
- + --- Units
- </blockquote>
- <img src="../Medias/ProjectMenu.jpg" width="253" height="150" alt="Picture 1.2" border="0" align="right" hspace="15" vspace="15">
- Because more than one project at once can be opened, the idea of "Active Project" is used in synchronization
- with the "Project" menu (Picture 1.2). This means that all modifications made through this menu will apply to
- the current "Active Project". In order to know if a project is active or not, have a look at the "Project Tree"
- window wich will display the "Active Project" in bold. Those actions are also available by right-clicking on the
- "Active Project" node. To remove or add units to the "Active Project" simply click the "Project/Add Unit to Project"
- menu or the "Project/Remove Unit From Project" menu.
- <br>
- <br>
- You can edit a unit by double-clicking on a unit node in the "Project Tree". This will add the unit in the edition
- tab and will display the code.
- <br>
- <br>
- To display or hide the "Project Tree", simply use the menu "View/Project Tree".
- </p>
- <br>
- </font>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <font face="Tahoma" size="1" color="silver">
- <hr size="1" color="#000000">
- <div align="right">
- <a href="http://luaedit.luaforge.net">http://luaedit.luaforge.net</a>
- <br>
- © Copyright 2004-2005 LuaEdit
- <br>
- LuaEdit v 2.0 for Lua 5.0
- </div>
- </font>
- </td>
- </tr>
- </table>
- </body>
- </html>
|