Completed
Last Updated: 21 Apr 2022 14:03 by ADMIN
Release LIB 2022.1.207 (7 Feb 2022)
Petar
Created on: 27 Sep 2019 08:24
Category: SyntaxEditor
Type: Bug Report
1
SyntaxEditor: Symbol next to commenting string breaks the comment coloring in C#, VB, JS, SQL taggers or in custom tagger.
For example "//====" will not be commented in C#. 
Or "!====" wont' be commented in custom language if "!" is the commenting symbol.
The issue resides in the word splitting function in WordTaggerBase class.

0 comments