The quotation mark expands the folded code
-
The problem is that all the folded code below the input quotation mark is expanded, since the effect of this quotation mark goes to all lines below. This applies to PHP syntax highlighting for example.
With the js syntax, this is not observed, since the influence of the open quote goes only to the end of the line.
How can this be influenced?
-
Different languages have different folding rules. Those rules are compiled into a component in Notepad++, and I don’t think you can change them.
-
@Rioko-Nefelisk said in The quotation mark expands the folded code:
The problem is that all the folded code below the input quotation mark is expanded, since the effect of this quotation mark goes to all lines below. This applies to PHP syntax highlighting for example.
this appears to affect powershell code as well.
-
For the Powershell case, there’s a Notepad++ “issue”, see HERE.