May 22, 2018 [Issue 18879] !is doesn't highlight correctly | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18879 --- Comment #10 from Manu <turkeyman@gmail.com> --- Hmm, I would personally want something different... When I read operator, I read ! * & + /. While 'in' is an operator, I would want it to colour like a keyword. When I see !in, I would want the ! to be operator coloured (ie, black on while) and 'in' to be keyword coloured (ie, blue on white). If you're not into that, is it possible to make that an option? -- |
May 22, 2018 [Issue 18879] !is doesn't highlight correctly | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18879 --- Comment #11 from Rainer Schuetze <r.sagitario@gmx.de> --- You are supposed to be able to configure that on the colorizer options page with the "Colored types" by adding [Keyword] is in but that's currently not working when the token has been classified as an operator. I've changed that for the next build. -- |
June 10, 2018 [Issue 18879] !is doesn't highlight correctly | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18879 Rainer Schuetze <r.sagitario@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #12 from Rainer Schuetze <r.sagitario@gmx.de> --- fix released in https://github.com/dlang/visuald/releases/tag/v0.47.0-beta1 -- |
Copyright © 1999-2021 by the D Language Foundation