Free CSS Toolbox 1.01

Posts about other Blumentals Software products
Post Reply
stv
Posts: 2
Joined: Wed Aug 22, 2007 7:44 pm

Free CSS Toolbox 1.01

Post by stv »

I have had fun playing with this so far. When I try it on the Activestate.com standard CSS file, I get the error below.
This is the standard CSS file that Activestate gives you with perl, python, etc. You could get it from them, or I have a copy of this file at http://svance.com/Active.css


---------------------------
Free CSS Toolbox
---------------------------
The operation could not be performed due to following error:



GetFormatedCssText ANTLRException. unexpected char: 0x0A. Error at row -1
---------------------------
OK
---------------------------
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

Thanks for the report! It seems that the problem is connected to the Period mark on line 700.
It is not correct syntax. W3C CSS Validator Results:
711 Parse error - Unrecognized . td.SCheader { background: #C2B266; font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight : bold; text-align : center; }
The Free CSS Toolbox somehow gets messed up with this incorrect input. Will see if anything can be done there.
stv
Posts: 2
Joined: Wed Aug 22, 2007 7:44 pm

Re: Free CSS Toolbox 1.01

Post by stv »

Thanks for looking at it. If you could even change the error message to say "I was parsing line 700 at the time of this error", it would be helpful.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

A fix regarding this issue has been released. You are welcome to download the latest version.
Now it still displays the hex representation of a new line symbol, but it instead of "-1", should be stating the correct line number.
Post Reply