bypass Isabelle OSX_Adapter for now -- MacOSX plugin 1.3 manages that better;
authorwenzelm
Wed, 25 Sep 2013 16:05:40 +0200
changeset 53884 48d13465c7c7
parent 53883 f1c5f857df3d
child 53885 44da1f830715
bypass Isabelle OSX_Adapter for now -- MacOSX plugin 1.3 manages that better;
src/Tools/jEdit/etc/options
src/Tools/jEdit/src/plugin.scala
--- a/src/Tools/jEdit/etc/options	Wed Sep 25 15:40:34 2013 +0200
+++ b/src/Tools/jEdit/etc/options	Wed Sep 25 16:05:40 2013 +0200
@@ -30,10 +30,10 @@
 public option jedit_symbols_search_limit : int = 50
   -- "maximum number of symbols in search result"
 
-public option jedit_macos_application : bool = true
+option jedit_macos_application : bool = false
   -- "some native Mac OS X application support (potential conflict with MacOSX plugin)"
 
-public option jedit_macos_preferences : bool = false
+option jedit_macos_preferences : bool = false
   -- "native Mac OS X preferences menu"
 
 public option jedit_timing_threshold : real = 0.1
--- a/src/Tools/jEdit/src/plugin.scala	Wed Sep 25 15:40:34 2013 +0200
+++ b/src/Tools/jEdit/src/plugin.scala	Wed Sep 25 16:05:40 2013 +0200
@@ -325,7 +325,7 @@
       PIDE.options.update(Options.init())
       PIDE.completion_history.load()
 
-      if (Platform.is_macos) OSX_Adapter.init
+      // FIXME if (Platform.is_macos) OSX_Adapter.init
 
       SyntaxUtilities.setStyleExtender(new Token_Markup.Style_Extender)
       if (ModeProvider.instance.isInstanceOf[ModeProvider])