Tue, 27 Jan 2009 22:23:45 +0100 eliminated Command.Status.REMOVE/REMOVED;
wenzelm [Tue, 27 Jan 2009 22:23:45 +0100] rev 34509
eliminated Command.Status.REMOVE/REMOVED; support rudiments of new document protocol: running flag, edits/edit message; use plain toInt; misc tuning and rearrangement;
Tue, 27 Jan 2009 22:16:29 +0100 eliminated Command.Status.REMOVE/REMOVED;
wenzelm [Tue, 27 Jan 2009 22:16:29 +0100] rev 34508
eliminated Command.Status.REMOVE/REMOVED; added state_id; refined add_result: running flag;
Tue, 27 Jan 2009 22:14:40 +0100 eliminated Command.Status.REMOVE/REMOVED;
wenzelm [Tue, 27 Jan 2009 22:14:40 +0100] rev 34507
eliminated Command.Status.REMOVE/REMOVED;
Tue, 27 Jan 2009 22:13:56 +0100 use plain toInt;
wenzelm [Tue, 27 Jan 2009 22:13:56 +0100] rev 34506
use plain toInt;
Tue, 27 Jan 2009 19:52:56 +0100 ProofDocument: pass is_command_keyword directly, not via full-blown Prover object;
wenzelm [Tue, 27 Jan 2009 19:52:56 +0100] rev 34505
ProofDocument: pass is_command_keyword directly, not via full-blown Prover object;
Tue, 27 Jan 2009 19:41:44 +0100 eliminated Prover.start -- part of main constructor;
wenzelm [Tue, 27 Jan 2009 19:41:44 +0100] rev 34504
eliminated Prover.start -- part of main constructor;
Tue, 27 Jan 2009 19:27:59 +0100 tuned whitespace;
wenzelm [Tue, 27 Jan 2009 19:27:59 +0100] rev 34503
tuned whitespace;
Tue, 27 Jan 2009 18:58:16 +0100 added Isabelle.default_logic;
wenzelm [Tue, 27 Jan 2009 18:58:16 +0100] rev 34502
added Isabelle.default_logic;
Tue, 27 Jan 2009 18:53:12 +0100 beginnings of global document state;
wenzelm [Tue, 27 Jan 2009 18:53:12 +0100] rev 34501
beginnings of global document state;
Tue, 27 Jan 2009 18:16:24 +0100 state_results: separate buffer for messages from running command;
wenzelm [Tue, 27 Jan 2009 18:16:24 +0100] rev 34500
state_results: separate buffer for messages from running command; result_document: append all messages; misc tuning;
Tue, 27 Jan 2009 18:15:11 +0100 misc tuning;
wenzelm [Tue, 27 Jan 2009 18:15:11 +0100] rev 34499
misc tuning;
Tue, 27 Jan 2009 17:22:55 +0100 Prover.start: determine logic in one place;
wenzelm [Tue, 27 Jan 2009 17:22:55 +0100] rev 34498
Prover.start: determine logic in one place;
Tue, 27 Jan 2009 16:16:55 +0100 more explicit indication of mutable collections;
wenzelm [Tue, 27 Jan 2009 16:16:55 +0100] rev 34497
more explicit indication of mutable collections;
Tue, 20 Jan 2009 23:13:54 +0100 renamed getNextCommandContaining to find_command_at;
wenzelm [Tue, 20 Jan 2009 23:13:54 +0100] rev 34496
renamed getNextCommandContaining to find_command_at; more de-camelization;
Tue, 20 Jan 2009 22:55:45 +0100 Command: added name field and toString;
wenzelm [Tue, 20 Jan 2009 22:55:45 +0100] rev 34495
Command: added name field and toString;
Tue, 20 Jan 2009 22:30:54 +0100 misc tuning -- de-camelization;
wenzelm [Tue, 20 Jan 2009 22:30:54 +0100] rev 34494
misc tuning -- de-camelization;
Tue, 20 Jan 2009 22:29:56 +0100 case class Changed;
wenzelm [Tue, 20 Jan 2009 22:29:56 +0100] rev 34493
case class Changed;
Tue, 20 Jan 2009 22:29:41 +0100 Token: plain val kind;
wenzelm [Tue, 20 Jan 2009 22:29:41 +0100] rev 34492
Token: plain val kind;
Tue, 20 Jan 2009 20:32:04 +0100 Command: turned content into plain val;
wenzelm [Tue, 20 Jan 2009 20:32:04 +0100] rev 34491
Command: turned content into plain val;
Tue, 20 Jan 2009 20:05:21 +0100 use Symbol.Interpretation from IsabelleSystem instance;
wenzelm [Tue, 20 Jan 2009 20:05:21 +0100] rev 34490
use Symbol.Interpretation from IsabelleSystem instance;
Tue, 20 Jan 2009 18:23:40 +0100 replaced java.util.Property by plain association list;
wenzelm [Tue, 20 Jan 2009 18:23:40 +0100] rev 34489
replaced java.util.Property by plain association list; handle_result: do not parse ignored messages; tuned;
Tue, 20 Jan 2009 18:20:50 +0100 use IsabelleProcess.parse_message (with global Isabelle.system instance);
wenzelm [Tue, 20 Jan 2009 18:20:50 +0100] rev 34488
use IsabelleProcess.parse_message (with global Isabelle.system instance);
Tue, 20 Jan 2009 18:20:19 +0100 use Symbol.Interpretation from IsabelleSystem instance;
wenzelm [Tue, 20 Jan 2009 18:20:19 +0100] rev 34487
use Symbol.Interpretation from IsabelleSystem instance;
Tue, 20 Jan 2009 13:56:55 +0100 tuned handling of accumulated results;
wenzelm [Tue, 20 Jan 2009 13:56:55 +0100] rev 34486
tuned handling of accumulated results;
Mon, 19 Jan 2009 23:29:44 +0100 joined Document with ProofDocument;
wenzelm [Mon, 19 Jan 2009 23:29:44 +0100] rev 34485
joined Document with ProofDocument; misc tuning;
Mon, 19 Jan 2009 21:58:38 +0100 eliminated explicit method equals, which is always behind == / != anyway in Scala;
wenzelm [Mon, 19 Jan 2009 21:58:38 +0100] rev 34484
eliminated explicit method equals, which is always behind == / != anyway in Scala;
Mon, 19 Jan 2009 21:38:50 +0100 superficial tuning;
wenzelm [Mon, 19 Jan 2009 21:38:50 +0100] rev 34483
superficial tuning;
Mon, 19 Jan 2009 21:04:30 +0100 turned Token.Kind into Enumeration;
wenzelm [Mon, 19 Jan 2009 21:04:30 +0100] rev 34482
turned Token.Kind into Enumeration;
Mon, 19 Jan 2009 20:33:26 +0100 replaced type parameter C by Command (thanks to globally simultaneous scope);
wenzelm [Mon, 19 Jan 2009 20:33:26 +0100] rev 34481
replaced type parameter C by Command (thanks to globally simultaneous scope);
Mon, 19 Jan 2009 15:56:58 +0100 simplified implicit convertion Int => Position;
wenzelm [Mon, 19 Jan 2009 15:56:58 +0100] rev 34480
simplified implicit convertion Int => Position;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip