MyEclipse: CSS editor and unnamed {} block rogue_dev - Oct 19, 2005 - 08:31 PM Post subject: CSS editor and unnamed {} block
I had the following in a css file:
Code:
{
}
.. more stuff..
The editor does not allow a return after the }
If I add a section name:
Code:
abc{
}
I can add a line after the }
To test this take any css file, and type in two curly braces {}. You can add lines before and in the middle of the {}, but not after it. You can have as much text between the {} as you want. You can add text after the }.
Ecplise 3.1, MyEcplise 4.0GAsupport-greg - Oct 20, 2005 - 07:52 AM Post subject:
I have easily replicated this issue with our latest build. I will enter this issue into our PR system. Thanks for your report.