I use Aptana Studio 3 for my web development, and I love it except for a few small gripes. One of these gripes is that Aptana decides to treat some CSS parameters as invali
I spent a long time trying to figure out what kind of regex expression Aptana was looking for. I was trying out \s
for spaces and tons of stuff like that. It would turn out that to surpress this specific error, all you need to do is make an entry under the "Tidy Validator" of the HTML validation section...
should trim empty <canvas>
PS. (just to make this post a little more worth it...) .*
means "match zero or more of any character... I didn't see the dots in the image on that page Igor linked to.
You can add filters for CSS errors, or turn off CSS validation altogether. Please see here for more information:
http://wiki.appcelerator.org/display/tis/Adding+custom+error+message+filters+to+the+Problems+View