#[fixed][2.1.90] Multi-line comments break "current line" highlighting

6 messages · Page 1 of 1 (latest)

quartz lodge
#

By force of habit I've used /* */ comments before figuring out they where not documented in the manual, so this might not be a real bug, but when in doubt, I report it:

When using multi-line comments, the "current line" highlight correctly skip the first line but then highlight all the following ones (see attached screenshot).
I believe this bug is purely visual, as the code seems to be executed correctly.

true parcel
#

The /* */ multiline comments are mentioned in the manual, buried in Assembly -> Language creation -> Settings.

quartz lodge
#

Oooh, so I haven't hallucinated it, thanks !

true parcel
#

Multiline string also have a similar issue, where the line highlight doesn't match the actual byte.

storm garnet
#

I wonder whether this interacts badly with breakpoints 🤔
As in: You set a breakpoint somewhere below that multi-line comment or string and instead of the line you intended it breaks several lines above.

little gyro
#

Fixed in 2.1.97