author | wenzelm |
Fri, 25 Apr 2014 14:18:13 +0200 | |
changeset 56720 | e1317a26f8c0 |
parent 56422 | 7490555d7dff |
child 56731 | 326e8a7ea287 |
permissions | -rw-r--r-- |
38155 | 1 |
# -*- shell-script -*- :mode=shellscript: |
2 |
||
34664 | 3 |
JEDIT_HOME="$COMPONENT" |
34880 | 4 |
JEDIT_SETTINGS="$ISABELLE_HOME_USER/jedit" |
34664 | 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" |
56720
e1317a26f8c0
updated properties for scala.concurrent.ExecutionContext.Implicits.global (future task farm), similar to Isabelle/ML;
wenzelm
parents:
56422
diff
changeset
|
7 |
#JEDIT_JAVA_OPTIONS="-Xms128m -Xmx512m -Xss1m -Dscala.concurrent.context.minThreads=1 -Dscala.concurrent.context.numThreads=x0.5 -Dscala.concurrent.context.maxThreads=8" |
e1317a26f8c0
updated properties for scala.concurrent.ExecutionContext.Implicits.global (future task farm), similar to Isabelle/ML;
wenzelm
parents:
56422
diff
changeset
|
8 |
JEDIT_JAVA_OPTIONS="-Xms128m -Xmx1024m -Xss2m -Dscala.concurrent.context.minThreads=1 -Dscala.concurrent.context.numThreads=x0.5 -Dscala.concurrent.context.maxThreads=8" |
e1317a26f8c0
updated properties for scala.concurrent.ExecutionContext.Implicits.global (future task farm), similar to Isabelle/ML;
wenzelm
parents:
56422
diff
changeset
|
9 |
#JEDIT_JAVA_OPTIONS="-Xms512m -Xmx4096m -Xss8m -Dscala.concurrent.context.minThreads=1 -Dscala.concurrent.context.numThreads=x0.5 -Dscala.concurrent.context.maxThreads=8" |
54324
dabaf9ca1513
make double sure that AWT/Swing antialiasing is enabled (see also http://www.jedit.org/users-guide/jvm-options.html and jdk/src/share/classes/sun/awt/SunToolkit.java);
wenzelm
parents:
53489
diff
changeset
|
10 |
JEDIT_SYSTEM_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dapple.laf.useScreenMenuBar=true -Dapple.awt.application.name=Isabelle -Dscala.repl.no-threads=true" |
34664 | 11 |
|
45057
86c9b73158a8
default print mode for Isabelle/Scala, not just Isabelle/jEdit;
wenzelm
parents:
45024
diff
changeset
|
12 |
ISABELLE_JEDIT_OPTIONS="" |
34780 | 13 |
|
34756 | 14 |
ISABELLE_TOOLS="$ISABELLE_TOOLS:$JEDIT_HOME/lib/Tools" |
56422 | 15 |
ISABELLE_DOCS="$ISABELLE_DOCS:$JEDIT_HOME/dist/doc" |
37058
c47653f3ec14
rendering information and style sheets via settings;
wenzelm
parents:
36101
diff
changeset
|
16 |