Sat, 12 Nov 2011 19:44:56 +0100 |
wenzelm |
index markup elements for more efficient cumulate/select operations;
|
file |
diff |
annotate
|
Sat, 12 Nov 2011 12:21:42 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Sat, 12 Nov 2011 11:45:49 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 21:45:52 +0100 |
wenzelm |
added markup_cumulate operator;
|
file |
diff |
annotate
|
Sat, 22 Oct 2011 19:00:03 +0200 |
wenzelm |
class Counter as abstract datatype;
|
file |
diff |
annotate
|
Sun, 18 Sep 2011 00:05:22 +0200 |
wenzelm |
graph traversal in topological order;
|
file |
diff |
annotate
|
Sat, 17 Sep 2011 23:04:03 +0200 |
wenzelm |
Document.Node.Name convenience;
|
file |
diff |
annotate
|
Sat, 17 Sep 2011 21:28:52 +0200 |
wenzelm |
more elaborate Node_Renderer, which paints node_name.theory only;
|
file |
diff |
annotate
|
Sat, 03 Sep 2011 21:15:35 +0200 |
wenzelm |
Document.removed_versions on Scala side;
|
file |
diff |
annotate
|
Sat, 03 Sep 2011 12:31:27 +0200 |
wenzelm |
some support to prune_history;
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 22:29:57 +0200 |
wenzelm |
more redable Document.Node.toString;
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 13:39:40 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 13:34:45 +0200 |
wenzelm |
more abstract Document.Node.Name;
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 22:10:07 +0200 |
wenzelm |
crude display of node status;
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 15:41:22 +0200 |
wenzelm |
maintain name of *the* enclosing node as part of command -- avoid full document traversal;
|
file |
diff |
annotate
|
Tue, 30 Aug 2011 16:04:26 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Tue, 30 Aug 2011 15:49:27 +0200 |
wenzelm |
dynamic exec state lookup for implicit position information (e.g. 'definition' without binding);
|
file |
diff |
annotate
|
Tue, 30 Aug 2011 15:43:27 +0200 |
wenzelm |
some support for hyperlinks between different buffers;
|
file |
diff |
annotate
|
Sat, 27 Aug 2011 12:22:24 +0200 |
wenzelm |
de-assigned commands also count as changed;
|
file |
diff |
annotate
|
Fri, 26 Aug 2011 22:14:12 +0200 |
wenzelm |
tuned Session.edit_node: update_perspective based on last_exec_offset;
|
file |
diff |
annotate
|
Fri, 26 Aug 2011 15:09:54 +0200 |
wenzelm |
refined document state assignment: observe perspective, more explicit assignment message;
|
file |
diff |
annotate
|
Thu, 25 Aug 2011 17:38:12 +0200 |
wenzelm |
maintain last_execs assignment on Scala side;
|
file |
diff |
annotate
|
Thu, 25 Aug 2011 16:44:06 +0200 |
wenzelm |
propagate information about last command with exec state assignment through document model;
|
file |
diff |
annotate
|
Thu, 25 Aug 2011 13:24:41 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Thu, 25 Aug 2011 11:41:48 +0200 |
wenzelm |
slightly more abstract Command.Perspective;
|
file |
diff |
annotate
|
Wed, 24 Aug 2011 17:25:45 +0200 |
wenzelm |
misc tuning and simplification;
|
file |
diff |
annotate
|
Wed, 24 Aug 2011 16:49:48 +0200 |
wenzelm |
clarified Document.Node.clear -- retain header (cf. ML version);
|
file |
diff |
annotate
|
Wed, 24 Aug 2011 16:27:27 +0200 |
wenzelm |
clarified norm_header/header_edit -- disallow update of loaded theories;
|
file |
diff |
annotate
|
Wed, 24 Aug 2011 13:03:39 +0200 |
wenzelm |
update_perspective without actual edits, bypassing the full state assignment protocol;
|
file |
diff |
annotate
|
Tue, 23 Aug 2011 12:20:12 +0200 |
wenzelm |
propagate editor perspective through document model;
|
file |
diff |
annotate
|
Mon, 22 Aug 2011 21:42:02 +0200 |
wenzelm |
some support for editor perspective;
|
file |
diff |
annotate
|
Mon, 22 Aug 2011 21:09:26 +0200 |
wenzelm |
discontinued redundant Edit_Command_ID;
|
file |
diff |
annotate
|
Tue, 16 Aug 2011 21:13:52 +0200 |
wenzelm |
use full .thy file name as node name, which makes MiscUtilities.resolveSymlinks/File.getCanonicalPath more predictable;
|
file |
diff |
annotate
|
Sat, 13 Aug 2011 20:20:36 +0200 |
wenzelm |
provide node header via Scala layer;
|
file |
diff |
annotate
|
Sat, 13 Aug 2011 16:04:28 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Sat, 13 Aug 2011 15:59:26 +0200 |
wenzelm |
clarified node header -- exclude master_dir;
|
file |
diff |
annotate
|
Fri, 12 Aug 2011 22:10:49 +0200 |
wenzelm |
normalized theory dependencies wrt. file_store;
|
file |
diff |
annotate
|
Fri, 12 Aug 2011 15:28:30 +0200 |
wenzelm |
clarified document model header: master_dir (native wrt. editor, potentially URL) and node_name (full canonical path);
|
file |
diff |
annotate
|
Fri, 12 Aug 2011 12:03:17 +0200 |
wenzelm |
simplified class Thy_Header;
|
file |
diff |
annotate
|
Thu, 11 Aug 2011 20:32:44 +0200 |
wenzelm |
uniform treatment of header edits as document edits;
|
file |
diff |
annotate
|
Thu, 11 Aug 2011 18:01:28 +0200 |
wenzelm |
explicit datatypes for document node edits;
|
file |
diff |
annotate
|
Tue, 12 Jul 2011 19:36:46 +0200 |
wenzelm |
more uniform Properties in ML and Scala;
|
file |
diff |
annotate
|
Sun, 10 Jul 2011 00:21:19 +0200 |
wenzelm |
propagate header changes to prover process;
|
file |
diff |
annotate
|
Sat, 09 Jul 2011 13:29:33 +0200 |
wenzelm |
some support for blobs (arbitrary text files) within document nodes;
|
file |
diff |
annotate
|
Thu, 07 Jul 2011 22:04:30 +0200 |
wenzelm |
explicit Document.Node.Header, with master_dir and thy_name;
|
file |
diff |
annotate
|
Mon, 04 Jul 2011 22:25:33 +0200 |
wenzelm |
Document.no_id/new_id as in ML (new_id *could* be session-specific but it isn't right now);
|
file |
diff |
annotate
|
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
|