| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 |
- <html>
- <!-- Creation date: 2004-12-20 -->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Welcome on LuaEdit Official Web Site</title>
- <meta name="description" content="">
- <meta name="keywords" content="">
- <meta name="author" content="Jean-Francois Goulet">
- <meta name="generator" content="WebExpert 6">
- </head>
- <body bgcolor="#FFFFFF">
- <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
- <tr>
- <td height="135" valign="top">
- <img width="300" height="150" src="Medias/LuaEditLogo.jpg" align="left">
- <img width="112.5" height="187.5" src="Medias/WebCorner.jpg" align="right">
- </td>
- </tr>
- <tr>
- <td height="30">
- <hr size="1" color="#000000">
- <center>
- <font face="Arial" size="2">
- <a href="index.html">Home</a> -
- <a href="Download.html">Download</a> -
- <a href="History.html">History</a> -
- <a href="ScreenShots.html">Screenshots & Videos</a> -
- <a href="JoinUs.html">Join Us</a> -
- <a href="ContactUs.html">Contact Us</a> -
- <a href="Support.html">Support</a>
- </font>
- </center>
- <br>
- <br>
- </td>
- </tr>
- <tr valign="top">
- <td>
- <font face="Arial" size="2">
- <table width="100%">
- <tr>
- <b><font face="Arial" size="3"> Major Pre-Release: v3.0.2.117a</font></b>
- <br>
- <font face="Arial" size="1"> Published on 05.07.2006</font>
- <br>
- <br>
- <ul type="square">
- <li>Added support of madExcept component within LuaEdit to allow bug reports when LuaEdit is crashing. (Should improve trouble shooting)</li>
- <li>Added new Lua profiler to get a better idea where to optimize your code.</li>
- <li>Added new compile action to allow precompiling Lua scripts from LuaEdit.</li>
- <li>Added new Create GUID tool.</li>
- <li>Added new Component List in help menu.</li>
- <li>Added new Compile Directory setting in project's settings.</li>
- <li>Added new Compile Extension setting in project's settings.</li>
- <li>Added maximum sub-table setting in editor's settings.</li>
- <li>Bug fixed for infinite recursivity in tables such as: t={}; t.st={}; t.st=t;.</li>
- <li>Bug fixed in editor's settings with color set option.</li>
- <li>Bug fixed in editor's settings with search path option corruption.</li>
- <li>Added working directory option in project's settings.</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Major Pre-Release: v3.0.1.546a</font></b>
- <br>
- <font face="Arial" size="1"> Published on 03.22.2006</font>
- <br>
- <br>
- <ul type="square">
- <li>Changed GUI of editor's settings window.</li>
- <li>Changed GUI of project's settings window.</li>
- <li>Added home page link in help menu.</li>
- <li>Changed LuaEdit's main logo.</li>
- <li>Changed LuaEdit's Splash and About dialogs to adapt to the new "theme".</li>
- <li>Added target lua unit option in project's settings.</li>
- <li>Added working directory option in project's settings.</li>
- <li>Added remote debugging information in project's settings.</li>
- <li>Moved editor settings from ini file to the registry. (Backward compatibility with ini files is still handle)</li>
- <li>Added color set management to make it easier for programmers to modify syntax highlighting colors.</li>
- <li>Added options for web browser in editor's settings.</li>
- <li>Added animated tabs speed option in editor's settings.</li>
- <li>Added temporary directory in editor's settings for *.tag files. (Auto clean-up on quit)</li>
- <li>Added new Debug section in editor's settings.</li>
- <li>Bug fix with infinite table reference when setting a global or a local variable to _G. (pointer comparaison)</li>
- <li>Bug fix with Search Path setting and spaces in that string.</li>
- <li>Bug fix in Watches window and delete action.</li>
- <li>Bug fix in Project Tree window popup menu synchronization for enabled/disabled items.</li>
- <li>Bug fix with breakpoint conditions and local variable testing.</li>
- <li>Bug fix with Save Project As... menu enabling/disabling.</li>
- <li>Bug fix with all saving actions and slow execution. (Now saving is fast)</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Minor Release: v2.5.1.949</font></b>
- <br>
- <font face="Arial" size="1"> Published on 09.14.2005</font>
- <br>
- <br>
- <ul type="square">
- <li>Major bug fix in the debug engine: When code was running in long excessive loops, the application was not responding.</li>
- <li>Major bug fix in LuaEditDebug.dll: The functions' prototypes were not declared with the cdecl calling convention wich was causing conflicts with C/C++ applications.</li>
- <li>Major bug fix in the save command: Routine for file changes notifications was causing high CPU usages everytime you would save a file.</li>
- <li>Minor bug fix in the Project menu: When starting LuaEdit, the menus were not initialized to their initial states. (enabled/disabled)</li>
- <li>Minor bug fix in the Project menu: When all files were removed from the project, the context menu "Remove File From Project" was still enabled.</li>
- <li>Added the OSI logo in splash screen and the About dialog.</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Minor Release: v2.4.1.944</font></b>
- <br>
- <font face="Arial" size="1"> Published on 09.05.2005</font>
- <br>
- <br>
- <ul type="square">
- <li>Major bug fix in the Project Tree: Non existant units that used to be part of a project file were causing exception when attempt to be removed.</li>
- <li>Minor bug fix in the Project Tree: Units included into projects were not indented correctly.</li>
- <li>Minor bug fix in the Project Tree: When right-clicking on an item in the tree, the popup menu was sometimes not synchronized.</li>
- <li>Minor bug fix in the Comment/Uncomment Selection feature: The first line of selection was never computed.</li>
- <li>Minor bug fix in the Breakpoint window: The breakpoint were not updated when moved in units when lines were inserted or deleted.</li>
- <li>Minor bug fix in the Watch window: The child nodes of watch sub variables were not deleted when the new parent's value was turning to nil.</li>
- <li>Minor bug fix in the "Reopen" menu management: Sometimes the menu was not rebuild when it should have.</li>
- <li>New advance watch possibility with tables: now accepting the a.b.c and a["b"]["c"] indexing format.</li>
- <li>Text from the current unit in the editor window is now the default text proposed when adding a watch item.</li>
- <li>Now handling [Delete] key to remove a watch item.</li>
- <li>New line selection style with the gutter. (Now divised in half: left side for breakpoints and right side for bookmarks and line selection)</li>
- <li>Units and projects that are new are now added in the "Reopen" menu.</li>
- <li>Added new toolbar and some more buttons in the main interface since a bunch of new actions were added in the previous versions.</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Minor Release: v2.3.1.902</font></b>
- <br>
- <font face="Arial" size="1"> Published on 08.28.2005</font>
- <br>
- <br>
- <ul type="square">
- <li>Major bug fix in the debug engine: Breaking into functions was throwing an exception error.</li>
- <li>Major bug fix in the completion proposal engine: The search path from the Editor Settings Window were handled
- incorrectly whenever a space was part of a path. (EG: "C:\Program Files\LuaEdit")</li>
- <li>Minor bug fix in the Breakpoint Window: Breakpoints were getting assynchronized with the window when using the toggle breakpoint button of the window.</li>
- <li>Minor bug fix in the IDE: Using the "Add Watch" menu was throwing an exception error.</li>
- <li>Minor bug fix in the Project Tree Window: On every refresh, the tree was losing its expansion state.</li>
- <li>Minor bug fix in the Editor Window: Double-clicking on a line without text was throwing an exeption.</li>
- <li>New square selection feature. (hold [Alt] key when selecting text in the editor window)</li>
- <li>Right clicking in the Project Tree Window now selects the node under the cursor.</li>
- <li>Right clicking in the Watch Window now selects the node under the cursor.</li>
- <li>New double-click parentheses auto-selection. (double-clicking right after or before a parenthese will select its content)</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Minor Release: v2.2.1.881</font></b>
- <br>
- <font face="Arial" size="1"> Published on 08.16.2005</font>
- <br>
- <br>
- <ul type="square">
- <li>Major bug fix in the debug engine: A CPU Sleep instruction was called on every debug
- hook call wich was dramatically slowing down the code execution when running under LuaEdit.</li>
- <li>Major bug fix in the debug engine: When the unit is new, an extra call to ExpandUNCFileName
- was done wich was trowing an exeception.</li>
- <li>Minor bug fix in the tab control server: If prompted to save before closing a new unit, a save dialog was shown
- because the unit is new and an initial path is required to be specified by the user. Pressing the cancel button
- of that dialog was not really cancelling the action.</li>
- <li>Minor bug fix in the menus, submenus, popup menus and toolbars icons: The white pixels of the icons were treated and
- displayed as if they were transparent.</li>
- <li>Minor bug fix in the "Fucntion List" window: Sometimes this window wasn't automatically updating when switching from
- a unit to another.</li>
- <li>Changed the look of the status bar by handling a custom draw to make it look more like .Net style.</li>
- <li>Updated help files.</li>
- <li>Changed the "Project Tree" window into a new merge of a listview and a treeview into the same component</li>
- <li>Changed the "Watch" window into a new merge of a listview and a treeview into the same component. This now
- allow the user to better visualize variables, tables and sub-tables.</li>
- <li>New LuaEditDebug.dll file for embedded lua code debugging from user's applications. (Special thanks to Massimo Magnano)
- <li>New library engine for completion proposal (not hardcoded anymore) including a new section in the
- editor settings: "Environment".</li>
- <li>New powerful "Find in Files" engine.</li>
- <li>New "Find Window 1" and "Find Window 2" windows to output the "Find in Files" results.</li>
- <li>New IE "Internal Browser" to allow browsing the internet inside the IDE.</li>
- <li>New "History" ring for the new "Internal Browser"</li>
- <li>New Comment/Uncomment, Uppercase/Lowercase selection commands</li>
- <li>New "Goto Last Edited" action to send the cursor back to the last edited line.</li>
- <li>Drag and drop *.lpr or *.lua files from Windows<sup>®</sup> into LuaEdit is now supported.
- This means that LuaEdit is opening the dropped files if they have the *.lpr or *.lua extension.</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Minor Release: v2.0.1.626</font></b>
- <br>
- <font face="Arial" size="1"> Published on 04.25.2005</font>
- <br>
- <br>
- <ul type="square">
- <li>Major bug fix on the ctags engine command line call</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Major Release: v2.0.0.623</font></b>
- <br>
- <font face="Arial" size="1"> Published on 04.24.2005</font>
- <br>
- <br>
- <ul type="square">
- <li>New .Net looking style with auto-hide dockable windows, XP style highlighting on menus and toolbars,
- .Net looking controls and more</li>
- <li>Redesigned logo and help files</li>
- <li>Notification of file changes on hard drive while it's beeing edited in LuaEdit</li>
- <li>Read-only attribute is now handled by LuaEdit the same way it's handled in Visual Studio .Net</li>
- <li>Multiselect opening dialog to allow opening more than one document at once</li>
- <li>New advanced OnClose dialog to allow faster and better closing</li>
- <li>Association with LuaEdit software for *.lua and *.lpr files</li>
- <li>Completely new re-designed debugger for more reliability and accuracy than ever</li>
- <li>When the debugger calls a function from a *.lua file that is not opened yet, it automatically trace
- the call and open it for a more efficient debug session</li>
- <li>New Lua Output in-console to be able to visualize Lua prints</li>
- <li>New Lua local and global variables listing</li>
- <li>New local functions listing in a new window and in the completion proposal list</li>
- <li>Re-designed auto-incremental saves for Unit and Project files</li>
- <li>Re-viewed Initializer for Project files wich finally works</li>
- <li>New advance breakpoint management for a better debug session</li>
- <li>New enability to save breakpoints when saving Unit files</li>
- <li>New tools added to help you working better and faster with LuaEdit</li>
- <li>New re-designed Help files</li>
- <li>New contributors list</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Initial Release (Download.com): v2.0.1.626</font></b>
- <br>
- <font face="Arial" size="1"> Published on 06.06.2005</font>
- <br>
- <br>
- <ul type="square">
- <li>First release ever on the CNet <a href="http://www.download.com">Download.com</a> website</li>
- <li>Same version of LuaEdit with the same features</li>
- </ul>
- <hr size="1" color="#000000">
- <br>
- </tr>
- <tr>
- <b><font face="Arial" size="3"> Initial Release (LuaForge.net): v1.0.0.263</font></b>
- <br>
- <font face="Arial" size="1"> Published on 11.13.2004</font>
- <br>
- <br>
- <ul type="square">
- <li>First release ever of LuaEdit on LuaForge website</li>
- <li>Basic features such as syntax highlighting, many debugging tools, etc</li>
- <li>Basic help file</li>
- </ul>
- </tr>
- </table>
- <br>
- </font>
- </td>
- </tr>
- </tr>
- <tr>
- <td>
- <font face="Arial" size="1">
- <hr size="1" color="#000000">
- <center>
- Copyright © 2004-2006 Jean-François Goulet
- <br>
- <br>
- <a href="http://www.lua.org"><img width="64" height="64" src="Medias/lua-powered-by-64.gif" border="0"></a>
- </center>
- </font>
- </td>
- </tr>
- </table>
- </body>
- </html>
|