Sublime Forum

ST3 dev build 3092 - Spell check word boundary

#1

The issue on word boundary with markdown reported here
viewtopic.php?f=3&t=7968&p=64634&hilit=spellcheck#p64634
is returned back with build 3092. I’m not sure when it popped up again. It was already solved. It seems a regression bug.

I would have liked to attach a pic but I received “Sorry, the board attachment quota has been reached.” for a 4K bytes PNG :question:

Thanks!

0 Likes

#2

Here again with additional info.

I rolled back dev releases to spot where the bug was introduced.
Build 3088 works fine
Build 3090 shows the bug (with all its successors). Along with the spell check problem, I found it reintroduces back a bug that was solved (up to 3088).
In C syntax
#define FUNC1(a)
#define FUNC2(a,b)
Result:
(a) will get properly coloured, while (a,b) is not in build 3090.
In build 3088 both macros have their arguments properly coloured.

Hope this helps figure out what’s broken!

0 Likes

#3

I can confirm this regression - would love to have it fixed.

0 Likes

#4

Regression confirmed in ST3 dev build 3093, 3094, 3095

0 Likes

#5

Reopened the issue tracker bug reported here.

0 Likes