LuaEdit Changelog

What's new in LuaEdit 3.0.9

Apr 19, 2012
  • New:
  • Allow user to send crash report when LuaEdit crashes so the report can be saved into a MySQL db
  • Added feature to find out if there's a newer version of LuaEdit released
  • Added automatic check for update at startup (can be disabled and re-enabled through options)
  • Added new Startup option to control automatic check for update at startup Added "Check for Update" menu
  • Added new download window to start and view a download from LuaEdit (only used for check for update featue for now)
  • Added new External Tools UI and system
  • Bug Fixes:
  • Updated licenses so that client side is under GPL and server side is under LGPL

New in LuaEdit 3.0.8 (Feb 1, 2012)

  • New Features:
  • Added new Debug Server option page with default port option
  • Bug Fixes:
  • Fix wrong intermediate path which caused some mix-match between x86 and x64 releases of 3.0.7
  • Fix a bug where you could not debug a file when created and/or assigned to a new project
  • Fix crash when adding a breakpoint in a new file that had not been saved yet Fix bug where closing a tab using the middle mouse button or the "X" button of the tab strip would not really close the document internally.
  • Fix bug where project files (EG: *.lsln, *.luaproj, etc) would not be opened as project files when opened from command line or explorer.
  • Fix bug ID 3471202: Over-zealous code completion causes bugs.
  • Fix bug where debugging newly created scripts would put LuaEdit in an unstable state if not saved on disk as requested.

New in LuaEdit 3.0.7 (Dec 20, 2011)

  • x64 compatible binaries

New in LuaEdit 3.0.6 (Dec 14, 2011)

  • New Features:
  • Support for Lua 5.2 debugging (support for Lua 5.1.4 remains)
  • New Debugging Native UI option
  • Bug Fixes:
  • Fix another specific crash in symbol parsing logic

New in LuaEdit 3.0.5 (Nov 29, 2011)

  • New Features:
  • New symbol quick goto list
  • New Go to Definition contextual menu and shortcut
  • Added wait cursor when selecting the "Tools/Options" menu
  • Updated website
  • Bug Fixes:
  • Fix bug where you could not open another solution once a solution was already opened (or a default one had been automatically created)
  • Fix *random* crash in symbol parsing logic
  • Fix bug where closing LuaEdit would 'Send' Enter key and therefore causing weird behaviours afterward. (EG: opening files on close, adding line feed to edited documents, it all depended on which window was getting focused after closing LuaEdit)

New in LuaEdit 3.0.4 (Nov 11, 2011)

  • New Features:
  • New symbol parsing system
  • New Code Completion/AutoList feature
  • Added new Context menu for Set Next Statement feature
  • Added support for opening documents from cmd line
  • Bug Fixes:
  • Fix render bug in code editor
  • Fix flickering between autolist and code editor

New in LuaEdit 3.0.3 (Oct 25, 2011)

  • New Features:
  • New High resolution images for files associated with LuaEdit
  • LuaEdit installer now has file association options
  • Bug Fixes:
  • Fix bug where the Tooltip control of the solution explorer would constantly refresh at all frames and therefore would use all available CPU.

New in LuaEdit 3.0.2.3 (Oct 10, 2011)

  • New Features:
  • Tab closing on middle mouse button click
  • Find in files and its many settings
  • Find results window 1 and 2 and its goto implementation
  • New Options window
  • Syntax coloring settings
  • Set next statement feature (using drag and drop of debugging cursor... contextual menu on the way)
  • Bug Fixes:
  • Visual glitches in syntax editor when typing quickly
  • Fix crash when solo debugging a lua file without having a solution opened/created