View Single Post
Old 12-12-2016, 08:38 PM   #15
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,964
Default

iReaScript v0.5

+ add Copy/Paste/Clear/Dock/Close actions to the right click context menu
+ display errors using bold font
+ document the built-in functions and variables in .help
+ fix formatting of \t and \r in strings when they are followed by numbers
+ implement (fix) display of empty lines
+ remember window position, size and docked state
+ store every return values in _ global variable

iReaScript v0.6

+ allow .clear to be recorded in the history
+ do not crash on clipboard read/write failure (eg. 32-bit windows)
+ don't evaluate command/actions while in a lua block
+ implement !ACTION for Main actions, !!ACTION for MIDI Editor actions
+ remove extra newline inserted when executing an empty command since v0.5

Last edited by cfillion; 01-20-2017 at 04:26 PM.
cfillion is offline   Reply With Quote