View Single Post
Old 04-13-2018, 06:35 AM   #92
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

Another library update, nothing too exciting.

- Added .undo_limit as an accessible parameter for the TextEditor. Defaults to 20 undo states.

- Added a "developer mode", accessible with Ctrl+Shift+Alt+Z. All it does right now is overlay a grid to help with placing elements, but suggestions are welcome.

- GUI.New() now returns the created element's name. In theory you could create a group of elements within a table, the table would end up containing all of their names, and you could use that to i.e. rewrite all of their nmousedown() methods with one loop.

- Menubox now has 'noarrow' as an optional flag at creation. Removes the arrow from the box, so it's just a pretty rectangle.

- Added a template to the Classes folder.
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote