author | paulson <lp15@cam.ac.uk> |
Fri, 05 Jul 2024 21:58:40 +0100 | |
changeset 80519 | d757f0f98447 |
parent 73987 | fc363a3b690a |
child 81300 | 42ff2b915b1d |
permissions | -rw-r--r-- |
34760 | 1 |
<?xml version="1.0"?> |
2 |
<!DOCTYPE ACTIONS SYSTEM "actions.dtd"> |
|
3 |
||
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
4 |
<ACTIONS> |
52807
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52777
diff
changeset
|
5 |
<ACTION NAME="isabelle.set-continuous-checking"> |
50209 | 6 |
<CODE> |
52815
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
7 |
isabelle.jedit.Isabelle.set_continuous_checking(); |
50209 | 8 |
</CODE> |
9 |
</ACTION> |
|
52807
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52777
diff
changeset
|
10 |
<ACTION NAME="isabelle.reset-continuous-checking"> |
50209 | 11 |
<CODE> |
52815
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
12 |
isabelle.jedit.Isabelle.reset_continuous_checking(); |
52807
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52777
diff
changeset
|
13 |
</CODE> |
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52777
diff
changeset
|
14 |
</ACTION> |
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52777
diff
changeset
|
15 |
<ACTION NAME="isabelle.toggle-continuous-checking"> |
b859a180936b
simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents:
52777
diff
changeset
|
16 |
<CODE> |
52815
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
17 |
isabelle.jedit.Isabelle.toggle_continuous_checking(); |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
18 |
</CODE> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
19 |
</ACTION> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
20 |
<ACTION NAME="isabelle.set-node-required"> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
21 |
<CODE> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
22 |
isabelle.jedit.Isabelle.set_node_required(view); |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
23 |
</CODE> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
24 |
</ACTION> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
25 |
<ACTION NAME="isabelle.reset-node-required"> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
26 |
<CODE> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
27 |
isabelle.jedit.Isabelle.reset_node_required(view); |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
28 |
</CODE> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
29 |
</ACTION> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
30 |
<ACTION NAME="isabelle.toggle-node-required"> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
31 |
<CODE> |
eaad5fe7bb1b
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
wenzelm
parents:
52807
diff
changeset
|
32 |
isabelle.jedit.Isabelle.toggle_node_required(view); |
50209 | 33 |
</CODE> |
34 |
</ACTION> |
|
61218 | 35 |
<ACTION NAME="isabelle.update-state"> |
61211 | 36 |
<CODE> |
37 |
isabelle.jedit.Isabelle.update_state(view); |
|
38 |
</CODE> |
|
39 |
</ACTION> |
|
53161 | 40 |
<ACTION NAME="isabelle.reset-font-size"> |
41 |
<CODE> |
|
55824 | 42 |
isabelle.jedit.Isabelle.reset_font_size(); |
53161 | 43 |
</CODE> |
44 |
</ACTION> |
|
50198
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50183
diff
changeset
|
45 |
<ACTION NAME="isabelle.increase-font-size"> |
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50183
diff
changeset
|
46 |
<CODE> |
55824 | 47 |
isabelle.jedit.Isabelle.increase_font_size(); |
50198
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50183
diff
changeset
|
48 |
</CODE> |
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50183
diff
changeset
|
49 |
</ACTION> |
52428
fce1c133e1f8
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm
parents:
51533
diff
changeset
|
50 |
<ACTION NAME="isabelle.increase-font-size2"> |
fce1c133e1f8
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm
parents:
51533
diff
changeset
|
51 |
<CODE> |
55824 | 52 |
isabelle.jedit.Isabelle.increase_font_size(); |
52428
fce1c133e1f8
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm
parents:
51533
diff
changeset
|
53 |
</CODE> |
fce1c133e1f8
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm
parents:
51533
diff
changeset
|
54 |
</ACTION> |
50198
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50183
diff
changeset
|
55 |
<ACTION NAME="isabelle.decrease-font-size"> |
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50183
diff
changeset
|
56 |
<CODE> |
55824 | 57 |
isabelle.jedit.Isabelle.decrease_font_size(); |
50198
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50183
diff
changeset
|
58 |
</CODE> |
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50183
diff
changeset
|
59 |
</ACTION> |
52428
fce1c133e1f8
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm
parents:
51533
diff
changeset
|
60 |
<ACTION NAME="isabelle.decrease-font-size2"> |
fce1c133e1f8
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm
parents:
51533
diff
changeset
|
61 |
<CODE> |
55824 | 62 |
isabelle.jedit.Isabelle.decrease_font_size(); |
52428
fce1c133e1f8
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm
parents:
51533
diff
changeset
|
63 |
</CODE> |
fce1c133e1f8
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
wenzelm
parents:
51533
diff
changeset
|
64 |
</ACTION> |
63455
019856db2bb6
added action "isabelle.newline" (shortcut ENTER);
wenzelm
parents:
63236
diff
changeset
|
65 |
<ACTION NAME="isabelle.newline"> |
019856db2bb6
added action "isabelle.newline" (shortcut ENTER);
wenzelm
parents:
63236
diff
changeset
|
66 |
<CODE> |
019856db2bb6
added action "isabelle.newline" (shortcut ENTER);
wenzelm
parents:
63236
diff
changeset
|
67 |
isabelle.jedit.Isabelle.newline(textArea); |
019856db2bb6
added action "isabelle.newline" (shortcut ENTER);
wenzelm
parents:
63236
diff
changeset
|
68 |
</CODE> |
019856db2bb6
added action "isabelle.newline" (shortcut ENTER);
wenzelm
parents:
63236
diff
changeset
|
69 |
</ACTION> |
73049 | 70 |
<ACTION NAME="toggle-full-screen"> |
73039 | 71 |
<CODE> |
72 |
isabelle.jedit.Isabelle.toggle_full_screen(view); |
|
73 |
</CODE> |
|
74 |
</ACTION> |
|
72930
0cc298e29aff
added action isabelle.goto-entity to follow links in a narrow formal sense;
wenzelm
parents:
71520
diff
changeset
|
75 |
<ACTION NAME="isabelle.goto-entity"> |
0cc298e29aff
added action isabelle.goto-entity to follow links in a narrow formal sense;
wenzelm
parents:
71520
diff
changeset
|
76 |
<CODE> |
0cc298e29aff
added action isabelle.goto-entity to follow links in a narrow formal sense;
wenzelm
parents:
71520
diff
changeset
|
77 |
isabelle.jedit.Isabelle.goto_entity(view); |
0cc298e29aff
added action isabelle.goto-entity to follow links in a narrow formal sense;
wenzelm
parents:
71520
diff
changeset
|
78 |
</CODE> |
0cc298e29aff
added action isabelle.goto-entity to follow links in a narrow formal sense;
wenzelm
parents:
71520
diff
changeset
|
79 |
</ACTION> |
63236 | 80 |
<ACTION NAME="isabelle.select-entity"> |
81 |
<CODE> |
|
82 |
isabelle.jedit.Isabelle.select_entity(textArea); |
|
83 |
</CODE> |
|
84 |
</ACTION> |
|
53293
fd27b8f5a479
added action isabelle.complete, using standard jEdit keyboard shortcut;
wenzelm
parents:
53161
diff
changeset
|
85 |
<ACTION NAME="isabelle.complete"> |
fd27b8f5a479
added action isabelle.complete, using standard jEdit keyboard shortcut;
wenzelm
parents:
53161
diff
changeset
|
86 |
<CODE> |
56586 | 87 |
isabelle.jedit.Isabelle.complete(view, false); |
88 |
</CODE> |
|
89 |
</ACTION> |
|
71497 | 90 |
<ACTION NAME="isabelle.tooltip"> |
91 |
<CODE> |
|
92 |
isabelle.jedit.Isabelle.show_tooltip(view, true); |
|
93 |
</CODE> |
|
94 |
</ACTION> |
|
95 |
<ACTION NAME="isabelle.message"> |
|
96 |
<CODE> |
|
97 |
isabelle.jedit.Isabelle.show_tooltip(view, false); |
|
98 |
</CODE> |
|
99 |
</ACTION> |
|
71499 | 100 |
<ACTION NAME="isabelle.first-error"> |
101 |
<CODE> |
|
102 |
isabelle.jedit.Isabelle.goto_first_error(view); |
|
103 |
</CODE> |
|
104 |
</ACTION> |
|
105 |
<ACTION NAME="isabelle.last-error"> |
|
106 |
<CODE> |
|
107 |
isabelle.jedit.Isabelle.goto_last_error(view); |
|
108 |
</CODE> |
|
109 |
</ACTION> |
|
110 |
<ACTION NAME="isabelle.prev-error"> |
|
111 |
<CODE> |
|
112 |
isabelle.jedit.Isabelle.goto_prev_error(view); |
|
113 |
</CODE> |
|
114 |
</ACTION> |
|
115 |
<ACTION NAME="isabelle.next-error"> |
|
116 |
<CODE> |
|
117 |
isabelle.jedit.Isabelle.goto_next_error(view); |
|
118 |
</CODE> |
|
119 |
</ACTION> |
|
56586 | 120 |
<ACTION NAME="isabelle.complete-word"> |
121 |
<CODE> |
|
122 |
isabelle.jedit.Isabelle.complete(view, true); |
|
53293
fd27b8f5a479
added action isabelle.complete, using standard jEdit keyboard shortcut;
wenzelm
parents:
53161
diff
changeset
|
123 |
</CODE> |
fd27b8f5a479
added action isabelle.complete, using standard jEdit keyboard shortcut;
wenzelm
parents:
53161
diff
changeset
|
124 |
</ACTION> |
50183 | 125 |
<ACTION NAME="isabelle.control-sub"> |
126 |
<CODE> |
|
50208 | 127 |
isabelle.jedit.Isabelle.control_sub(textArea); |
44238
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
128 |
</CODE> |
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
129 |
</ACTION> |
50183 | 130 |
<ACTION NAME="isabelle.control-sup"> |
44238
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
131 |
<CODE> |
50208 | 132 |
isabelle.jedit.Isabelle.control_sup(textArea); |
50183 | 133 |
</CODE> |
134 |
</ACTION> |
|
135 |
<ACTION NAME="isabelle.control-bold"> |
|
44238
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
136 |
<CODE> |
50208 | 137 |
isabelle.jedit.Isabelle.control_bold(textArea); |
50183 | 138 |
</CODE> |
139 |
</ACTION> |
|
61483 | 140 |
<ACTION NAME="isabelle.control-emph"> |
141 |
<CODE> |
|
142 |
isabelle.jedit.Isabelle.control_emph(textArea); |
|
143 |
</CODE> |
|
144 |
</ACTION> |
|
50183 | 145 |
<ACTION NAME="isabelle.control-reset"> |
146 |
<CODE> |
|
50208 | 147 |
isabelle.jedit.Isabelle.control_reset(textArea); |
44238
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
148 |
</CODE> |
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
149 |
</ACTION> |
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
150 |
<ACTION NAME="isabelle.input-bsub"> |
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
151 |
<CODE> |
50208 | 152 |
isabelle.jedit.Isabelle.input_bsub(textArea); |
44238
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
153 |
</CODE> |
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
154 |
</ACTION> |
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
155 |
<ACTION NAME="isabelle.input-bsup"> |
36120feb70ed
some convenience actions/shortcuts for control symbols;
wenzelm
parents:
43286
diff
changeset
|
156 |
<CODE> |
50208 | 157 |
isabelle.jedit.Isabelle.input_bsup(textArea); |
44864
e50557cb0eb6
explicit jEdit actions -- to enable key mappings, for example;
wenzelm
parents:
44238
diff
changeset
|
158 |
</CODE> |
e50557cb0eb6
explicit jEdit actions -- to enable key mappings, for example;
wenzelm
parents:
44238
diff
changeset
|
159 |
</ACTION> |
67132 | 160 |
<ACTION NAME="isabelle.antiquoted_cartouche"> |
161 |
<CODE> |
|
162 |
isabelle.jedit.Isabelle.antiquoted_cartouche(textArea); |
|
163 |
</CODE> |
|
164 |
</ACTION> |
|
56574
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
165 |
<ACTION NAME="isabelle.include-word"> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
166 |
<CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
167 |
isabelle.jedit.Isabelle.update_dictionary(textArea, true, false); |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
168 |
</CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
169 |
</ACTION> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
170 |
<ACTION NAME="isabelle.include-word-permanently"> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
171 |
<CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
172 |
isabelle.jedit.Isabelle.update_dictionary(textArea, true, true); |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
173 |
</CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
174 |
</ACTION> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
175 |
<ACTION NAME="isabelle.exclude-word"> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
176 |
<CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
177 |
isabelle.jedit.Isabelle.update_dictionary(textArea, false, false); |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
178 |
</CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
179 |
</ACTION> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
180 |
<ACTION NAME="isabelle.exclude-word-permanently"> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
181 |
<CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
182 |
isabelle.jedit.Isabelle.update_dictionary(textArea, false, true); |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
183 |
</CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
184 |
</ACTION> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
185 |
<ACTION NAME="isabelle.reset-words"> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
186 |
<CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
187 |
isabelle.jedit.Isabelle.reset_dictionary(); |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
188 |
</CODE> |
2b38472a4695
some actions to maintain spell-checker dictionary;
wenzelm
parents:
55824
diff
changeset
|
189 |
</ACTION> |
60878
1f0d2bbcf38b
added action to toggle breakpoints (on editor side);
wenzelm
parents:
57627
diff
changeset
|
190 |
<ACTION NAME="isabelle.toggle-breakpoint"> |
1f0d2bbcf38b
added action to toggle breakpoints (on editor side);
wenzelm
parents:
57627
diff
changeset
|
191 |
<CODE> |
1f0d2bbcf38b
added action to toggle breakpoints (on editor side);
wenzelm
parents:
57627
diff
changeset
|
192 |
isabelle.jedit.Isabelle.toggle_breakpoint(textArea); |
1f0d2bbcf38b
added action to toggle breakpoints (on editor side);
wenzelm
parents:
57627
diff
changeset
|
193 |
</CODE> |
1f0d2bbcf38b
added action to toggle breakpoints (on editor side);
wenzelm
parents:
57627
diff
changeset
|
194 |
</ACTION> |
57627
65fc7ae1bf66
added action "isabelle.options" (despite problems with initial window size);
wenzelm
parents:
56586
diff
changeset
|
195 |
<ACTION NAME="isabelle.options"> |
65fc7ae1bf66
added action "isabelle.options" (despite problems with initial window size);
wenzelm
parents:
56586
diff
changeset
|
196 |
<CODE> |
65fc7ae1bf66
added action "isabelle.options" (despite problems with initial window size);
wenzelm
parents:
56586
diff
changeset
|
197 |
isabelle.jedit.Isabelle.plugin_options(view); |
65fc7ae1bf66
added action "isabelle.options" (despite problems with initial window size);
wenzelm
parents:
56586
diff
changeset
|
198 |
</CODE> |
65fc7ae1bf66
added action "isabelle.options" (despite problems with initial window size);
wenzelm
parents:
56586
diff
changeset
|
199 |
</ACTION> |
66019 | 200 |
<ACTION NAME="isabelle.preview"> |
201 |
<CODE> |
|
67262 | 202 |
isabelle.jedit.Document_Model.open_preview(view, false); |
203 |
</CODE> |
|
204 |
</ACTION> |
|
205 |
<ACTION NAME="isabelle.draft"> |
|
206 |
<CODE> |
|
207 |
isabelle.jedit.Document_Model.open_preview(view, true); |
|
66019 | 208 |
</CODE> |
209 |
</ACTION> |
|
69643 | 210 |
<ACTION NAME="isabelle-export-browser"> |
211 |
<CODE> |
|
212 |
isabelle.jedit.Isabelle_Export.open_browser(view); |
|
213 |
</CODE> |
|
214 |
</ACTION> |
|
69762
58fb0d779583
support for session information via virtual file-system;
wenzelm
parents:
69643
diff
changeset
|
215 |
<ACTION NAME="isabelle-session-browser"> |
58fb0d779583
support for session information via virtual file-system;
wenzelm
parents:
69643
diff
changeset
|
216 |
<CODE> |
58fb0d779583
support for session information via virtual file-system;
wenzelm
parents:
69643
diff
changeset
|
217 |
isabelle.jedit.Isabelle_Session.open_browser(view); |
58fb0d779583
support for session information via virtual file-system;
wenzelm
parents:
69643
diff
changeset
|
218 |
</CODE> |
58fb0d779583
support for session information via virtual file-system;
wenzelm
parents:
69643
diff
changeset
|
219 |
</ACTION> |
63748 | 220 |
<ACTION NAME="isabelle.keymap-merge"> |
221 |
<CODE> |
|
222 |
isabelle.jedit.Keymap_Merge.check_dialog(view); |
|
223 |
</CODE> |
|
224 |
</ACTION> |
|
72976
51442c6dc296
more robust Java monitor: avoid odd warning about insecure connection;
wenzelm
parents:
72930
diff
changeset
|
225 |
<ACTION NAME="isabelle.java-monitor"> |
71520 | 226 |
<CODE> |
72976
51442c6dc296
more robust Java monitor: avoid odd warning about insecure connection;
wenzelm
parents:
72930
diff
changeset
|
227 |
isabelle.jedit.Isabelle.java_monitor(view); |
71520 | 228 |
</CODE> |
229 |
</ACTION> |
|
55316
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
53772
diff
changeset
|
230 |
</ACTIONS> |