XEngima / Apps-TypeSqfEdit

An open source editor for Arma 3 missions, with syntax highlighting and a live SQF and SQX analyzer service.
MIT License
4 stars 2 forks source link

The analyzer draws erroneous conclusions about the code #11

Open GHSid opened 3 years ago

GHSid commented 3 years ago

The analyzer draws erroneous conclusions about the code: image ... but no error in this cases: image image (It's right)

GHSid commented 3 years ago

AvalonEdit already has information about the location of each character in a comment, in a string constant, or in regular code. @XEngima, @joseffallman , maybe use a similar mechanism in the analyzer (since there is such code in the AvalonEdit itself)?

ICSharpCode.AvalonEdit.Highlighting Namespace