src/Pure/PIDE/document.scala
Wed, 04 Jan 2023 14:35:19 +0100 wenzelm clarified signature: old node is ignored;
Tue, 03 Jan 2023 21:22:04 +0100 wenzelm discontinued fragile operation;
Mon, 02 Jan 2023 12:29:08 +0100 wenzelm clarified signature: uniform master_dir instead of separate field;
Sat, 31 Dec 2022 12:38:48 +0100 wenzelm tuned;
Sat, 31 Dec 2022 12:35:00 +0100 wenzelm unused;
Sat, 31 Dec 2022 12:25:34 +0100 wenzelm clarified modules;
Sat, 31 Dec 2022 11:48:32 +0100 wenzelm clarified signature;
Fri, 30 Dec 2022 20:38:29 +0100 wenzelm more robust: avoid detour via somewhat fragile Node.Name.path;
Tue, 27 Dec 2022 17:35:01 +0100 wenzelm support for generic File_Format.parse_data, with persistent result in document model;
Mon, 26 Dec 2022 15:11:42 +0100 wenzelm clarified signature: more explicit types;
Fri, 23 Dec 2022 22:41:47 +0100 wenzelm more robust Document.Pending_Edits: cover all nodes simulataneously, and thus support proper Snapshot.switch;
Fri, 23 Dec 2022 15:20:53 +0100 wenzelm tuned;
Fri, 23 Dec 2022 15:07:48 +0100 wenzelm tuned;
Tue, 20 Dec 2022 13:59:07 +0100 wenzelm clarified state of document model vs. document editor selection (again, see also a9d52d02bd83);
Mon, 19 Dec 2022 12:22:47 +0100 wenzelm clarified state: node_required is guarded by PIDE.editor.document_active (e.g. open panel);
Mon, 19 Dec 2022 11:42:45 +0100 wenzelm clarified signature;
Sat, 17 Dec 2022 19:44:14 +0100 wenzelm clarified signature: avoid confusion due to redundant standard_path, which is already used here (but not elsewhere);
Sat, 17 Dec 2022 19:35:49 +0100 wenzelm clarified signature: avoid case class with redefined equality;
Mon, 07 Nov 2022 21:32:09 +0100 wenzelm clarified node_required status: distinguish theory_required vs. document_required;
Sat, 01 Oct 2022 20:10:56 +0200 wenzelm tuned signature;
Thu, 22 Sep 2022 17:24:50 +0200 wenzelm clarified signature: persistent Node.source / Snapshot.source;
Fri, 19 Aug 2022 21:25:13 +0200 wenzelm more robust treatment of Document.Node.Name, following stored data;
Fri, 19 Aug 2022 20:19:05 +0200 wenzelm tuned signature;
Fri, 12 Aug 2022 14:39:37 +0200 wenzelm unused (despite cf52379c0776);
Fri, 12 Aug 2022 14:33:50 +0200 wenzelm tuned, following hints by IntelliJ IDEA;
Fri, 12 Aug 2022 14:26:17 +0200 wenzelm unused (see 696819fe2424);
Fri, 05 Aug 2022 20:54:39 +0200 wenzelm clarified Document.Snapshot.all_exports: refer to material from this (virtual) session;
Fri, 01 Apr 2022 23:19:12 +0200 wenzelm tuned formatting;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Thu, 04 Mar 2021 15:52:08 +0100 wenzelm tuned;
Thu, 04 Mar 2021 15:41:46 +0100 wenzelm tuned --- fewer warnings;
Mon, 01 Mar 2021 23:17:47 +0100 wenzelm tuned --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Sun, 10 Jan 2021 13:04:29 +0100 wenzelm more informative errors: simplify diagnosis of spurious failures reported by users;
Sat, 02 Jan 2021 22:22:34 +0100 wenzelm clarified signature: absorb XZ.Cache into XML.Cache;
Sun, 20 Dec 2020 15:47:54 +0100 wenzelm present auxiliary files with PIDE markup;
Sat, 19 Dec 2020 15:32:29 +0100 wenzelm tuned signature;
Thu, 10 Dec 2020 16:35:56 +0100 wenzelm clarified signature: more specific types;
Wed, 09 Dec 2020 22:07:14 +0100 wenzelm clarified protocol: support "isabelle log" on failed theories as well;
Wed, 09 Dec 2020 20:33:02 +0100 wenzelm tuned comments;
Wed, 09 Dec 2020 20:19:27 +0100 wenzelm clarified signature;
Mon, 07 Dec 2020 16:47:47 +0100 wenzelm clarified exports;
Sat, 05 Dec 2020 20:40:24 +0100 wenzelm avoid duplicate entries: snippet_command is defined within node;
Sat, 05 Dec 2020 13:45:09 +0100 wenzelm tuned signature;
Sat, 05 Dec 2020 13:37:37 +0100 wenzelm clarified signature;
Sat, 05 Dec 2020 13:29:19 +0100 wenzelm tuned signature;
Sat, 05 Dec 2020 13:19:36 +0100 wenzelm clarified signature;
Sat, 05 Dec 2020 13:12:18 +0100 wenzelm tuned;
Sat, 05 Dec 2020 13:01:46 +0100 wenzelm clarified signature;
Sat, 05 Dec 2020 12:43:21 +0100 wenzelm clarified signature, notably access to blob files;
Sat, 05 Dec 2020 12:14:40 +0100 wenzelm support for PIDE markup for auxiliary files ("blobs");
Sun, 29 Nov 2020 16:45:29 +0100 wenzelm restrict report redirection to current node;
Thu, 26 Nov 2020 16:08:39 +0100 wenzelm clarified signature;
Thu, 26 Nov 2020 15:59:09 +0100 wenzelm clarified signature: initial markup is_empty, not init_markup;
Thu, 26 Nov 2020 15:49:27 +0100 wenzelm clarified signature: prefer high-level Snapshot over low-level Command.State;
Thu, 26 Nov 2020 15:16:37 +0100 wenzelm more strict;
Thu, 26 Nov 2020 14:48:22 +0100 wenzelm clarified signature;
Mon, 23 Nov 2020 15:14:58 +0100 wenzelm support for PIDE markup in batch build (inactive due to pide_reports=false);
Fri, 20 Nov 2020 23:47:34 +0100 wenzelm generate theory HTML in Isabelle/Scala;
Thu, 23 Jul 2020 14:25:48 +0200 wenzelm clarified order --- proper sorting of requirements;
Fri, 27 Mar 2020 22:01:27 +0100 wenzelm misc tuning based on hints by IntelliJ IDEA;
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;
less more (0) -120 tip