PSPad 4.5.3 build 2255 (newest)
CSS file:
[color=#cc00cc]element
{
}
#id
{
}
.class
{
}[/color]
Code explorer does not find the element, however it finds the #id and the
.class
When this equivalent code is used, everything is fine:
[color=#cc00cc]
element{
}
#id{
}
.class{
}[/color]-- <http://forum.pspad.com/read.php?4,38414,38414> PSPad freeware editor http://www.pspad.com
