FindWindows.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 Find Windows</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 "Find window 1" and "Find Window 2" are two exactly identical windows having the same prupose: Listing
  35. the result of the "Find in Files" action. Every match results from such a search will be ouput to the specified
  36. window just like MS Visual Studio<sup>®</sup>. The matching words will also be in bold style to provide a
  37. clearer result. Double-clicking on one of the listed match will result in an attempt to open the file where
  38. the match was found in LuaEdit. See the <a href="..\The LuaEdit Framework\FindExpressions.html">Find Expressions</a> part of our
  39. help file for more informations.
  40. <br>
  41. <br>
  42. <br>
  43. <img src="..\..\Medias\FindWindows.jpg" alt="The Find Windows">
  44. </p>
  45. <br>
  46. </font>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td colspan="2">
  51. <font face="Tahoma" size="1" color="silver">
  52. <hr size="1" color="#000000">
  53. <div align="right">
  54. <a href="http://www.luaedit.net">www.luaedit.net</a>
  55. <br>
  56. © Copyright 2004-2007 Jean-Francois Goulet
  57. <br>
  58. LuaEdit 3.0.4 for Lua 5.1
  59. </div>
  60. </font>
  61. </td>
  62. </tr>
  63. </table>
  64. </body>
  65. </html>