wenzelm [Sat, 11 Aug 2012 22:17:46 +0200] rev 48776
faster compilation of ML with antiquotations: static ML_context is bound once in auxiliary structure Isabelle;
wenzelm [Sat, 11 Aug 2012 21:32:46 +0200] rev 48775
simplified symbol matching;
wenzelm [Sat, 11 Aug 2012 21:10:36 +0200] rev 48774
further clarification of malformed symbols;
wenzelm [Sat, 11 Aug 2012 20:54:06 +0200] rev 48773
more liberal scanning of potentially malformed symbols;
wenzelm [Sat, 11 Aug 2012 19:34:36 +0200] rev 48772
vacuous execution after first malformed command;
wenzelm [Sat, 11 Aug 2012 18:05:41 +0200] rev 48771
clarified Command.range vs. Command.proper_range according to Scala version, which is potentially relevant for command status markup;
wenzelm [Sat, 11 Aug 2012 17:43:00 +0200] rev 48770
tuned markup;
wenzelm [Sat, 11 Aug 2012 17:40:33 +0200] rev 48769
tuned message;
wenzelm [Sat, 11 Aug 2012 17:24:21 +0200] rev 48768
clarified "bad" markup: proper body text, invent missing serial on Scala side (counting backwards);
wenzelm [Sat, 11 Aug 2012 17:23:09 +0200] rev 48767
reports with body text, not just markup;
blanchet [Sat, 11 Aug 2012 15:54:18 +0200] rev 48766
fixed "double rev" bug that arose in situations where a % comment arose on the last line of a file without \n at the end
nipkow [Sat, 11 Aug 2012 11:31:05 +0200] rev 48765
special code with lists no longer necessary, use sets
wenzelm [Fri, 10 Aug 2012 22:25:45 +0200] rev 48764
proper error prefixes;
wenzelm [Fri, 10 Aug 2012 21:53:20 +0200] rev 48763
more precise recover_quoted, recover_verbatim, recover_comment (cf. ML version) -- NB: context parsers expect explicit termination;
wenzelm [Fri, 10 Aug 2012 21:22:40 +0200] rev 48762
tuned message;
wenzelm [Fri, 10 Aug 2012 20:53:16 +0200] rev 48761
clarified Linear_Set.next/prev: check definedness;
nipkow [Fri, 10 Aug 2012 18:03:46 +0200] rev 48760
merged
nipkow [Fri, 10 Aug 2012 17:17:05 +0200] rev 48759
Improved complete lattice formalisation - no more index set.
wenzelm [Fri, 10 Aug 2012 16:29:40 +0200] rev 48758
merged
wenzelm [Fri, 10 Aug 2012 16:19:51 +0200] rev 48757
tuned proofs;
wenzelm [Fri, 10 Aug 2012 15:57:22 +0200] rev 48756
sneak message into "bad" markup as property -- to be displayed after YXML parsing;
wenzelm [Fri, 10 Aug 2012 15:14:45 +0200] rev 48755
apply all text edits to each node, before determining the resulting doc_edits -- allow several iterations to consolidate spans etc.;
expand Clear edit before sending to prover;
at most one full reparse of each node;
wenzelm [Fri, 10 Aug 2012 13:33:07 +0200] rev 48754
clarified undefined, unparsed, unfinished command spans;
common reparse_spans, diff_commands;
some support for consolidate_spans after change of perspective;
wenzelm [Fri, 10 Aug 2012 13:15:00 +0200] rev 48753
tuned;
wenzelm [Fri, 10 Aug 2012 10:23:54 +0200] rev 48752
discontinued mostly unused markup for command spans;
wenzelm [Fri, 10 Aug 2012 10:18:07 +0200] rev 48751
more visible markup of malformed input as "bad";
blanchet [Fri, 10 Aug 2012 13:33:54 +0200] rev 48750
tuned proofs
wenzelm [Thu, 09 Aug 2012 22:31:04 +0200] rev 48749
some attempts to keep malformed syntax errors focussed, without too much red spilled onto the document view;
wenzelm [Thu, 09 Aug 2012 21:09:24 +0200] rev 48748
refined recover_spans: take visible range into account, reparse and trim results -- to improve editing experience wrt. unbalanced quotations etc.;
tuned signature;
wenzelm [Thu, 09 Aug 2012 19:51:29 +0200] rev 48747
tuned signature;