12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <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 Internal Browser 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 LuaEdit's "Internal Browser" window is another tool that can be used to save space in your task bar.
- Often enough, we uses internet to find information and sometimes, working from a window to another can
- slow down your development. This window behaves as close as possible like Internet Explorer<sup>®</sup>.
- That is, it supports a history tracing, a search page and a home page, previous and next mouse buttons
- (if available on your mouse) and much more. It can also be docked in LuaEdit's interface just like any
- other window. This window could be eventually used as well to provide an in-software dynamic help solution
- in the future.
- <br>
- <br>
- <br>
- <img src="..\..\Medias\InternalBrowser.jpg" alt="The Internal Browser 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>
|