src/Tools/jEdit/src/proofdocument/session.scala
Sun, 10 Jan 2010 15:15:04 +0100 wenzelm provide global "Isabelle" within interpreter loop -- using import instead of val avoids pontential conflicts with later import isabelle.jedit._;
Sat, 09 Jan 2010 22:02:35 +0100 wenzelm export isabelle_system, e.g. for use via "session" in Isabelle/Scala interpreter;
Tue, 05 Jan 2010 18:29:21 +0100 wenzelm more precise notion of bad messages;
Tue, 05 Jan 2010 18:23:15 +0100 wenzelm result.is_ready is not bad;
Mon, 04 Jan 2010 19:42:35 +0100 wenzelm singleton status messages, with more precise patterns -- report bad messages;
Mon, 04 Jan 2010 19:08:10 +0100 wenzelm back to explicit management of documents -- not as generic Session.Entity -- to avoid ill-defined referencing of new states;
Sun, 03 Jan 2010 23:03:04 +0100 wenzelm recovered explicit Changed.id (copy of future document) -- avoids premature joining of result;
Sun, 03 Jan 2010 19:53:58 +0100 wenzelm removed unused document_change bus;
Fri, 01 Jan 2010 21:45:26 +0100 wenzelm eliminated redundant session documents database;
Fri, 01 Jan 2010 21:37:37 +0100 wenzelm use isabelle.Future;
Fri, 01 Jan 2010 17:29:35 +0100 wenzelm renamed current_document to recent_document (might be a bit older than current_change);
Fri, 01 Jan 2010 14:41:25 +0100 wenzelm renamed Proof_Document to Document;
Thu, 31 Dec 2009 00:38:15 +0100 wenzelm basic setup for synchronous / modal (!) prover startup;
Wed, 30 Dec 2009 21:57:29 +0100 wenzelm tuned signature;
Wed, 30 Dec 2009 21:34:33 +0100 wenzelm register Proof_Document instances as session entities -- handle Markup.EDIT messages locally;
Wed, 30 Dec 2009 20:26:08 +0100 wenzelm tuned signature of isabelle.Position;
Wed, 30 Dec 2009 20:18:50 +0100 wenzelm maintain generic session entities -- cover commands, states, etc. (but not yet documents);
Wed, 30 Dec 2009 19:58:22 +0100 wenzelm unified Command and Command_State, eliminated separate Accumulator;
Wed, 30 Dec 2009 17:48:58 +0100 wenzelm more explicit modeling of Command and Command_State as Session.Entity;
Tue, 29 Dec 2009 21:54:54 +0100 wenzelm tuned caret_listener/selected_command;
Tue, 29 Dec 2009 21:31:17 +0100 wenzelm misc tuning;
Tue, 29 Dec 2009 20:40:08 +0100 wenzelm eliminated global Session.document_0 -- did not work due to hardwired id;
Tue, 29 Dec 2009 15:33:39 +0100 wenzelm tuned;
Tue, 22 Dec 2009 19:39:17 +0100 wenzelm adapted to class Outer_Syntax;
Tue, 22 Dec 2009 15:42:29 +0100 wenzelm tuned;
Tue, 22 Dec 2009 15:35:30 +0100 wenzelm just one variable for outer syntax keywords and completion;
Fri, 18 Dec 2009 21:46:29 +0100 wenzelm cache results;
Thu, 17 Dec 2009 20:25:39 +0100 wenzelm simplified Isabelle_Process.Result;
Wed, 16 Dec 2009 21:11:04 +0100 wenzelm explicit object Session.Global_Settings;
Fri, 11 Dec 2009 23:29:18 +0100 wenzelm more serious command line handling;
less more (0) -30 tip