scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Sluggish typing when many files open #112

Open dragos opened 12 years ago

dragos commented 12 years ago

I noticed the worksheet slows down to a crawl when ScalaLaunchDelegate is open (in the sdt.core project). There are two issues at play, one of them can be fixed in the worksheet:

The second one can be fixed by not waiting for the reload request to be serviced.