Issue with lift css transformations Follow
Hi
I am just starting with Scala, Lift and the Scala plugin for Idea.
The plugin was working fine till I have started to develope a lift snippet where the plugin is showing me errors permanently. Seems it gets confused with #> operator and is not able to recognize it nor recommend an import for it.
I know my code is ok because I can compile with Maven, even from inside Idea.
Any clue that help me to fix it?
Thanks in advance
C
Please sign in to leave a comment.
File a bug report here. Good code red issues are not uncommon.
Yes, definitely file a bug - and include as much of the source as you
can. I use CSS transforms in Lift and haven't had any red code for a
while now, so there must be something else that is contributing to the
problem.
Donald
On 5/9/12 12:24 AM, Javier Leyba wrote:
>
>
>
>
Ok, thanks for the answers. Bug already reported as requested.
C