Affected Version:
2.1.1.1
What steps will reproduce the problem?
1.Create code with multiline comment
2.make change around beginning of multiline comment, but keep end of
multiline comment common so it is skipped in "skipping X common lines..."
3.look at gerrit side by side review
What is the expected output? What do you see instead?
Expected:
Code should be properly color-coded after the skipped lines
Encountered:
Code is the same color as comment code until the end of the next commented
block
Please provide any additional information below.
/**************
comment
--- begin skipping lines
***********/
--Stop skipping lines
function blah should be color coded, but is color of comment
/******
comment
********/
function is not properly color coded
Labels: FixedIn-2.1.2