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;
Fri, 16 Jan 2009 23:00:24 +0100 merged
wenzelm [Fri, 16 Jan 2009 23:00:24 +0100] rev 34479
merged
Fri, 16 Jan 2009 16:54:01 +0100 removed jEdit/build-support (belongs to src distribution);
wenzelm [Fri, 16 Jan 2009 16:54:01 +0100] rev 34478
removed jEdit/build-support (belongs to src distribution);
Fri, 16 Jan 2009 22:57:47 +0100 IsabelleProcess.parse_message (message markup within Scala layer);
wenzelm [Fri, 16 Jan 2009 22:57:47 +0100] rev 34477
IsabelleProcess.parse_message (message markup within Scala layer);
Fri, 16 Jan 2009 22:57:24 +0100 tuned import;
wenzelm [Fri, 16 Jan 2009 22:57:24 +0100] rev 34476
tuned import;
Mon, 12 Jan 2009 20:49:37 +0100 implemented IsabelleSideKickParser.complete
immler@in.tum.de [Mon, 12 Jan 2009 20:49:37 +0100] rev 34475
implemented IsabelleSideKickParser.complete removed Plugin.prover (to avoid NoSuchElementException)
Sun, 11 Jan 2009 22:02:27 +0100 tuned;
wenzelm [Sun, 11 Jan 2009 22:02:27 +0100] rev 34474
tuned;
Sun, 11 Jan 2009 21:52:40 +0100 unified with dynamic version;
wenzelm [Sun, 11 Jan 2009 21:52:40 +0100] rev 34473
unified with dynamic version;
Sun, 11 Jan 2009 21:52:22 +0100 some more token kinds, based on classification in
wenzelm [Sun, 11 Jan 2009 21:52:22 +0100] rev 34472
some more token kinds, based on classification in http://isabelle.in.tum.de/repos/isabelle/file/b81ae415873d/src/Pure/Isar/outer_keyword.scala
Sun, 11 Jan 2009 21:48:58 +0100 decl_info: cover both commands and keywords, with kind;
wenzelm [Sun, 11 Jan 2009 21:48:58 +0100] rev 34471
decl_info: cover both commands and keywords, with kind; command_decls: maintain kinds as well (Map);
Sun, 11 Jan 2009 21:48:12 +0100 tuned;
wenzelm [Sun, 11 Jan 2009 21:48:12 +0100] rev 34470
tuned;
Sun, 11 Jan 2009 19:33:53 +0100 failsafe mkdir;
wenzelm [Sun, 11 Jan 2009 19:33:53 +0100] rev 34469
failsafe mkdir;
Sun, 11 Jan 2009 19:32:26 +0100 maintain Isabelle properties via object Isabelle.Property with apply/update methods;
wenzelm [Sun, 11 Jan 2009 19:32:26 +0100] rev 34468
maintain Isabelle properties via object Isabelle.Property with apply/update methods;
Sun, 11 Jan 2009 17:35:56 +0100 created DynamicTokenMarker
immler@in.tum.de [Sun, 11 Jan 2009 17:35:56 +0100] rev 34467
created DynamicTokenMarker included it in ProverSetup and registered at prover
Sun, 11 Jan 2009 13:46:26 +0100 explicitly refer to superclass
immler@in.tum.de [Sun, 11 Jan 2009 13:46:26 +0100] rev 34466
explicitly refer to superclass
Sun, 11 Jan 2009 13:16:35 +0100 added EventBus for new command- or keyword-declarations
immler@in.tum.de [Sun, 11 Jan 2009 13:16:35 +0100] rev 34465
added EventBus for new command- or keyword-declarations
Sun, 11 Jan 2009 13:15:05 +0100 removed comment:
immler@in.tum.de [Sun, 11 Jan 2009 13:15:05 +0100] rev 34464
removed comment: theory-view registers when created
Sat, 10 Jan 2009 18:10:14 +0100 changed install/uninstall prover on view to private
immler@in.tum.de [Sat, 10 Jan 2009 18:10:14 +0100] rev 34463
changed install/uninstall prover on view to private
Sat, 10 Jan 2009 17:59:23 +0100 merged
immler@in.tum.de [Sat, 10 Jan 2009 17:59:23 +0100] rev 34462
merged
Sat, 10 Jan 2009 17:33:21 +0100 create folder 'jars' before copying
immler@in.tum.de [Sat, 10 Jan 2009 17:33:21 +0100] rev 34461
create folder 'jars' before copying
Fri, 19 Dec 2008 11:25:06 +0100 ability to deactivate buffers
immler@in.tum.de [Fri, 19 Dec 2008 11:25:06 +0100] rev 34460
ability to deactivate buffers
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip