How to write eclipse rcp applications with scala?
问题 The Scala Eclipse plugin page says: * Support for Eclipse plugin and OSGi development including hyperlinking to Scala source from plugin.xml and manifest files. How does this support work? There's no wizards for making Scala plugins. I've found no documentation on how to use Scala in a Eclipse plugin/RCP application. Is it even possible? 回答1: Yes, it is possible. In fact, the Scala Eclipse plugin itself is written in Scala. I've never created a Scala RCP app myself, but I'm guessing that what