On 2017-07-17 11:05, panagiotis merakos via use-livecode wrote:
@HermannI am not sure if "{}" were left out on purpose or not, I'll ask Monte. However, if you want to add them, you have to:
On Purpose. '{' is not a valid LCS bracket - so it shouldn't be appear outside of strings.
Similarly, single-quote isn't a valid LCS token - so it shouldn't appear outside of strings.
Indeed, bracket completion has to ignore content of strings otherwise you can't write stuff like:
put ( ")" & "'" ) & ( "'" ) into tVar Without funky things happening. Warmest Regards, Mark. -- Mark Waddingham ~ [email protected] ~ http://www.livecode.com/ LiveCode: Everyone can create apps _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
