Question

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?

Was it helpful?

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. In the mean time, you can use this beta version http://goo.gl/Bo3emS Note however, that this beta is few months old, and it will downgrade your Notepad++

OTHER TIPS

I have played with it and it looks like an obvious defect.

See the visualization – compare first and second half of the example:
enter image description here

A look at bugtracker reveals this is known defect - #4740. Subscribe to given bugtracker entry to get notified with any new post inside the bug report (including fix availability).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top