notepad++

UDL2 Folding style 2 only work with Windows EOL but not UNIX EOL


With the following setting in UDL2.1.0.12

Folding in code 2 style:
open: function
close: "end function"

operators1: ( )

on the following code

function test1(x)
end function test1

function test2(y)
end function test2

will work with windows EOL but not with UNIX EOL

Is the setting above correct?


Solution

  • I am the author of UDL. I can confirm that this is a known bug, and it will be solved in UDL3.0 phase.