Arduino 1.0 compile issues

I just downloaded it to give it a try .. discovered I would need to make some changes in my code ...annoying but fair enough.

Except the new version doesn't highlight where the error occurred ?

Is this normal?

I'm running linux Xubuntu 10.04.

Its going to be near on impossible to track down these errors if they are not highlighted.

I have big problems with the ps2 library. I can not get my PS2 mouse to work with 1.0, it is a known issue or is it a misstake I have done?

Well I found the error's

Took a while but I found out that you no longer need to use Softserial.print (val, BYTE) and can now just use Softserial.write (val). which is actually a big improvement.

I hope anyway I've got no way of testing the code ATM.

But is it normal for Arduino 1.0 to not highlight the line where the error is ? I imagine that could cause quite a few headaches for new programmer's

I'm running archlinux and it doesn't highlight the line numbers for me, either. It's especially annoying since the line numbers correspond to the IDE-processed sketch rather than the one I can actually see. :confused: