build 5218, not on the changes-list for build 5219
If I fold some code and then insert a new line above the folded code, the first character of the very next line after the folded part is also folded. I think its easier to describe in images
First some code:
$verbrauch = '';
$options = '';
$javascript = '';
$javascript2 = '';
$satisfaction = '';
$registered = 'var reg = [];'; |
Now mark the following lines and fold them
$options = '';
$javascript = '';
$javascript2 = '';
$satisfaction = ''; |
Now it looks like:
now add a new line above the code, maybe just before "$verbrauch". Suddenly my folding looks like
Please note the missing $-character!
That character gets "sucked" into the folded part. Its always the first char of the line following the folded part, regardless if its a whitespace or anything else.
Maybe its a codepage related thing. I use UTF-8 with file format "Windows".
BTW: I'd like to take the chance to ask for javascript-support once again
m*