Sublime Forum

Build 3067: Quote pairing issue in certain syntaxes

#1

I’m following up to my post at https://forum.sublimetext.com/t/automatic-backup-plugin/32/1#p65398 about issues with quote auto-matching in ST3 build 3067. I’ve been able to reliably reproduce the glitch in the “Better CoffeeScript” syntax (https://packagecontrol.io/packages/Better%20CoffeeScript), where typing a second single quote only types over the auto-matched character inside parentheses. In any other context, I wind up with three quotation marks. A quick skim of the syntax definition didn’t yield up any reasons why this should happen so consistently in this syntax.

ETA: Reverting to build 3066 fixed the issue, incidentally.

0 Likes

#2

I just saw this again in 3069, in the “Shell Script” syntax, and finally realized how to reliably reproduce it: the glitch only seems to appear when I’m typing at the very last cursor-position of a view—e.g., the last character of the last line. Here’s a quick little screencast showing the problem in the CoffeeScript syntax: http://quick.as/q447tv3k. Thanks for taking a look!

0 Likes