author | wenzelm |
Fri, 14 Sep 2012 12:46:33 +0200 | |
changeset 49355 | 7d1af0a6e797 |
parent 49296 | 313369027391 |
child 49358 | 0fa351b1bd14 |
permissions | -rw-r--r-- |
49245
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
1 |
(* :mode=isabelle-options: *) |
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
2 |
|
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
3 |
option jedit_logic : string = "" |
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
4 |
-- "default logic session" |
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
5 |
|
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
6 |
option jedit_auto_start : bool = true |
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
7 |
-- "auto-start prover session on editor startup" |
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
8 |
|
49272
97f8cb455691
replaced jedit_relative_font_size by jedit_font_scale;
wenzelm
parents:
49270
diff
changeset
|
9 |
option jedit_font_scale : real = 1.0 |
97f8cb455691
replaced jedit_relative_font_size by jedit_font_scale;
wenzelm
parents:
49270
diff
changeset
|
10 |
-- "scale factor of add-on panels wrt. main text area" |
49245
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
11 |
|
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
12 |
option jedit_tooltip_font_size : int = 10 |
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
13 |
-- "tooltip font size (according to HTML)" |
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
14 |
|
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
15 |
option jedit_tooltip_margin : int = 60 |
49250 | 16 |
-- "margin for tooltip pretty-printing" |
49245
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
17 |
|
cb70157293c0
manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
wenzelm
parents:
diff
changeset
|
18 |
option jedit_tooltip_dismiss_delay : real = 8.0 |
49250 | 19 |
-- "global delay for Swing tooltips" |
49294 | 20 |
|
21 |
||
49296 | 22 |
section "Rendering of Document Content" |
49294 | 23 |
|
49355 | 24 |
option outdated_color : string = "EEE3E3FF" |
25 |
option unprocessed_color : string = "FFA0A0FF" |
|
26 |
option unprocessed1_color : string = "FFA0A032" |
|
27 |
option running_color : string = "610061FF" |
|
28 |
option running1_color : string = "61006164" |
|
29 |
option light_color : string = "F0F0F0FF" |
|
30 |
option writeln_color : string = "C0C0C0FF" |
|
31 |
option warning_color : string = "FF8C00FF" |
|
32 |
option error_color : string = "B22222FF" |
|
33 |
option error1_color : string = "B2222232" |
|
34 |
option bad_color : string = "FF6A6A64" |
|
35 |
option hilite_color : string = "FFCC6664" |
|
36 |
option quoted_color : string = "8B8B8B19" |
|
37 |
option subexp_color : string = "50505032" |
|
38 |
option hyperlink_color : string = "000000FF" |
|
39 |
option keyword1_color : string = "006699FF" |
|
40 |
option keyword2_color : string = "009966FF" |
|
49294 | 41 |
|
49355 | 42 |
option tfree_color : string = "A020F0FF" |
43 |
option tvar_color : string = "A020F0FF" |
|
44 |
option free_color : string = "0000FFFF" |
|
45 |
option skolem_color : string = "D2691EFF" |
|
46 |
option bound_color : string = "008000FF" |
|
47 |
option var_color : string = "00009BFF" |
|
48 |
option inner_numeral_color : string = "FF0000FF" |
|
49 |
option inner_quoted_color : string = "D2691EFF" |
|
50 |
option inner_comment_color : string = "8B0000FF" |
|
51 |
option antiquotation_color : string = "0000FFFF" |
|
52 |
option dynamic_color : string = "7BA428FF" |
|
49294 | 53 |