QCodeEditor icon indicating copy to clipboard operation
QCodeEditor copied to clipboard

Wrong comment highlighting

Open ash12345678987654321 opened this issue 6 years ago • 2 comments

/*
CODE HERE
//*/

The highlighting recognizes that this is a block comment and highlights the whole chunk.

However, if we add / at the start

//*
CODE HERE
//*/

CODE HERE is still highlighted even thought it should not be as it is only 2 lines comments at the start and at the end

ash12345678987654321 avatar Dec 25 '19 03:12 ash12345678987654321

Thank you for report. I'll try to fix this as soon as possible.

Megaxela avatar Dec 28 '19 00:12 Megaxela

@ash12345678987654321 You can find reports about this issue status here : https://github.com/ouuan/QCodeEditor/issues/2

coder3101 avatar Feb 05 '20 18:02 coder3101