src/Pure/PIDE/resources.scala
Sun, 29 Nov 2020 15:33:19 +0100 wenzelm tuned signature;
Sun, 29 Nov 2020 15:23:18 +0100 wenzelm clarified checks (see f34f5c057c9e);
Sun, 29 Nov 2020 14:57:15 +0100 wenzelm clarified signature;
Sat, 28 Nov 2020 23:28:56 +0100 wenzelm clarified parsing vs. semantic errors;
Sat, 28 Nov 2020 17:38:03 +0100 wenzelm clarified protocol: Doc.check at run-time via Scala function;
Sat, 28 Nov 2020 15:53:46 +0100 wenzelm tuned signature --- more explicit types;
Sat, 28 Nov 2020 15:17:14 +0100 wenzelm more positions;
Fri, 27 Nov 2020 14:00:54 +0100 wenzelm clarified modules;
Fri, 27 Nov 2020 11:41:43 +0100 wenzelm tuned signature;
Fri, 20 Nov 2020 23:47:34 +0100 wenzelm generate theory HTML in Isabelle/Scala;
Wed, 18 Nov 2020 15:52:12 +0100 wenzelm clarified modules;
Wed, 18 Nov 2020 08:10:40 +0100 wenzelm tuned;
Tue, 17 Nov 2020 22:57:56 +0100 wenzelm refer to command_timings/last_timing via resources;
Tue, 17 Nov 2020 22:05:59 +0100 wenzelm more uniform Resources.init_session via YXML;
Sat, 25 Jul 2020 12:43:29 +0200 wenzelm more errors;
Fri, 24 Jul 2020 15:20:35 +0200 wenzelm unused;
Tue, 21 Jul 2020 19:43:42 +0200 wenzelm tuned --- based on hints by IntelliJ;
Tue, 21 Jul 2020 19:40:38 +0200 wenzelm tuned signature;
Wed, 08 Apr 2020 13:14:05 +0200 wenzelm more general support for isabelle_scala_service;
Tue, 07 Apr 2020 21:49:36 +0200 wenzelm clarified signature: more uniform treatment of stopped/interrupted state;
Mon, 07 Oct 2019 11:35:43 +0200 wenzelm discontinued pointless dump_checkpoint and share_common_data -- superseded by base logic image in Isabelle/MMT;
Thu, 19 Sep 2019 20:27:30 +0200 wenzelm clarified data structures;
Mon, 16 Sep 2019 23:20:45 +0200 wenzelm clarified inversion of file name to theory name, notably for Windows;
Mon, 16 Sep 2019 21:42:22 +0200 wenzelm clarified import_name: observe directory notation more strictly;
Mon, 16 Sep 2019 21:30:30 +0200 wenzelm tuned signature;
Mon, 16 Sep 2019 19:35:08 +0200 wenzelm clarified theory imports completion, based on session directories and current master directory (no support for local session-subdirectories);
Mon, 16 Sep 2019 16:00:10 +0200 wenzelm find theories via session directories only -- ignore known_theories;
Thu, 12 Sep 2019 13:33:09 +0200 wenzelm find theory files via session structure: much faster Prover IDE startup;
Wed, 11 Sep 2019 20:48:10 +0200 wenzelm find theory node name via session directories;
Wed, 11 Sep 2019 16:06:10 +0200 wenzelm disallow overlapping 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);
Sat, 07 Sep 2019 19:52:36 +0200 wenzelm theory_name based on session_directories: no need for expensive all_known;
Wed, 04 Sep 2019 21:42:11 +0200 wenzelm more complete graph;
Wed, 04 Sep 2019 11:21:07 +0200 wenzelm tuned signature;
Tue, 03 Sep 2019 14:56:43 +0200 wenzelm clarified signature;
Mon, 02 Sep 2019 11:46:27 +0200 wenzelm clarified signature: prefer operations without position;
Thu, 29 Aug 2019 17:13:49 +0200 wenzelm more scalable isabelle dump (and derivatives): mark individual theories to share common data in ML;
Thu, 29 Aug 2019 15:43:05 +0200 wenzelm tuned signature;
Wed, 28 Aug 2019 22:59:49 +0200 wenzelm support for share_common_data after define_command and before actual update: this affects string particles of command tokens;
Mon, 31 Dec 2018 21:12:22 +0100 wenzelm tuned signature;
Mon, 31 Dec 2018 20:13:36 +0100 wenzelm clarified signature;
Mon, 03 Dec 2018 14:59:42 +0100 wenzelm static type for Library.using: avoid Java 11 warnings on "Illegal reflective access";
Wed, 07 Nov 2018 21:42:16 +0100 wenzelm more general support for Isabelle/PIDE file formats -- less hardwired Bibtex operations;
Mon, 17 Sep 2018 21:50:14 +0200 wenzelm more detailed session dependencies, with conditions for theories;
Mon, 17 Sep 2018 20:30:53 +0200 wenzelm clarified signature;
Sat, 18 Aug 2018 14:16:24 +0200 wenzelm clarified signature;
Tue, 05 Jun 2018 16:12:26 +0200 wenzelm less wasteful consolidation, based on PIDE front-end state and recent changes;
Thu, 31 May 2018 22:27:13 +0200 wenzelm Document.update includes node consolidation / presentation as regular print operation: avoid user operations on protocol thread;
Tue, 29 May 2018 14:45:54 +0200 wenzelm tuned;
Mon, 28 May 2018 17:40:34 +0200 wenzelm clarified signature: Known.theories retains Document.Node.Entry (with header);
Fri, 16 Mar 2018 16:44:14 +0100 wenzelm interruptible exploration of dependencies;
Thu, 28 Dec 2017 23:39:02 +0100 wenzelm clarified check, notably for bibtex theory (amending 5f082b1fa9fa);
Thu, 28 Dec 2017 23:15:00 +0100 wenzelm proper check for imports, not just ROOT entries;
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;
Thu, 28 Dec 2017 12:36:11 +0100 wenzelm clarified signature;
Sat, 16 Dec 2017 16:46:01 +0100 wenzelm PIDE markup for session ROOT files;
Tue, 28 Nov 2017 22:14:10 +0100 wenzelm clarified theory_name vs. loaded_theory: proper import_name for already loaded theories from other sessions (amending 4c98c929a12a);
Sun, 12 Nov 2017 19:47:18 +0100 wenzelm tuned signature (again, see 1a9e2a2bf251);
Sun, 12 Nov 2017 19:46:19 +0100 wenzelm tuned signature;
Sun, 12 Nov 2017 16:38:13 +0100 wenzelm load theories via PIDE document update;
Sun, 12 Nov 2017 12:55:10 +0100 wenzelm tuned;
Mon, 06 Nov 2017 17:24:09 +0100 wenzelm tuned signature;
Tue, 31 Oct 2017 19:29:24 +0100 wenzelm clarified signature;
Tue, 31 Oct 2017 15:55:50 +0100 wenzelm clarified modules;
Wed, 25 Oct 2017 14:39:22 +0200 wenzelm more robust treatment of UTF8 in raw byte sources;
Wed, 25 Oct 2017 14:36:29 +0200 wenzelm clarified check, assuming that load commands are plain ASCII;
Thu, 12 Oct 2017 11:39:54 +0200 wenzelm more robust: allow URLs;
Fri, 06 Oct 2017 21:14:00 +0200 wenzelm clarified error for bad session-qualified imports;
Thu, 05 Oct 2017 16:33:36 +0200 wenzelm clarified modules;
Thu, 05 Oct 2017 14:58:04 +0200 wenzelm tuned signature;
Fri, 29 Sep 2017 17:41:39 +0200 wenzelm tuned signature;
Fri, 29 Sep 2017 17:03:33 +0200 wenzelm tuned;
Thu, 28 Sep 2017 15:11:32 +0200 wenzelm session-qualified theory names are mandatory;
Wed, 27 Sep 2017 17:39:03 +0200 wenzelm maintain loaded_files for each theory;
Wed, 27 Sep 2017 14:48:25 +0200 wenzelm clarified: more uniform results;
Wed, 27 Sep 2017 13:29:52 +0200 wenzelm slightly more parallelism;
Wed, 27 Sep 2017 11:29:50 +0200 wenzelm prefer sequential file-system access, but parallel parse;
Wed, 27 Sep 2017 11:11:07 +0200 wenzelm tuned;
Tue, 26 Sep 2017 22:30:54 +0200 wenzelm clarified pure_files, based on uniform loaded_files;
Tue, 26 Sep 2017 20:54:40 +0200 wenzelm tuned;
Fri, 21 Apr 2017 14:09:03 +0200 wenzelm eliminated default_qualifier: just a constant;
Fri, 21 Apr 2017 11:21:59 +0200 wenzelm tuned;
Tue, 18 Apr 2017 14:19:49 +0200 wenzelm actually qualify theory names;
Mon, 17 Apr 2017 20:54:48 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 16:13:14 +0200 wenzelm tuned;
Mon, 17 Apr 2017 12:29:50 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 12:20:45 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 12:11:02 +0200 wenzelm tuned signature;
Thu, 13 Apr 2017 12:19:28 +0200 wenzelm tuned signature (again);
Wed, 12 Apr 2017 22:47:21 +0200 wenzelm tuned;
Wed, 12 Apr 2017 22:32:55 +0200 wenzelm clarified loaded_theories: map to qualified theory name;
Wed, 12 Apr 2017 14:59:55 +0200 wenzelm tuned;
Mon, 10 Apr 2017 16:43:12 +0200 wenzelm proper import qualifier for global theories;
Mon, 10 Apr 2017 11:29:47 +0200 wenzelm clarified signature;
Sat, 08 Apr 2017 22:36:32 +0200 wenzelm more qualifier treatment, but in the end it is still ignored;
Sat, 08 Apr 2017 20:56:41 +0200 wenzelm more session_base information in ML;
Sat, 08 Apr 2017 12:31:29 +0200 wenzelm tuned signature;
Fri, 07 Apr 2017 16:34:14 +0200 wenzelm more explicit lookup of loaded_theories: base names allowed here;
Fri, 07 Apr 2017 13:19:11 +0200 wenzelm tuned;
Thu, 06 Apr 2017 16:01:39 +0200 wenzelm tuned signature;
Thu, 06 Apr 2017 15:57:33 +0200 wenzelm more accurate qualified lookup;
Wed, 05 Apr 2017 22:00:44 +0200 wenzelm uniform import_name, with treatment of global and qualified theories;
Tue, 04 Apr 2017 19:51:56 +0200 wenzelm clarified: allow to qualify theories from ROOT;
Tue, 04 Apr 2017 19:40:47 +0200 wenzelm refer to global_theories from all sessions, before selection;
Tue, 04 Apr 2017 16:18:53 +0200 wenzelm back to more liberal imports (amending 908a27a4b9c9): tolerate mixed situations like "GCD" vs. "~~/src/HOL/GCD";
Mon, 03 Apr 2017 21:17:47 +0200 wenzelm clarified imports;
Mon, 03 Apr 2017 17:00:36 +0200 wenzelm tuned signature;
Mon, 03 Apr 2017 16:36:45 +0200 wenzelm provide session qualifier via resources;
Mon, 03 Apr 2017 14:29:44 +0200 wenzelm proper qualifier (again, see df4cd6e1fdfa);
Mon, 03 Apr 2017 13:39:13 +0200 wenzelm simplified direct theory name (again, see also 570ba266f5b5, 2a7f9e79cb28);
Mon, 03 Apr 2017 12:41:06 +0200 wenzelm tuned signature;
Wed, 15 Mar 2017 11:07:07 +0100 wenzelm unused;
Wed, 15 Mar 2017 10:08:27 +0100 wenzelm tuned signature;
Mon, 09 Jan 2017 20:47:45 +0100 wenzelm clarified modules;
Mon, 09 Jan 2017 20:26:59 +0100 wenzelm tuned signature;
Sun, 08 Jan 2017 17:42:31 +0100 wenzelm tuned signature;
Sun, 08 Jan 2017 16:47:53 +0100 wenzelm resolve dependencies implicitly via File_Model, without jEdit Buffer_Model;
Sat, 07 Jan 2017 20:44:37 +0100 wenzelm clarified check_thy_reader: check node_name here;
Sat, 07 Jan 2017 20:37:48 +0100 wenzelm more uniform node_header (non-strict);
less more (0) -120 tip