New.html 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <html>
  2. <head>
  3. <title>
  4. What's new?
  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">What's new?</font></b>
  13. </div>
  14. </td>
  15. <td>
  16. <font face="Tahoma" size="1" color="silver">
  17. <div align="right" valign="top">
  18. <a href="http://www.lua.org">Lua homepage</a>
  19. </div>
  20. </font>
  21. </td>
  22. </tr>
  23. <tr valign="top">
  24. <td colspan="2">
  25. <hr size="1" color="#000000" align="top">
  26. <br>
  27. <br>
  28. <font face="Tahoma" size="2">
  29. <p style="text-align: justify">
  30. This version of LuaEdit includes major and minor bug fixes. LuaEdit is now faster and more
  31. efficient than ever. Also, some features have been upgraded for more conviviality when others
  32. are completely new to serve better the programmer's needs. Here is a detailed listing of the
  33. changes brought in this version:
  34. </p>
  35. <ul type="square">
  36. <li>Major bug fix in the debug engine: A CPU Sleep instruction was called on every debug
  37. hook call wich was dramatically slowing down the code execution when running under LuaEdit.</li>
  38. <li>Major bug fix in the debug engine: When the unit is new, an extra call to ExpandUNCFileName
  39. was done wich was trowing an exeception.</li>
  40. <li>Minor bug fix in the tab control server: If prompted to save before closing a new unit, a save dialog was shown
  41. because the unit is new and an initial path is required to be specified by the user. Pressing the cancel button
  42. of that dialog was not really cancelling the action.</li>
  43. <li>Minor bug fix in the menus, submenus, popup menus and toolbars icons: The white pixels of the icons were treated and
  44. displayed as if they were transparent.</li>
  45. <li>Minor bug fix in the "Fucntion List" window: Sometimes this window wasn't automatically updating when switching from
  46. a unit to another.</li>
  47. <li>Changed the look of the status bar by handling a custom draw to make it look more like .Net style.</li>
  48. <li>Updated help files.</li>
  49. <li>Changed the "Project Tree" window into a new merge of a listview and a treeview into the same component</li>
  50. <li>Changed the "Watch" window into a new merge of a listview and a treeview into the same component. This now
  51. allow the user to better visualize variables, tables and sub-tables.</li>
  52. <li>New LuaEditDebug.dll file for embedded lua code debugging from user's applications. (Special thanks to Massimo Magnano)
  53. <li>New library engine for completion proposal (not hardcoded anymore) including a new section in the
  54. editor settings: "Environment".</li>
  55. <li>New powerful "Find in Files" engine.</li>
  56. <li>New "Find Window 1" and "Find Window 2" windows to output the "Find in Files" results.</li>
  57. <li>New IE "Internal Browser" to allow browsing the internet inside the IDE.</li>
  58. <li>New "History" ring for the new "Internal Browser"</li>
  59. <li>New Comment/Uncomment, Uppercase/Lowercase selection commands</li>
  60. <li>New "Goto Last Edited" action to send the cursor back to the last edited line.</li>
  61. <li>Drag and drop *.lpr or *.lua files from Windows<sup>®</sup> into LuaEdit is now supported.
  62. This means that LuaEdit is opening the dropped files if they have the *.lpr or *.lua extension.</li>
  63. </ul>
  64. <br>
  65. </font>
  66. </td>
  67. </tr>
  68. <tr>
  69. <td colspan="2">
  70. <font face="Tahoma" size="1" color="silver">
  71. <hr size="1" color="#000000">
  72. <div align="right">
  73. <a href="http://luaedit.luaforge.net">http://luaedit.luaforge.net</a>
  74. <br>
  75. © Copyright 2004-2005 LuaEdit
  76. <br>
  77. LuaEdit v 2.0 for Lua 5.0
  78. </div>
  79. </font>
  80. </td>
  81. </tr>
  82. </table>
  83. </body>
  84. </html>