CYRTextView icon indicating copy to clipboard operation
CYRTextView copied to clipboard

Critical issue in syntax highlighting core

Open zyavrik opened this issue 11 years ago • 3 comments

Steps to reproduce:

  1. Run example application from the package.
  2. Type word "using".

Actual result:

Part of word "sin" will be highlighted.

Should be:

Only whole words should be highlighted.

zyavrik avatar Jun 06 '14 19:06 zyavrik

The is no this issue on QED Solver too.

zyavrik avatar Jun 06 '14 19:06 zyavrik

Should be used regex like @"\b(?:a|b|c)\b" to fix the issue.

zyavrik avatar Jun 08 '14 12:06 zyavrik

And @""\bmod\b" instead @""\bmod\b" on the example application.

zyavrik avatar Jun 08 '14 12:06 zyavrik