Rings.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <html>
  2. <head>
  3. <title>
  4. The Integrated Development Environment
  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">The Rings Window</font></b>
  13. <br>
  14. <font face="Tahoma" size="2">
  15. <a href="TopicGroup_TIDE.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. The "Rings" window is window that gathers "recent" things from the IDE. So far, three type of "recent" data
  35. is being displayed in that window:
  36. <br>
  37. <ul type="square">
  38. <li>Recent Files</li>
  39. <li>Recent Clipboard</li>
  40. <li>Internal Browser History</li>
  41. </ul>
  42. <br>
  43. The recent files part is an exact copy of the "File/Reopen" menu only displayed in the style of the Rings window.
  44. The clipboard part is a summary of your recent clipboard. It can be used to retrieve previous copied/cut chucks of text.
  45. Finaly, the internal browser history part is an history of your navigation using the internal browser. It can be
  46. used to go back on websites you visited before just like internet explorer.
  47. <br>
  48. <br>
  49. <br>
  50. <img src="..\..\Medias\Rings.jpg" alt="The Rings Window">
  51. </p>
  52. <br>
  53. </font>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td colspan="2">
  58. <font face="Tahoma" size="1" color="silver">
  59. <hr size="1" color="#000000">
  60. <div align="right">
  61. <a href="http://www.luaedit.net">www.luaedit.net</a>
  62. <br>
  63. © Copyright 2004-2007 Jean-Francois Goulet
  64. <br>
  65. LuaEdit 3.0.4 for Lua 5.1
  66. </div>
  67. </font>
  68. </td>
  69. </tr>
  70. </table>
  71. </body>
  72. </html>