Experimental: enable curly braces as ordinary characters.
This change allows curly braces {} to be accepted as keypress events and entered into object and message boxes. It doesn't change the quoting rules for these characters, so [print] still escapes them with backslashes.
Merge request reports
Activity
mentioned in merge request !30 (closed)
I've been running this on my own Linux system for about four weeks now, without noticing any adversarial effects. It's not a grave change (most people probably won't even notice), and the resulting patches seem to load fine even with the current vanilla version. Maybe it could be merged now?
added 1 commit
- 76bb970f - Remove commented-out code related to the curly braces fix.
That's true, but it's a language-level bug which we should treat with care.
At the same time I've been struggling so long with the build system that the rc's are kind of dragging.
Anyway, I'll go ahead and merge this one...
Edited by Jonathan Wilkes