- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
"New Scala Interpreter" button, and scala console factory
Tue, 2009-11-24, 06:33
For your consideration:
Refactors the new interpreter action a little bit to abstract the launching code out, and also provides an IConsoleFactory implementation, so I could add a New Scala Console to the Console Factories dropdown menu in the Console View.
David Taylor
Carnegie Mellon University '11
Computer Science / Information Systems
1570 17th Ave, San Francisco CA 94122
415.425.8722
Refactors the new interpreter action a little bit to abstract the launching code out, and also provides an IConsoleFactory implementation, so I could add a New Scala Console to the Console Factories dropdown menu in the Console View.
David Taylor
Carnegie Mellon University '11
Computer Science / Information Systems
1570 17th Ave, San Francisco CA 94122
415.425.8722
Thanks for the patch! Actually, the test way to submit patches is via
the Scala trac at
https://lampsvn.epfl.ch/trac/scala
That way it's made sure that somebody will take a look at it.
Cheers