Sat, 18 Jun 2011 00:03:58 +0200 |
wenzelm |
select_markup: no filtering here -- results may be distorted anyway;
|
file |
diff |
annotate
|
Fri, 17 Jun 2011 23:18:22 +0200 |
wenzelm |
more explicit error message;
|
file |
diff |
annotate
|
Thu, 11 Nov 2010 17:07:05 +0100 |
wenzelm |
unified type Document.Edit;
|
file |
diff |
annotate
|
Thu, 11 Nov 2010 16:48:46 +0100 |
wenzelm |
replaced Document.Node_Text_Edit by Document.Text_Edit, with treatment of deleted nodes;
|
file |
diff |
annotate
|
Sat, 25 Sep 2010 13:57:34 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 22:25:21 +0200 |
wenzelm |
Snapshot.convert/revert: explicit error report to isolate sporadic crash;
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 23:06:52 +0200 |
wenzelm |
concentrate Isabelle specific physical rendering markup selection in isabelle_markup.scala;
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 22:28:58 +0200 |
wenzelm |
simplified Markup_Tree.select: Stream instead of Iterator (again), explicit Option instead of default;
|
file |
diff |
annotate
|
Wed, 01 Sep 2010 18:18:47 +0200 |
wenzelm |
Document.State.Assignment: eliminated promise in favour of plain values -- signalling is done via event bus in Session;
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 19:55:43 +0200 |
wenzelm |
Node.full_index: allow command spans larger than block_size;
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 17:35:41 +0200 |
wenzelm |
Document state assignment indicates command change;
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 13:20:12 +0200 |
wenzelm |
simplified/clarified Document_View.text_area_extension;
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 12:49:40 +0200 |
wenzelm |
Document.Node: significant speedup of command_range etc. via lazy full_index;
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 13:01:32 +0200 |
wenzelm |
Command.results: ordered by serial number;
|
file |
diff |
annotate
|
Sun, 29 Aug 2010 19:04:29 +0200 |
wenzelm |
use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
|
file |
diff |
annotate
|
Sun, 29 Aug 2010 15:09:11 +0200 |
wenzelm |
added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
|
file |
diff |
annotate
|
Sat, 28 Aug 2010 17:27:38 +0200 |
wenzelm |
include Document.History in Document.State -- just one universal session state maintained by main actor;
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 20:11:25 +0200 |
wenzelm |
tuned signatures;
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 23:07:22 +0200 |
wenzelm |
some derived operations on Text.Range;
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 22:48:56 +0200 |
wenzelm |
specific types Text.Offset and Text.Range;
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 21:42:13 +0200 |
wenzelm |
moved Text_Edit to Text.Edit;
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 21:03:13 +0200 |
wenzelm |
moved History/Snapshot to document.scala;
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 18:41:23 +0200 |
wenzelm |
more explicit / functional ML version of document model;
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 14:18:52 +0200 |
wenzelm |
renamed class Document to Document.Version etc.;
|
file |
diff |
annotate
|
Sat, 14 Aug 2010 22:45:23 +0200 |
wenzelm |
more basic Markup.parse_int/print_int (using signed_string_of_int) (ML);
|
file |
diff |
annotate
|
Sat, 14 Aug 2010 12:01:50 +0200 |
wenzelm |
moved Document.text_edits to Thy_Syntax;
|
file |
diff |
annotate
|
Sat, 14 Aug 2010 11:52:24 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 13 Aug 2010 18:21:19 +0200 |
wenzelm |
explicit Document.State value, instead of individual state variables in Session, Command, Document;
|
file |
diff |
annotate
|
Thu, 12 Aug 2010 17:55:23 +0200 |
wenzelm |
more basic notion of unparsed input;
|
file |
diff |
annotate
|
Thu, 12 Aug 2010 17:37:58 +0200 |
wenzelm |
simplified/clarified Change: transition prev --edits--> result, based on futures;
|
file |
diff |
annotate
|