Skip to content

Commit

Permalink
Merge pull request #909 from mlangc/fix-editor-leak-1002293
Browse files Browse the repository at this point in the history
Don't leak `ScalaSourceFileEditors`
  • Loading branch information
kiritsuku committed Mar 15, 2015
2 parents 2b33971 + 949e47d commit 674f2b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ class ScalaSourceViewerConfiguration(

val reconciler = new ScalaReconciler(editor, s, isIncremental = false)
reconciler.setDelay(500)
reconciler.install(sourceViewer)
reconciler.setProgressMonitor(new NullProgressMonitor())
reconciler
}.orNull
Expand Down

0 comments on commit 674f2b4

Please sign in to comment.