hi,micro,
Thank for your help,Sorry but in my country,I can't watch the screencast.
I'm eclipse plugin developer and the plugin has been finished.
But I want use scala to change my plugin core.
For example:
I create eclipse plugin project with scala nature.
And create ViewPart with scala
class MyViewPart extends ViewPart{
....
def createPartControl(parent: Composite){
println("Hello Scala World")
}
......
}
But debug my plugin MyViewPart.The Eclipse debug console can't print 'Hello Scala World'.
Master,Can you give me some suggestion?
Thank,
Robin