src/Pure/PIDE/document.scala
Fri, 01 Nov 2019 18:41:52 +0100 wenzelm more operations;
Wed, 02 Oct 2019 14:45:37 +0200 wenzelm more robust: avoid update/interrupt of long-running print_consolidation;
Mon, 16 Sep 2019 21:30:30 +0200 wenzelm tuned signature;
Sun, 15 Sep 2019 13:42:01 +0200 wenzelm tuned signature;
Thu, 12 Sep 2019 16:52:04 +0200 wenzelm clarified signature: eliminated unused option;
Sun, 08 Sep 2019 16:49:32 +0200 wenzelm check session directories;
Sun, 08 Sep 2019 13:07:03 +0200 wenzelm clarified signature: proper Document.Node.Ordering conforming to equality (e.g. required in situations where theory names are ambiguous due to overlapping session directories);
Wed, 04 Sep 2019 11:21:07 +0200 wenzelm tuned signature;
Tue, 03 Sep 2019 15:24:04 +0200 wenzelm tuned signature;
Mon, 02 Sep 2019 11:46:27 +0200 wenzelm clarified signature: prefer operations without position;
Sun, 01 Sep 2019 22:57:25 +0200 wenzelm clarified signature: full dependency graph;
Thu, 15 Aug 2019 18:21:12 +0200 wenzelm support Export_Theory.read_proof, based on theory_name and serial;
Sun, 19 May 2019 18:10:45 +0200 wenzelm more thorough assignment, e.g. when "purge" removes commands that were not assigned;
Fri, 11 Jan 2019 16:36:21 +0100 wenzelm tuned signature;
Mon, 31 Dec 2018 12:02:31 +0100 wenzelm clarified signature;
Wed, 07 Nov 2018 21:42:16 +0100 wenzelm more general support for Isabelle/PIDE file formats -- less hardwired Bibtex operations;
Thu, 30 Aug 2018 17:24:43 +0200 wenzelm clarified signature;
Tue, 28 Aug 2018 21:08:05 +0200 wenzelm systematic access to command ids;
Tue, 31 Jul 2018 21:06:09 +0200 wenzelm tuned signature;
Mon, 25 Jun 2018 17:18:55 +0200 wenzelm more scalable output;
Mon, 11 Jun 2018 17:37:44 +0200 wenzelm clarified signature: persistent results;
Tue, 05 Jun 2018 16:12:26 +0200 wenzelm less wasteful consolidation, based on PIDE front-end state and recent changes;
Sun, 03 Jun 2018 20:37:16 +0200 wenzelm clarified signature: prefer Document.Snapshot;
Thu, 31 May 2018 22:10:06 +0200 wenzelm clarified: consolidated result is last command;
Tue, 29 May 2018 22:25:59 +0200 wenzelm more node status information;
Tue, 29 May 2018 20:03:24 +0200 wenzelm tuned signature;
Tue, 29 May 2018 20:00:10 +0200 wenzelm tuned signature;
Mon, 28 May 2018 17:40:34 +0200 wenzelm clarified signature: Known.theories retains Document.Node.Entry (with header);
Sun, 27 May 2018 22:37:08 +0200 wenzelm retain isolated blob nodes (amending deb2fcbda16e): avoid failure of Session.handle_change with "Missing blob", when opening theory with load command later;
Sun, 27 May 2018 22:21:43 +0200 wenzelm clarified signature -- avoid confusion with Resources.is_hidden;
Tue, 08 May 2018 11:47:41 +0200 wenzelm more robust: self-export only;
Mon, 07 May 2018 17:11:01 +0200 wenzelm store exports within PIDE command state;
Wed, 02 May 2018 17:35:51 +0200 wenzelm purge history more thoroughly (see also 3156faac30a7);
Sat, 24 Mar 2018 20:45:30 +0100 wenzelm clarified theory node name;
Sat, 17 Mar 2018 20:32:39 +0100 wenzelm more position information;
Sun, 11 Mar 2018 20:47:17 +0100 wenzelm update XML cache for slightly modified messages;
Mon, 01 Jan 2018 16:06:37 +0100 wenzelm tuned signature;
Thu, 28 Dec 2017 23:10:30 +0100 wenzelm tuned signature;
Thu, 28 Dec 2017 21:45:28 +0100 wenzelm implicit thy_load context for bibtex files;
Fri, 22 Dec 2017 21:05:54 +0100 wenzelm store full blob source for the sake of markup_to_XML;
Fri, 22 Dec 2017 20:15:16 +0100 wenzelm PIDE markup for non-theory nodes;
Fri, 22 Dec 2017 11:39:49 +0100 wenzelm tuned signature;
Thu, 21 Dec 2017 22:38:28 +0100 wenzelm clarified signature;
Fri, 01 Dec 2017 20:49:42 +0100 wenzelm tuned output;
Fri, 01 Dec 2017 20:29:58 +0100 wenzelm removed inaccessible blobs from Document.Nodes;
Fri, 01 Dec 2017 16:58:26 +0100 wenzelm purge hidden nodes more thoroughly: is_hidden may become true only later;
Mon, 06 Nov 2017 16:03:13 +0100 wenzelm tuned signature;
Thu, 12 Oct 2017 11:39:06 +0200 wenzelm more robust: allow Windows file names;
Fri, 06 Oct 2017 21:33:33 +0200 wenzelm tuned signature;
Fri, 29 Sep 2017 17:41:39 +0200 wenzelm tuned signature;
Fri, 29 Sep 2017 17:28:44 +0200 wenzelm tuned signature;
Tue, 08 Aug 2017 22:13:05 +0200 wenzelm maintain "consolidated" status of theory nodes, which means all evals are finished (but not necessarily prints nor imports);
Mon, 26 Jun 2017 15:57:20 +0200 wenzelm proper bootstrap_name (amending b42743f5b595);
Wed, 21 Jun 2017 14:06:16 +0200 wenzelm tuned signature;
Mon, 19 Jun 2017 17:28:48 +0200 wenzelm clarified signature;
Thu, 08 Jun 2017 21:17:13 +0200 wenzelm tuned signature;
Thu, 08 Jun 2017 14:27:13 +0200 wenzelm clarified signature;
Thu, 08 Jun 2017 14:08:07 +0200 wenzelm HTML preview based on PIDE markup;
Wed, 12 Apr 2017 22:32:55 +0200 wenzelm clarified loaded_theories: map to qualified theory name;
Sat, 08 Apr 2017 22:36:32 +0200 wenzelm more qualifier treatment, but in the end it is still ignored;
Sat, 08 Apr 2017 12:47:34 +0200 wenzelm more operations;
Sat, 08 Apr 2017 12:31:29 +0200 wenzelm tuned signature;
Thu, 06 Apr 2017 16:01:39 +0200 wenzelm tuned signature;
Mon, 03 Apr 2017 17:00:36 +0200 wenzelm tuned signature;
Mon, 03 Apr 2017 13:39:13 +0200 wenzelm simplified direct theory name (again, see also 570ba266f5b5, 2a7f9e79cb28);
Mon, 03 Apr 2017 12:49:13 +0200 wenzelm tuned;
Mon, 03 Apr 2017 12:41:06 +0200 wenzelm tuned signature;
Mon, 20 Mar 2017 14:36:15 +0100 wenzelm tuned signature;
Tue, 14 Mar 2017 09:41:02 +0100 wenzelm more abstract module Document;
Sun, 12 Mar 2017 17:59:03 +0100 wenzelm clarified current_command: index refers to node content, negative index means first command;
Sun, 12 Mar 2017 14:23:38 +0100 wenzelm discontinued pointless Text.Length: Javascript and Java agree in old-fashioned UTF-16;
Sun, 12 Mar 2017 13:48:10 +0100 wenzelm tuned;
Sat, 11 Mar 2017 16:22:12 +0100 wenzelm tuned;
Tue, 10 Jan 2017 16:53:05 +0100 wenzelm support "purge" operation on document model;
Mon, 09 Jan 2017 20:26:59 +0100 wenzelm tuned signature;
Sat, 07 Jan 2017 21:32:00 +0100 wenzelm uniform Document.Model.node_edits (without void edits);
Sat, 07 Jan 2017 15:25:01 +0100 wenzelm obsolete;
Sat, 07 Jan 2017 09:42:57 +0100 wenzelm tuned;
Fri, 06 Jan 2017 23:25:18 +0100 wenzelm tuned;
Thu, 05 Jan 2017 12:23:25 +0100 wenzelm misc tuning and clarification;
Thu, 05 Jan 2017 10:49:47 +0100 wenzelm tuned;
Thu, 05 Jan 2017 10:10:51 +0100 wenzelm tuned;
Wed, 28 Dec 2016 17:10:09 +0100 wenzelm clarified modules;
Wed, 28 Dec 2016 17:02:38 +0100 wenzelm clarified signature: explicit Length to avoid implicit mistakes;
Fri, 23 Dec 2016 17:04:29 +0100 wenzelm tuned;
Tue, 02 Aug 2016 18:45:34 +0200 wenzelm tuned signature -- prover-independence is presently theoretical;
Tue, 02 Aug 2016 17:35:18 +0200 wenzelm support 'abbrevs' within theory header;
Wed, 20 Apr 2016 11:44:25 +0200 wenzelm reactivated other_id reports (see also db929027e701, 8eda56033203);
Mon, 18 Apr 2016 20:43:37 +0200 wenzelm tuned signature;
Tue, 01 Mar 2016 21:00:38 +0100 wenzelm clarified modules;
Sat, 19 Sep 2015 21:07:37 +0200 wenzelm straight-forward refresh, without special preconditions;
Tue, 25 Aug 2015 13:46:24 +0200 wenzelm clarified undefined_blobs: already loaded theories are suppressed;
Sat, 15 Aug 2015 18:59:31 +0200 wenzelm more robust access to stable tip version: take all pending edits into account, don't assume model for current buffer;
Wed, 12 Aug 2015 13:53:51 +0200 wenzelm resolve undefined blobs by default, e.g. relevant for ML debugger to avoid reset of breakpoints after reload;
Sun, 03 May 2015 00:01:10 +0200 wenzelm misc tuning, based on warnings by IntelliJ IDEA;
Sun, 15 Mar 2015 19:21:15 +0100 wenzelm hybrid use of command blobs: inlined errors and auxiliary files;
Sat, 14 Mar 2015 19:51:36 +0100 wenzelm clarified positions of theory imports;
Thu, 15 Jan 2015 20:36:26 +0100 wenzelm proper update of perspective after implicit edit due to reparse (e.g. ~~/src/HOL/Nat.thy);
Thu, 08 Jan 2015 20:56:39 +0100 wenzelm tuned;
Tue, 02 Dec 2014 14:16:56 +0100 wenzelm node-specific syntax, with base_syntax as default;
Sun, 17 Aug 2014 16:05:43 +0200 wenzelm postpone changes in intermediate state between remove_versions/removed_versions, which is important for handle_change to refer to defined items on prover side;
Sat, 02 Aug 2014 16:35:59 +0200 wenzelm more direct access to persistent blobs (see also 8953d4cc060a), avoiding fragile digest lookup from later version (which might have removed unused blobs already);
Wed, 23 Jul 2014 16:56:03 +0200 wenzelm more frugal edits;
Wed, 23 Jul 2014 16:20:07 +0200 wenzelm more explicit treatment of cleared nodes (removal is implicit);
Wed, 23 Jul 2014 15:32:05 +0200 wenzelm clarified display;
Wed, 23 Jul 2014 15:00:46 +0200 wenzelm clarified display;
Wed, 23 Jul 2014 14:50:20 +0200 wenzelm avoid redundant data structure;
Wed, 23 Jul 2014 13:01:30 +0200 wenzelm more explicit discrimination of empty nodes -- suppress from Theories panel;
Wed, 23 Jul 2014 11:53:34 +0200 wenzelm tuned;
Wed, 23 Jul 2014 10:02:19 +0200 wenzelm tuned signature;
Wed, 30 Apr 2014 22:34:11 +0200 wenzelm some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;
Sat, 26 Apr 2014 13:34:10 +0200 wenzelm tuned signature;
Sat, 26 Apr 2014 13:07:20 +0200 wenzelm tuned signature;
Thu, 24 Apr 2014 23:21:00 +0200 wenzelm tuned signature;
Tue, 15 Apr 2014 16:44:06 +0200 wenzelm clarified treatment of markup ranges wrt. revert/convert: inflate_singularity allows to retrieve information like language_context more reliably during editing;
Thu, 10 Apr 2014 14:36:29 +0200 wenzelm ignore other_id reports for now (see 8eda56033203): massive amounts of redirections to 'class' etc. makes it difficult to edit main HOL;
Wed, 09 Apr 2014 10:44:06 +0200 wenzelm tuned;
Tue, 08 Apr 2014 22:01:08 +0200 wenzelm tuned signature;
Tue, 08 Apr 2014 20:03:00 +0200 wenzelm simplified Text.Chunk -- eliminated ooddities;
Tue, 08 Apr 2014 19:17:28 +0200 wenzelm accumulate markup reports for "other" command ids, which are later retargeted and merged for rendering (in erratic order);
less more (0) -120 tip