dcaoyuan / nbscala

NetBeans Plugin for Scala
247 stars 57 forks source link

Scala 2.10.x incompatibility #140

Open propi opened 9 years ago

propi commented 9 years ago

Hi,

I use the newest version of this nbscala plugin with NetBeans 8.0.2. I have a problem with older Scala 2.10.x projects; for example: If I use the Dynamic feature within my Scala code I get this error message: can't expand macros compiled by previous versions of Scala! The compilation process works well but I still get this error message in my IDE so it makes my development much more difficult.

Should I downgrade my nbscala plugin to 1.6.1.1 (2.10.x scala support) or is there any other solution? I don't have any problem with Scala 2.11.x projects.