# HG changeset patch # User wenzelm # Date 1332334473 -3600 # Node ID effcfa38e77b20ccca9ca72175d686179a0f777c # Parent 9deb10a162034e9be21435a15b3e31f0e49725b4 try apple.laf.useScreenMenuBar=false to make menus stay closer to the editor views they belong to -- potentially less confusing for jEdit newcomers; diff -r 9deb10a16203 -r effcfa38e77b src/Tools/jEdit/etc/settings --- a/src/Tools/jEdit/etc/settings Wed Mar 21 11:36:47 2012 +0100 +++ b/src/Tools/jEdit/etc/settings Wed Mar 21 13:54:33 2012 +0100 @@ -6,7 +6,7 @@ JEDIT_OPTIONS="-reuseview -noserver -nobackground -log=9" JEDIT_JAVA_OPTIONS="-Xms128m -Xmx1024m -Xss4m -Dactors.corePoolSize=4 -Dactors.enableForkJoin=false" #JEDIT_JAVA_OPTIONS="-Xms128m -Xmx512m -Xss2m -Dactors.corePoolSize=4 -Dactors.enableForkJoin=false" -JEDIT_SYSTEM_OPTIONS="-Dapple.laf.useScreenMenuBar=true -Dcom.apple.mrj.application.apple.menu.about.name=Isabelle/jEdit" +JEDIT_SYSTEM_OPTIONS="-Dapple.laf.useScreenMenuBar=false -Dcom.apple.mrj.application.apple.menu.about.name=Isabelle/jEdit" JEDIT_STYLE_SHEETS="$ISABELLE_HOME/etc/isabelle.css:$JEDIT_HOME/etc/isabelle-jedit.css:$ISABELLE_HOME_USER/etc/isabelle.css:$ISABELLE_HOME_USER/etc/isabelle-jedit.css"