wenzelm [Sun, 03 Jan 2010 20:50:07 +0100] rev 34832
more explicit treatment of command/document state;
misc tuning and clarification;
wenzelm [Sun, 03 Jan 2010 19:53:58 +0100] rev 34831
removed unused document_change bus;
wenzelm [Fri, 01 Jan 2010 22:29:08 +0100] rev 34830
tuned;
wenzelm [Fri, 01 Jan 2010 22:20:54 +0100] rev 34829
tuned;
wenzelm [Fri, 01 Jan 2010 22:11:32 +0100] rev 34828
misc tuning;
wenzelm [Fri, 01 Jan 2010 21:53:00 +0100] rev 34827
tuned Change: eliminated redundant copy of document id;
wenzelm [Fri, 01 Jan 2010 21:45:26 +0100] rev 34826
eliminated redundant session documents database;
tuned;
wenzelm [Fri, 01 Jan 2010 21:37:37 +0100] rev 34825
use isabelle.Future;
tuned;
wenzelm [Fri, 01 Jan 2010 17:29:35 +0100] rev 34824
renamed current_document to recent_document (might be a bit older than current_change);
Change: explicit future value of Document.Change instead of implicit lookup in Session database;
Document_Model: apply Document.text_edits here (as future);
wenzelm [Fri, 01 Jan 2010 14:41:25 +0100] rev 34823
renamed Proof_Document to Document;
wenzelm [Thu, 31 Dec 2009 23:48:18 +0100] rev 34822
tuned dialog;
wenzelm [Thu, 31 Dec 2009 01:03:39 +0100] rev 34821
improved dialog;
wenzelm [Thu, 31 Dec 2009 00:38:15 +0100] rev 34820
basic setup for synchronous / modal (!) prover startup;
wenzelm [Wed, 30 Dec 2009 21:57:29 +0100] rev 34819
tuned signature;
wenzelm [Wed, 30 Dec 2009 21:34:33 +0100] rev 34818
register Proof_Document instances as session entities -- handle Markup.EDIT messages locally;
wenzelm [Wed, 30 Dec 2009 20:26:08 +0100] rev 34817
tuned signature of isabelle.Position;
wenzelm [Wed, 30 Dec 2009 20:18:50 +0100] rev 34816
maintain generic session entities -- cover commands, states, etc. (but not yet documents);
wenzelm [Wed, 30 Dec 2009 19:58:22 +0100] rev 34815
unified Command and Command_State, eliminated separate Accumulator;
Command.finish_static: idempotent transition from static to dynamic mode, taking snapshot of final state (which will never change later);
wenzelm [Wed, 30 Dec 2009 18:22:10 +0100] rev 34814
removed experimental history panel;
wenzelm [Wed, 30 Dec 2009 17:48:58 +0100] rev 34813
more explicit modeling of Command and Command_State as Session.Entity;
misc tuning;
wenzelm [Wed, 30 Dec 2009 13:21:46 +0100] rev 34812
updated;
wenzelm [Tue, 29 Dec 2009 22:05:23 +0100] rev 34811
tuned;
wenzelm [Tue, 29 Dec 2009 21:54:54 +0100] rev 34810
tuned caret_listener/selected_command;
wenzelm [Tue, 29 Dec 2009 21:31:17 +0100] rev 34809
misc tuning;
wenzelm [Tue, 29 Dec 2009 20:40:08 +0100] rev 34808
eliminated global Session.document_0 -- did not work due to hardwired id;
more precise Session.begin_document, avoid race on var prover;
replaced slightly odd Session.document_versions by Sassion.documents table (cf. src/Pure/Isar/isar_document.ML);
simplified edit_document in ML: initial empty command is identified by "";
misc tuning;
wenzelm [Tue, 29 Dec 2009 15:33:39 +0100] rev 34807
tuned;
wenzelm [Tue, 29 Dec 2009 15:00:11 +0100] rev 34806
tuned;
wenzelm [Mon, 28 Dec 2009 22:04:45 +0100] rev 34805
Standard_System;