/* and */ issues
-
System Details:
macoOS/OS 14.5/ HISE build 4.0.0/ Standalone
STR (Steps to reproduce):
Place /* at the beginning of a script and place */ later in the code after scrolling.
Scroll up and down between the two.Result:
The code will turn green when the first indicator is visible ("/*"),
and will turn back to normal color when that indicator is no longer visible as you scroll.ER (Expected result):
The code should remain green to indicate that it is "commented out" instead of changing back.
-
@VirtualVirgin it's a visual glitch, it's been reported a few times
-
yes that's a known issue. Unfortunately solving it means that the code tokenizer would have to scan the entire file to grab the correct colours which comes with a huge performance hit on large files. It's obviously possible to solve that, but not super trivial.