google-code-export / notepad2-mod

Automatically exported from code.google.com/p/notepad2-mod
Other
2 stars 1 forks source link

Folding mismatches with brace in line comment (double slashes) #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
When nested braces are commented with double slashes, folding mismatch with 
closing brace inside comment

What is the expected output? What do you see instead?
Folding should ignore braces in comment.  Folding match closing brace inside 
comment

What version of the product are you using? On what operating system?
x64 4.2.25-rc8 rev. 476 on Windows 7

Please provide any additional information below.
Folding is correct on block comment /* */.
e.g.
function x(){
   //if (b) {
   //}
   a = a;
}

Original issue reported on code.google.com by ll0...@gmail.com on 26 Aug 2011 at 10:46

GoogleCodeExporter commented 9 years ago
Try the latest version and report back.

Original comment by XhmikosR on 26 Aug 2011 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by XhmikosR on 26 Aug 2011 at 11:36

GoogleCodeExporter commented 9 years ago
latest version (4.2.25 r558) appears to work correctly.

Original comment by ll0...@gmail.com on 29 Aug 2011 at 3:40