disable search dialog pool on all platforms -- to prevent GUI synchronization problems seen on KDE (e.g. Kubuntu 12.10);
authorwenzelm
Thu, 03 Jan 2013 22:12:18 +0100
changeset 50709 985c081a4f11
parent 50708 07202e00fe4d
child 50710 32007a8db6bb
disable search dialog pool on all platforms -- to prevent GUI synchronization problems seen on KDE (e.g. Kubuntu 12.10);
src/Tools/jEdit/src/plugin.scala
--- a/src/Tools/jEdit/src/plugin.scala	Thu Jan 03 21:23:14 2013 +0100
+++ b/src/Tools/jEdit/src/plugin.scala	Thu Jan 03 22:12:18 2013 +0100
@@ -13,7 +13,7 @@
 
 import scala.swing.{ListView, ScrollPane}
 
-import org.gjt.sp.jedit.{jEdit, EBMessage, EBPlugin, Buffer, View}
+import org.gjt.sp.jedit.{jEdit, EBMessage, EBPlugin, Buffer, View, Debug}
 import org.gjt.sp.jedit.textarea.{JEditTextArea, TextArea}
 import org.gjt.sp.jedit.syntax.ModeProvider
 import org.gjt.sp.jedit.msg.{EditorStarted, BufferUpdate, EditPaneUpdate, PropertiesChanged}
@@ -271,6 +271,8 @@
   override def start()
   {
     try {
+      Debug.DISABLE_SEARCH_DIALOG_POOL = true
+
       PIDE.plugin = this
       Isabelle_System.init()
       Isabelle_System.install_fonts()