vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

LESS: @keyframes Internal error occurred during 'Xtext validation' #237

Open Ciantic opened 9 years ago

Ciantic commented 9 years ago

An internal error occurred during: "Xtext validation". java.lang.NullPointerException When using @keyframes.

Paste following valid LESS script, and try saving:

.cartanim () {
  from { left: -10px; }  
  to { left: 0; }
}
@-webkit-keyframes cartanim {.cartanim;}
@-moz-keyframes cartanim {.cartanim;}
@-ms-keyframes cartanim {.cartanim;}
@-o-keyframes cartanim {.cartanim;}
@keyframes cartanim {.cartanim;}

It makes the editor unusable since it throws the error each time one saves, and after that it throws it while typing.

Ciantic commented 9 years ago

I also seem to get a lot of NullPointerException using @font-face