wenzelm [Tue, 01 Jun 2010 11:37:24 +0200] rev 37220
keep structure ThyLoad for the sake of Proof General;
haftmann [Tue, 01 Jun 2010 09:12:12 +0200] rev 37219
added random instance for word
wenzelm [Mon, 31 May 2010 22:08:40 +0200] rev 37218
notes on Isabelle/jEdit;
wenzelm [Mon, 31 May 2010 21:29:27 +0200] rev 37217
remove presently unused Isabelle application;
wenzelm [Mon, 31 May 2010 21:06:57 +0200] rev 37216
modernized some structure names, keeping a few legacy aliases;
wenzelm [Mon, 31 May 2010 19:36:13 +0200] rev 37215
merged
blanchet [Mon, 31 May 2010 17:41:06 +0200] rev 37214
merge
blanchet [Mon, 31 May 2010 17:20:41 +0200] rev 37213
fix handling of "split" w.r.t. new definition + fix exception handling w.r.t. "expect" option
haftmann [Mon, 31 May 2010 17:31:33 +0200] rev 37212
updated generated files
haftmann [Mon, 31 May 2010 17:29:28 +0200] rev 37211
clarified
haftmann [Mon, 31 May 2010 17:29:26 +0200] rev 37210
adjusted
wenzelm [Mon, 31 May 2010 18:17:48 +0200] rev 37209
terminate ML compiler input produced by ML_Lex.read (cf. 85e864045497);
wenzelm [Mon, 31 May 2010 16:45:48 +0200] rev 37208
Toplevel.run_command: reraise Interrupt, to terminate the Isar_Document.execution and not store a failed attempt;
wenzelm [Mon, 31 May 2010 10:29:04 +0200] rev 37207
merged
ballarin [Sun, 30 May 2010 21:29:37 +0200] rev 37206
Typo in locales tutorial.
wenzelm [Mon, 31 May 2010 10:27:42 +0200] rev 37205
Theory_Target.pretty: more markup;
wenzelm [Mon, 31 May 2010 10:24:21 +0200] rev 37204
tuned abbrevs for long arrows, according to usual ASCII syntax;
wenzelm [Mon, 31 May 2010 09:47:41 +0200] rev 37203
more flexibile font size via CSS <style> instead of old <font> element;
preformatted text;
wenzelm [Mon, 31 May 2010 09:46:43 +0200] rev 37202
tuned;
wenzelm [Sun, 30 May 2010 23:42:03 +0200] rev 37201
control tooltip font via Swing HTML, with tooltip-font-size property;
wenzelm [Sun, 30 May 2010 23:40:24 +0200] rev 37200
added HTML.encode (in Scala), similar to HTML.output in ML;
wenzelm [Sun, 30 May 2010 21:59:15 +0200] rev 37199
one extra space to accomodate symbolic indentifiers etc.;
wenzelm [Sun, 30 May 2010 21:34:19 +0200] rev 37198
replaced ML_Lex.read_antiq by more concise ML_Lex.read, which includes full read/report with explicit position information;
ML_Context.eval/expression expect explicit ML_Lex source, which allows surrounding further text without loosing position information;
fall back on ML_Context.eval_text if there is no position or no surrounding text;
proper Args.name_source_position for method "tactic" and "raw_tactic";
tuned;
wenzelm [Sun, 30 May 2010 18:23:50 +0200] rev 37197
more detailed token markup, including command kind as sub_kind;
type-safe access to Command.HighlightInfo;
wenzelm [Sun, 30 May 2010 16:54:40 +0200] rev 37196
tuned;
wenzelm [Sun, 30 May 2010 16:00:13 +0200] rev 37195
separate markup for ML delimiters;
wenzelm [Sun, 30 May 2010 15:27:49 +0200] rev 37194
less pschedelic token markup;
wenzelm [Sun, 30 May 2010 14:21:35 +0200] rev 37193
simplified command/keyword markup;
wenzelm [Sun, 30 May 2010 14:14:30 +0200] rev 37192
markup non-identifier keyword as operator;
wenzelm [Sun, 30 May 2010 13:47:12 +0200] rev 37191
Isabelle_Process: do not enforce future_terminal_proof by default -- no error propagation yet;