src/Tools/jEdit/etc/settings
author wenzelm
Sat, 05 Jan 2013 23:03:07 +0100
changeset 50746 429075aeb618
parent 50744 f7ba30a816b9
child 53489 97222a86aec0
permissions -rw-r--r--
prefer apple.laf.useScreenMenuBar=true (despite cf. effcfa38e77b) to make it work better with full-screen mode;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38155
e669779bb8c4 editor mode;
wenzelm
parents: 37058
diff changeset
     1
# -*- shell-script -*- :mode=shellscript:
e669779bb8c4 editor mode;
wenzelm
parents: 37058
diff changeset
     2
34664
8f5fbe4a80ff Isabelle component;
wenzelm
parents:
diff changeset
     3
JEDIT_HOME="$COMPONENT"
34880
f88fc4fcab86 provide JEDIT_SETTINGS via settings;
wenzelm
parents: 34804
diff changeset
     4
JEDIT_SETTINGS="$ISABELLE_HOME_USER/jedit"
34664
8f5fbe4a80ff Isabelle component;
wenzelm
parents:
diff changeset
     5
44956
01a1b3b3341f raised default log level -- to avoid confusing warning about scala.tools.nsc.plugins.Plugin, which is mistaken as jEdit plugin;
wenzelm
parents: 43671
diff changeset
     6
JEDIT_OPTIONS="-reuseview -noserver -nobackground -log=9"
50744
f7ba30a816b9 tuned JEDIT_JAVA_OPTIONS: increase chances that it works with approx. 8 cores and 32bit platform (notably Windows);
wenzelm
parents: 49612
diff changeset
     7
#JEDIT_JAVA_OPTIONS="-Xms128m -Xmx512m -Xss1m -Dactors.corePoolSize=4 -Dactors.enableForkJoin=false"
f7ba30a816b9 tuned JEDIT_JAVA_OPTIONS: increase chances that it works with approx. 8 cores and 32bit platform (notably Windows);
wenzelm
parents: 49612
diff changeset
     8
JEDIT_JAVA_OPTIONS="-Xms128m -Xmx1024m -Xss2m -Dactors.corePoolSize=4 -Dactors.enableForkJoin=false"
f7ba30a816b9 tuned JEDIT_JAVA_OPTIONS: increase chances that it works with approx. 8 cores and 32bit platform (notably Windows);
wenzelm
parents: 49612
diff changeset
     9
#JEDIT_JAVA_OPTIONS="-Xms512m -Xmx4096m -Xss8m -Dactors.corePoolSize=4 -Dactors.enableForkJoin=false"
50746
429075aeb618 prefer apple.laf.useScreenMenuBar=true (despite cf. effcfa38e77b) to make it work better with full-screen mode;
wenzelm
parents: 50744
diff changeset
    10
JEDIT_SYSTEM_OPTIONS="-Dapple.laf.useScreenMenuBar=true
47235
a92d3620e156 more robust Scala 2.9.x interpreter invocation -- avoid separate interpreter thread and thus deadlock of Swing_Thread.now;
wenzelm
parents: 47063
diff changeset
    11
-Dcom.apple.mrj.application.apple.menu.about.name=Isabelle/jEdit
a92d3620e156 more robust Scala 2.9.x interpreter invocation -- avoid separate interpreter thread and thus deadlock of Swing_Thread.now;
wenzelm
parents: 47063
diff changeset
    12
-Dscala.repl.no-threads=true"
34664
8f5fbe4a80ff Isabelle component;
wenzelm
parents:
diff changeset
    13
45057
86c9b73158a8 default print mode for Isabelle/Scala, not just Isabelle/jEdit;
wenzelm
parents: 45024
diff changeset
    14
ISABELLE_JEDIT_OPTIONS=""
34780
d0ff1c3a91ea more serious command line handling;
wenzelm
parents: 34756
diff changeset
    15
34756
c4818d907ca0 tuned JVM settings;
wenzelm
parents: 34665
diff changeset
    16
ISABELLE_TOOLS="$ISABELLE_TOOLS:$JEDIT_HOME/lib/Tools"
37058
c47653f3ec14 rendering information and style sheets via settings;
wenzelm
parents: 36101
diff changeset
    17