Re: RedyCode 0.9.2 released
- Posted by Mike777b Jul 11, 2016
- 3072 views
Thanks for the reply.
It fails with the following error message:
C:\eu\eu405\RedyLib\RedyCode-master\.\euphoria\include\redylib_0_9\gui\objects\textdoc.e:1069
<0237>:: 'Keep_newlines' only needs 1 argument
tokenize:keep_newlines(,token)
With a carrot on the next line pointing to the comma.
tokenize:keep_newlines (from line 264 t 266 in tokenize.e):
public procedure keep_newlines(integer val = 1, atom state = g_state) eumem:ram_space[state][IGNORE_NEWLINES] = not val end procedure
Looks to me like it takes 2 arguments.
mike