12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <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.html">Topic Groups</a>
-
- <a href="WorkingWithProjects_SeeAlso.html">See Also</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>
- <img src="../Medias/ProjectTree.jpg" width="222" height="142" alt="Picture 1.1" border="0" align="right">
- 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">
- 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.
- <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>
|