src/Pure/PIDE/document.scala
Tue, 30 Aug 2011 16:04:26 +0200 tuned signature;
Tue, 30 Aug 2011 15:49:27 +0200 dynamic exec state lookup for implicit position information (e.g. 'definition' without binding);
Tue, 30 Aug 2011 15:43:27 +0200 some support for hyperlinks between different buffers;
Sat, 27 Aug 2011 12:22:24 +0200 de-assigned commands also count as changed;
Fri, 26 Aug 2011 22:14:12 +0200 tuned Session.edit_node: update_perspective based on last_exec_offset;
Fri, 26 Aug 2011 15:09:54 +0200 refined document state assignment: observe perspective, more explicit assignment message;
Thu, 25 Aug 2011 17:38:12 +0200 maintain last_execs assignment on Scala side;
Thu, 25 Aug 2011 16:44:06 +0200 propagate information about last command with exec state assignment through document model;
Thu, 25 Aug 2011 13:24:41 +0200 tuned signature;
Thu, 25 Aug 2011 11:41:48 +0200 slightly more abstract Command.Perspective;
Wed, 24 Aug 2011 17:25:45 +0200 misc tuning and simplification;
Wed, 24 Aug 2011 16:49:48 +0200 clarified Document.Node.clear -- retain header (cf. ML version);
Wed, 24 Aug 2011 16:27:27 +0200 clarified norm_header/header_edit -- disallow update of loaded theories;
Wed, 24 Aug 2011 13:03:39 +0200 update_perspective without actual edits, bypassing the full state assignment protocol;
Tue, 23 Aug 2011 12:20:12 +0200 propagate editor perspective through document model;
Mon, 22 Aug 2011 21:42:02 +0200 some support for editor perspective;
Mon, 22 Aug 2011 21:09:26 +0200 discontinued redundant Edit_Command_ID;
Tue, 16 Aug 2011 21:13:52 +0200 use full .thy file name as node name, which makes MiscUtilities.resolveSymlinks/File.getCanonicalPath more predictable;
Sat, 13 Aug 2011 20:20:36 +0200 provide node header via Scala layer;
Sat, 13 Aug 2011 16:04:28 +0200 tuned signature;
Sat, 13 Aug 2011 15:59:26 +0200 clarified node header -- exclude master_dir;
Fri, 12 Aug 2011 22:10:49 +0200 normalized theory dependencies wrt. file_store;
Fri, 12 Aug 2011 15:28:30 +0200 clarified document model header: master_dir (native wrt. editor, potentially URL) and node_name (full canonical path);
Fri, 12 Aug 2011 12:03:17 +0200 simplified class Thy_Header;
Thu, 11 Aug 2011 20:32:44 +0200 uniform treatment of header edits as document edits;
Thu, 11 Aug 2011 18:01:28 +0200 explicit datatypes for document node edits;
Tue, 12 Jul 2011 19:36:46 +0200 more uniform Properties in ML and Scala;
Sun, 10 Jul 2011 00:21:19 +0200 propagate header changes to prover process;
Sat, 09 Jul 2011 13:29:33 +0200 some support for blobs (arbitrary text files) within document nodes;
Thu, 07 Jul 2011 22:04:30 +0200 explicit Document.Node.Header, with master_dir and thy_name;
Mon, 04 Jul 2011 22:25:33 +0200 Document.no_id/new_id as in ML (new_id *could* be session-specific but it isn't right now);
Sat, 18 Jun 2011 00:03:58 +0200 select_markup: no filtering here -- results may be distorted anyway;
Fri, 17 Jun 2011 23:18:22 +0200 more explicit error message;
Thu, 11 Nov 2010 17:07:05 +0100 unified type Document.Edit;
Thu, 11 Nov 2010 16:48:46 +0100 replaced Document.Node_Text_Edit by Document.Text_Edit, with treatment of deleted nodes;
Sat, 25 Sep 2010 13:57:34 +0200 tuned signature;
Wed, 22 Sep 2010 22:25:21 +0200 Snapshot.convert/revert: explicit error report to isolate sporadic crash;
Tue, 07 Sep 2010 23:06:52 +0200 concentrate Isabelle specific physical rendering markup selection in isabelle_markup.scala;
Tue, 07 Sep 2010 22:28:58 +0200 simplified Markup_Tree.select: Stream instead of Iterator (again), explicit Option instead of default;
Wed, 01 Sep 2010 18:18:47 +0200 Document.State.Assignment: eliminated promise in favour of plain values -- signalling is done via event bus in Session;
Tue, 31 Aug 2010 19:55:43 +0200 Node.full_index: allow command spans larger than block_size;
Tue, 31 Aug 2010 17:35:41 +0200 Document state assignment indicates command change;
Tue, 31 Aug 2010 13:20:12 +0200 simplified/clarified Document_View.text_area_extension;
Tue, 31 Aug 2010 12:49:40 +0200 Document.Node: significant speedup of command_range etc. via lazy full_index;
Mon, 30 Aug 2010 13:01:32 +0200 Command.results: ordered by serial number;
Sun, 29 Aug 2010 19:04:29 +0200 use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
Sun, 29 Aug 2010 15:09:11 +0200 added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
Sat, 28 Aug 2010 17:27:38 +0200 include Document.History in Document.State -- just one universal session state maintained by main actor;
Fri, 20 Aug 2010 20:11:25 +0200 tuned signatures;
Sun, 15 Aug 2010 23:07:22 +0200 some derived operations on Text.Range;
Sun, 15 Aug 2010 22:48:56 +0200 specific types Text.Offset and Text.Range;
Sun, 15 Aug 2010 21:42:13 +0200 moved Text_Edit to Text.Edit;
Sun, 15 Aug 2010 21:03:13 +0200 moved History/Snapshot to document.scala;
Sun, 15 Aug 2010 18:41:23 +0200 more explicit / functional ML version of document model;
Sun, 15 Aug 2010 14:18:52 +0200 renamed class Document to Document.Version etc.;
Sat, 14 Aug 2010 22:45:23 +0200 more basic Markup.parse_int/print_int (using signed_string_of_int) (ML);
Sat, 14 Aug 2010 12:01:50 +0200 moved Document.text_edits to Thy_Syntax;
Sat, 14 Aug 2010 11:52:24 +0200 tuned;
Fri, 13 Aug 2010 18:21:19 +0200 explicit Document.State value, instead of individual state variables in Session, Command, Document;
Thu, 12 Aug 2010 17:55:23 +0200 more basic notion of unparsed input;