View Single Post
Old 08-01-2018, 05:20 PM   #27
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

iReaScript v0.8

+ Added support for multibyte and full-width characters (though they can't be typed directly)



+ iReaScript's global print(...) function can now be used from external scripts for debugging



+ allow reaper and gfx to be overwritten without crashing
+ autocomplete multi-dimensional tables
+ fix table autocompletion when the variable name contains digits
+ fix table autocompletion when there are more than one spaces surrounding the dot
+ fix {[1]=1, [255]=2} being displayed as just {1}
+ redraw the screen only when necessary for reduced CPU usage
+ show a full traceback when iReaScript crashes

iReaScript v0.8.1

+ add ctrl+w to erase the current word from the cursor
+ fix moving the cursor to the start of the previous word (shift+left) with multiple leading whitespaces
# fix off-by-one character offsets in double-click whole word selection (0.8 regression)
+ harden against ill-formed UTF-8 sequences in the history file

Last edited by cfillion; 08-02-2018 at 08:38 AM.
cfillion is offline   Reply With Quote