net.sf.ij_plugins.scala.console
Creates scala console objects and gives assess to the main view.
Example of using the controller to create a stand alone application:
object ScalaConsoleApp extends SimpleSwingApplication { private val view = new ScalaConsole().view view.peer.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE) def top = view }
2/17/12
Creates scala console objects and gives assess to the main view.
Example of using the controller to create a stand alone application:
2/17/12