src/Tools/jEdit/src/prover/Prover.scala
Thu, 17 Sep 2009 14:15:54 +0200 wenzelm Prover: private Actor;
Wed, 16 Sep 2009 22:01:11 +0200 wenzelm tuned;
Wed, 16 Sep 2009 17:13:14 +0200 wenzelm misc tuning;
Tue, 15 Sep 2009 18:13:30 +0200 wenzelm tuned white space;
Tue, 15 Sep 2009 17:00:21 +0200 wenzelm misc tuning;
Tue, 15 Sep 2009 15:37:19 +0200 wenzelm handle_result: no special treatment of outer markup (it is now properly identified by the prover);
Tue, 08 Sep 2009 22:38:01 +0200 wenzelm Prover: keep command_change/document_change event buses here, not in ProofDocument, Command, State, Plugin;
Mon, 07 Sep 2009 23:54:53 +0200 wenzelm tuned;
Mon, 07 Sep 2009 23:23:59 +0200 wenzelm Prover: just one actor -- single message dispatch;
Mon, 07 Sep 2009 22:17:51 +0200 wenzelm modernized Event_Bus -- based on actors;
Mon, 07 Sep 2009 21:09:26 +0200 wenzelm eliminated ProverEvents.Activate -- handle "ready" within Prover;
Sun, 06 Sep 2009 13:31:22 +0200 wenzelm minor tuning;
Fri, 04 Sep 2009 23:04:20 +0200 wenzelm minor tuning;
Tue, 01 Sep 2009 21:05:57 +0200 wenzelm Isabelle_Process: receiver as Actor -- requires Scheduler.shutdown in the end;
Tue, 01 Sep 2009 15:12:24 +0200 wenzelm modernized Isar_Document;
Thu, 27 Aug 2009 16:41:33 +0200 immler global event buses for changes concerning commands and document edits
Thu, 27 Aug 2009 10:51:09 +0200 immler catching NPE on val
Thu, 27 Aug 2009 10:51:09 +0200 immler Command and Command_State handle results from prover as Accumulator
Thu, 27 Aug 2009 10:51:09 +0200 immler Command notifies changes
Thu, 27 Aug 2009 10:51:09 +0200 immler change_receiver and output_info are used before regular initialisation
Thu, 27 Aug 2009 10:51:09 +0200 immler TheoryView starts Prover
Thu, 27 Aug 2009 10:51:09 +0200 immler output_info specific to prover
Fri, 07 Aug 2009 13:04:59 +0200 immler Change consisting of a list of Edits
Mon, 13 Jul 2009 14:30:39 +0200 immler arbitrary history
Wed, 08 Jul 2009 15:15:15 +0200 immler commands carrying state-information
Wed, 08 Jul 2009 13:29:44 +0200 immler current version in theoryview/buffer
Wed, 08 Jul 2009 13:29:43 +0200 immler activation
Tue, 30 Jun 2009 21:22:50 +0200 wenzelm renamed Swing to Swing_Thread, to avoid overlap with scala.swing.Swing;
Thu, 25 Jun 2009 13:36:05 +0200 wenzelm renamed IsabelleProcess to Isabelle_Process;
Tue, 23 Jun 2009 20:49:56 +0200 wenzelm fall back on Isabelle system completion (symbols only);
Tue, 23 Jun 2009 20:16:32 +0200 wenzelm use isabelle.Completion;
Thu, 18 Jun 2009 19:21:19 +0200 wenzelm acces position properties via Isabelle library;
Wed, 17 Jun 2009 00:25:34 +0200 wenzelm basic keyword completions via isabelle.Scan.Lexicon;
Thu, 04 Jun 2009 22:06:37 +0200 wenzelm more robust get_offsets;
Tue, 02 Jun 2009 23:37:36 +0200 wenzelm handle_result: activate via explicit status "ready" (cf. http://isabelle.in.tum.de/repos/isabelle/rev/ce169bd37fc0);
Tue, 02 Jun 2009 21:20:22 +0200 wenzelm superficial tuning;
Wed, 27 May 2009 17:13:58 +0200 immler outer syntax could clash with status on removed commands
Wed, 27 May 2009 17:07:02 +0200 immler no null change
Wed, 27 May 2009 15:46:06 +0200 immler check presence of begin, end in attributes
Fri, 22 May 2009 17:36:45 +0200 immler improved handling of markup-information with command=null
Fri, 22 May 2009 14:47:57 +0200 immler implemented IsabelleHyperlinkSource (only links inside the current buffer)
Fri, 22 May 2009 13:43:35 +0200 immler let MarkupNode carry arbitrary information
Fri, 22 May 2009 13:43:34 +0200 immler reduced to one markup-tree
Wed, 29 Apr 2009 16:08:22 +0200 immler immutable markup-nodes;
Mon, 27 Apr 2009 17:33:49 +0200 immler seperate node for syntax-highlighting
Mon, 27 Apr 2009 14:03:05 +0200 immler included information on ML status messages in Sidekick's status-window
Wed, 22 Apr 2009 17:35:49 +0200 immler abs. stops, markup nodes depend on doc-version;
Mon, 06 Apr 2009 19:04:38 +0200 immler proofdocument-versions get id from changes
Fri, 20 Mar 2009 11:57:21 +0100 immler fixes
Thu, 19 Mar 2009 16:48:29 +0100 immler merged; resolved conflicts (kept own versions)
Thu, 19 Mar 2009 16:18:57 +0100 immler Prover as actor managing ProofDocument-versions (removed EventBus structural_changes);
Mon, 02 Mar 2009 19:17:20 +0100 wenzelm preliminary/failed attempt to use the new IsarDocument access model to the prover;
Sun, 08 Mar 2009 23:03:49 +0100 immler ProofDocument without state
Thu, 19 Feb 2009 20:44:28 +0100 immler tokens and commands as lists
Tue, 27 Jan 2009 22:23:45 +0100 wenzelm eliminated Command.Status.REMOVE/REMOVED;
Tue, 27 Jan 2009 19:52:56 +0100 wenzelm ProofDocument: pass is_command_keyword directly, not via full-blown Prover object;
Tue, 27 Jan 2009 19:41:44 +0100 wenzelm eliminated Prover.start -- part of main constructor;
Tue, 27 Jan 2009 19:27:59 +0100 wenzelm tuned whitespace;
Tue, 27 Jan 2009 18:53:12 +0100 wenzelm beginnings of global document state;
Tue, 27 Jan 2009 18:15:11 +0100 wenzelm misc tuning;
less more (0) -60 tip