scala-ide / scala-worksheet

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

Force reconciliation when the editor is open #5

Open dragos opened 12 years ago

dragos commented 12 years ago

Right now, the reconciler does not run before the first change is made. This can be fixed by calling forceReconciling when the editor is open.

The JavaReconciler registers a part listener and calls forceReconciling when the editor is open or activated.