- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[ANN][netbeans] Scala plugin for NetBeans 6.8 beta released
Sun, 2009-10-25, 05:45
I packed another release of Scala plugin for NetBeans 6.8 beta, for
more information, please see:
http://wiki.netbeans.org/Scala68v1
This version allows adding "deprecation", "unchecked" parameters for
scalac, and fixed unicode id issue. It works on Scala-2.8.0 snapshot
only.
But, all projects created via "File" -> "New Project" before this
version should add or change following lines in
"nbproject/project.properties":
scalac.compilerargs=
scalac.deprecation=no
scalac.unchecked=no
-Caoyuan
Sun, 2009-10-25, 09:07
#2
Re: [ANN][netbeans] Scala plugin for NetBeans 6.8 beta release
On Sun, Oct 25, 2009 at 3:40 PM, Andrew Gaydenko wrote:
> On Sunday 25 October 2009 07:45:32 Caoyuan wrote:
>> I packed another release of Scala plugin for NetBeans 6.8 beta, for
>> more information, please see:
>>
>> http://wiki.netbeans.org/Scala68v1
>>
>> This version allows adding "deprecation", "unchecked" parameters for
>> scalac, and fixed unicode id issue. It works on Scala-2.8.0 snapshot
>> only.
>>
>> But, all projects created via "File" -> "New Project" before this
>> version should add or change following lines in
>> "nbproject/project.properties":
>> scalac.compilerargs=
>> scalac.deprecation=no
>> scalac.unchecked=no
>>
>>
>> -Caoyuan
>>
>
> Caoyuan,
>
> I congratulate you! Thanks!
>
> (still in doubt where is your vacation you have mentioned recently :-) )
Thanks.
I stayed in home and prepared my presentation about Scala during the
vacation. And, of course, I'm not coding 24x7, I visited some parks.
-Caoyuan
Fri, 2009-10-30, 14:47
#3
Re: [ANN][netbeans] Scala plugin for NetBeans 6.8 beta released
Thanks a lot, Caoyuan!
I have been using the new (NetBeans 6.8, Scala 2.8 compatible) version of
the Plugin pretty heavily for the past few weeks, and I must say it's at a
point now where it's very solid, has a good set of features, produces
beautiful looking code, and gets the job done in a nice fashion without any
problems.
Congratulations for the good work on the Plugin!
Regards,
- Lalit
http://lalitpant.blogspot.com/
dcaoyuan wrote:
>
> I packed another release of Scala plugin for NetBeans 6.8 beta, for
> more information, please see:
>
> http://wiki.netbeans.org/Scala68v1
>
> This version allows adding "deprecation", "unchecked" parameters for
> scalac, and fixed unicode id issue. It works on Scala-2.8.0 snapshot
> only.
>
> But, all projects created via "File" -> "New Project" before this
> version should add or change following lines in
> "nbproject/project.properties":
> scalac.compilerargs=
> scalac.deprecation=no
> scalac.unchecked=no
>
>
> -Caoyuan
>
>
Fri, 2009-10-30, 18:07
#4
Re: [ANN][netbeans] Scala plugin for NetBeans 6.8 beta release
On Fri, Oct 30, 2009 at 9:37 PM, Lalit Pant wrote:
>
> Thanks a lot, Caoyuan!
>
> I have been using the new (NetBeans 6.8, Scala 2.8 compatible) version of
> the Plugin pretty heavily for the past few weeks, and I must say it's at a
> point now where it's very solid, has a good set of features, produces
> beautiful looking code, and gets the job done in a nice fashion without any
> problems.
>
> Congratulations for the good work on the Plugin!
Thanks. I'm glad to see it's also a help for others.
--Caoyuan
>
> Regards,
> - Lalit
> http://lalitpant.blogspot.com/
>
>
>
>
> dcaoyuan wrote:
>>
>> I packed another release of Scala plugin for NetBeans 6.8 beta, for
>> more information, please see:
>>
>> http://wiki.netbeans.org/Scala68v1
>>
>> This version allows adding "deprecation", "unchecked" parameters for
>> scalac, and fixed unicode id issue. It works on Scala-2.8.0 snapshot
>> only.
>>
>> But, all projects created via "File" -> "New Project" before this
>> version should add or change following lines in
>> "nbproject/project.properties":
>> scalac.compilerargs=
>> scalac.deprecation=no
>> scalac.unchecked=no
>>
>>
>> -Caoyuan
>>
>>
>
> --
> View this message in context: http://old.nabble.com/-scala-tools---ANN--netbeans--Scala-plugin-for-Net...
> Sent from the Scala - Tools mailing list archive at Nabble.com.
>
>
On Sunday 25 October 2009 07:45:32 Caoyuan wrote:
> I packed another release of Scala plugin for NetBeans 6.8 beta, for
> more information, please see:
>
> http://wiki.netbeans.org/Scala68v1
>
> This version allows adding "deprecation", "unchecked" parameters for
> scalac, and fixed unicode id issue. It works on Scala-2.8.0 snapshot
> only.
>
> But, all projects created via "File" -> "New Project" before this
> version should add or change following lines in
> "nbproject/project.properties":
> scalac.compilerargs=
> scalac.deprecation=no
> scalac.unchecked=no
>
>
> -Caoyuan
>
Caoyuan,
I congratulate you! Thanks!
(still in doubt where is your vacation you have mentioned recently :-) )
Andrew