12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <html>
- <head>
- <title>
- The Integrated Development Environment
- </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">The Rings Window</font></b>
- <br>
- <font face="Tahoma" size="2">
- <a href="TopicGroup_TIDE.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">
- The "Rings" window is window that gathers "recent" things from the IDE. So far, three type of "recent" data
- is being displayed in that window:
- <br>
- <ul type="square">
- <li>Recent Files</li>
- <li>Recent Clipboard</li>
- <li>Internal Browser History</li>
- </ul>
- <br>
- The recent files part is an exact copy of the "File/Reopen" menu only displayed in the style of the Rings window.
- The clipboard part is a summary of your recent clipboard. It can be used to retrieve previous copied/cut chucks of text.
- Finaly, the internal browser history part is an history of your navigation using the internal browser. It can be
- used to go back on websites you visited before just like internet explorer.
- <br>
- <br>
- <br>
- <img src="..\..\Medias\Rings.jpg" alt="The Rings Window">
- </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://www.luaedit.net">www.luaedit.net</a>
- <br>
- © Copyright 2004-2007 Jean-Francois Goulet
- <br>
- LuaEdit 3.0.4 for Lua 5.1
- </div>
- </font>
- </td>
- </tr>
- </table>
- </body>
- </html>
|