- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala Tools
The main forum for discussions about the Scala tools contributed by the community.
Eclipse IDE for Scala beta08 for Scala 2.9 and 2.8 is here
We are happy to announce that the beta08 release of the Eclipse IDE forScala is ready for download! This release comes in two flavors: the2.9.0-1 version, and the 2.8.2-SNAPSHOT version.
The 2.8 compiler shipped with this version of the plugin is based onthe development branch of 2.8.2, and is fully binary compatible with2.8.1. It contains the same improvements to the presentation compiler as the 2.9 version, and a number of bug fixes related to Java signatures.
The 2.8 compiler shipped with this version of the plugin is based onthe development branch of 2.8.2, and is fully binary compatible with2.8.1. It contains the same improvements to the presentation compiler as the 2.9 version, and a number of bug fixes related to Java signatures.
FSC and -max-idle parameter
Hi,
Scala Fast Compiler always exits after 30 minutes of inactivity. I
read somewhere that 2.9 has new parameter '-max-idle 0' to set an
infinitive timeout.
However '-max-idle' does not seems to work. Was this parameter really
added to Scala 2.9?
Thanks,
Jan Kotek
Scala IDE for Eclipse beta7 for Scala 2.9.0-1
There was a minor issue with the 2.0.0-beta6 build of the Scala IDE
for 2.9.0-1 which manifested itself as NoSuchMethodErrors being thrown
when Mark Occurrences was enabled in the Scala editor.
We've just released a new 2.0.0-beta7 build which fixes this issue. If
you've already installed 2.0.0-beta6 for 2.9.0-1 we recommend you
update again now. Users of the 2.8.2-SNAPSHOT build are unaffected by
the Mark Occurrences issue and don't need to update again.
Cheers,
Miles
Eclipse IDE for Scala beta6 is available now
We are happy to announce that the beta6 release of the Eclipse IDE forScala is ready for download! This release comes in two flavors: the2.9.0-1 version, and the 2.8.2-SNAPSHOT version.
The 2.8 compiler shipped with this version of the plugin is based onthe development branch of 2.8.2, and is fully binary compatible with2.8.1. It contains the same improvements to the presentation compiler as the 2.9 version, and a number of bug fixes related to Java signatures.
What's new:
- Eclipse 3.7.0 (Indigo) compatibility
- Improved stability (correct use of 'ask' calls)
The 2.8 compiler shipped with this version of the plugin is based onthe development branch of 2.8.2, and is fully binary compatible with2.8.1. It contains the same improvements to the presentation compiler as the 2.9 version, and a number of bug fixes related to Java signatures.
What's new:
- Eclipse 3.7.0 (Indigo) compatibility
- Improved stability (correct use of 'ask' calls)
Ngoc Dao wants to chat
-----------------------------------------------------------------------
Ngoc Dao wants to stay in better touch using some of Google's coolest new
products.
If you already have Gmail or Google Talk, visit:
http://mail.google.com/mail/b-b36b07d724-77346778e9-awsn3WVSwi4LqlFf9DhJ...
You'll need to click this link to be able to chat with Ngoc Dao.
To get Gmail - a free email account from Google with over 2,800 megabytes of
storage - and chat with Ngoc Dao, visit:
http://mail.google.com/mail/a-b36b07d724-77346778e9-awsn3WVSwi4LqlFf9DhJ...
Gmail offers:
- Instant messaging right inside Gmail
- Powerful spam protection
- Built-in search for finding your messages and a helpful way of organizing
emails into "conversations"
- No pop-up ads or untargeted banners - just
illegal cyclic inheritance
He,
since I have update my Scala Eclipse IDE to http://download.scala-ide.org/releases-29/2.0.0-beta
I continously receive ``illegal cyclic inheritance`` errors. A rebuild
resolves this issue, though. Nevertheless it is annoying to have all
this kind of errors spread over a file although these are none. Is
there a solution/ workaround?
I am using Eclipse SDK, Version: 3.6.2, Build id: M20110210-1200.
Thanks,
/nm
scalap and determining if ClassSymbol is Class or Object
I am trying to determine if a ClassSymbol is an Object or a Class:
ScalaSigParser.parse(cf).foreach(_.symbols.foreach({
case cs@ClassSymbol(symbolInfo: SymbolInfo, thisTypeRef: Option[Int]) =>
val cn = symbolInfo.name
Anyone knows how can this be done?
ScalaSigParser.parse(cf).foreach(_.symbols.foreach({
case cs@ClassSymbol(symbolInfo: SymbolInfo, thisTypeRef: Option[Int]) =>
val cn = symbolInfo.name
Anyone knows how can this be done?
nbscala and override
Hi,
Don't if this is the right place for this... but here we go.
Using NetBeans, the nbscala plugin, and scala 2.9.0-1:
When doing a 'def something' it would be nice to have an editor tip or error displayed if 'override' is required. The editor already knows that the method is an override and / or implementation, since it offers me to go to the original source. Is this possible?
[]s,
--
Paulo "JCranky" Siqueira
Visit my blog: http://www.jcranky.com/
Don't if this is the right place for this... but here we go.
Using NetBeans, the nbscala plugin, and scala 2.9.0-1:
When doing a 'def something' it would be nice to have an editor tip or error displayed if 'override' is required. The editor already knows that the method is an override and / or implementation, since it offers me to go to the original source. Is this possible?
[]s,
--
Paulo "JCranky" Siqueira
Visit my blog: http://www.jcranky.com/









