On 2017-07-17 11:05, panagiotis merakos via use-livecode wrote:
@Hermann

I 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 ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to