Skip to content

Experimental: enable curly braces as ordinary characters.

Albert Gräf requested to merge (removed):curly-braces-fix-rebased into master

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.

Rebased on current master, this replaces !29 (closed).

Merge request reports