First, i was a bit surprised to find my favorite CSSEditor inside MyEclipse. But i was even more suprised, that it is working under M9.
Bsides this, it’s the original 0.0.3-Release from csseditor.sourceforge.net. Since there is no further development, i hope you are able to provide some improvements.
1. There allready is an option to sort the selectors in the outline. It might be usefull to have an option to ignore # and . wihtin the sorting.
2. Applying formatting to multiple selectors in one go, example:
.menueHead .std,
.menueHead .account,
.menueHead .mail,
.menueHead .clean {
margin:0px;
font-size:12px;
background-repeat:no-repeat;
This results in a (much) to long row in the outline. Aligning them vertically should provide a better overview.
3. Fooling around with a Preview could be a Killer-Feature ^^