Posted 18 years ago
by Kasper

Hi,
One of my users reported this, and I must agree that it's a bit annoying. It's related to the PHP outlining, but I have changed it to C#, because it will probably be easier for you to test :)
Add the following piece of C# code somewhere in the demo app editor:Fold the if statement. Now, go to the line above the if statement, and start a multiline comment ( /* ) - this will cause the code to get unfolded, which can surely be quite annoying if you have like 30 lines of code folded. I do see _why_ SyntaxEditor does this, but can anything be done to prevent it, or would that simply not make sense?
[Modified at 10/05/2006 06:51 AM]
One of my users reported this, and I must agree that it's a bit annoying. It's related to the PHP outlining, but I have changed it to C#, because it will probably be easier for you to test :)
Add the following piece of C# code somewhere in the demo app editor:
if(test)
{
Console.Write("test");
}
[Modified at 10/05/2006 06:51 AM]