System:
WinXP
Eclipse 3.0 Final
CSS Editor 0.4
Problem:
--------
If you have an asterisk in a comment field and don't
close the comment and then you don't have any more
comments (/**/) from that point on in the CSS
document - the text after where the trailing asterick is
will dispace the CSS normally when it should actually
display it as commented out.
For example:
------------
#module_content_area .wms_table_type1 td
{
padding-top: 0.4em; /* comment *
}
.wms_table_type1 .table_row_odd
{
background-color: #CCCCCC;
}
Everything after "padding-top: 0.4em;" is commented
out since the comment tag hasn't been closed but in
the Editor it appears to be fine.