Hello,
i'm working on CSS files, and i have organised it with this kind of lines :
and in my wordfile, for the CSS language :
Before the last UE update (11b), the fold worked correctly, but now, it seems to ignore the text in comments block...
Any way to disable this 'feature' ?
thank you.
i'm working on CSS files, and i have organised it with this kind of lines :
Code: Select all
/* <--- common Tags */
body {
...
}
...
/* ---> */
/* <--- Layout */
#header {
...
}
...
/* ---> */
etc...
Code: Select all
/Open Fold Strings = "/* <---""{"
/Close Fold Strings = "/* ---> */""}"
Any way to disable this 'feature' ?
thank you.