WowLua - Lua in Wow

Interactive Lua interpreter and scratchpad

File Details

v40000-1.0.0

  • R
  • Oct 15, 2010
  • 178.25 KB
  • 3.7K
  • 4.0.1
  • Retail

File Name

WowLua-v40000-1.0.0.zip

Supported Versions

  • 4.0.1

tag v40000-1.0.0
919d0cb04e2f9c1f8396d61fdd50a920eb2fd469
James Whitehead II <jnwhiteh@gmail.com>
2010-10-15 16:51:16 +0100

Tagging initial 4.x compatible release

--------------------

James Whitehead II:
    - Fix an error when navigating away from an unsaved page
    - Update .TOC
git-svn-migrate:
    - Convert svn:ignore properties to .gitignore.
James Whitehead II:
    - this -> self/getglobal -> _G
    - Initial fixes for WowLua in Cataclysm
    - Fix ChatFrameEditBox issue
    - Add configurable font size, added a slash command, fixed bugs
    * Added a new config button to the toolbar which will open the UI options panel to the WowLua page.
      * This config panel can be used to customize the font size used for WowLua
      * Fixed cursor navigation in the editor
      * Added a slash command (/luarun /wowluarun) that takes the name of a page to run, and runs it
    - Updating interface number in TOC
    - Clicking on the output frame sets the focus to to the commandline edit box, courtesy of Sarog
    - Interface version update
    - * Updated interface number * Fixed an issue with slash commands when not using AddonLoader
    - Added the keybindings file, and the redo icon
    - * Added a primative undo/redo system for WowLua that should make the editor a bit more functional. Please play with this feature before deciding to rely on it.
    - Added keybindings to RUN, SAVE, and SHOW/HIDE the window
    - * Fixed a mis-spelling in the .toc file that lead to AddonLoader support not working * Fixed an issue where loading the addon via AddOnLoader would cause the main edit box to be too small
    - Updated .toc version and added AddonLoader support for /wowlua and /lua
    - * Removed wrath compatability checks
    - Added code to check whether we're running on a wrath client or not
    - Fixing a call into UIPanelTemplates
Cogwheel-17646:
    - Fixed delete on an unsaved page
James Whitehead II:
    - Added history back into the interpreter line
    - Revert the change that requires untitled pages to be renamed
    - Added dirname property so zips are generated correctly
Cogwheel-17646:
    - Close button now shows unsaved dialog No longer auto-saves on run (should we add an auto save check box?)
    - ... Finished reorganizing imagages ><
    - Reorganized images
    - Added localization support
    - Delete button works again Added basic Open functionality (sorry cladhaire... selecting names from a dropdown is still > typing from memory) Saving a new script asks for a name Creating a new page shows the unsaved page dialog
    - Run button works Line numbers are no longer editable Lock/unlock buttons work Lock button now shows the lock icon based on the current state (tooltip reflects this)
James Whitehead II:
    - Massive changes
    * New button implemented
    * Undo button implemented
    * Prev/Next buttons implemented, including warnings
    * Save (and rename) implemented
    - Change the resizing so the code pane will grow instead of the interpreter output
Cogwheel-17646:
    - Refactored click handler Delete button creates a new page if you delete the only remaining one Window title displays name of current page
    - Next button correctly removes desaturation from the Previous button
James Whitehead II:
    - Remove debug messages
    - Ensure that lines are highlighted when they contain an error
    - Fixed issues with line numbering
    - Adding resize texture
    - Added the topleft texture
    - Initial import
    - Initial directory setup