InternalBrowser.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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 Internal Browser 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 LuaEdit's "Internal Browser" window is another tool that can be used to save space in your task bar.
  35. Often enough, we uses internet to find information and sometimes, working from a window to another can
  36. slow down your development. This window behaves as close as possible like Internet Explorer<sup>®</sup>.
  37. That is, it supports a history tracing, a search page and a home page, previous and next mouse buttons
  38. (if available on your mouse) and much more. It can also be docked in LuaEdit's interface just like any
  39. other window. This window could be eventually used as well to provide an in-software dynamic help solution
  40. in the future.
  41. <br>
  42. <br>
  43. <br>
  44. <img src="..\..\Medias\InternalBrowser.jpg" alt="The Internal Browser Window">
  45. </p>
  46. <br>
  47. </font>
  48. </td>
  49. </tr>
  50. <tr>
  51. <td colspan="2">
  52. <font face="Tahoma" size="1" color="silver">
  53. <hr size="1" color="#000000">
  54. <div align="right">
  55. <a href="http://www.luaedit.net">www.luaedit.net</a>
  56. <br>
  57. © Copyright 2004-2007 Jean-Francois Goulet
  58. <br>
  59. LuaEdit 3.0.4 for Lua 5.1
  60. </div>
  61. </font>
  62. </td>
  63. </tr>
  64. </table>
  65. </body>
  66. </html>