src/Pure/PIDE/resources.ML
Mon, 16 Sep 2019 21:42:22 +0200 wenzelm clarified import_name: observe directory notation more strictly;
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, 03 Apr 2019 23:35:13 +0200 wenzelm tuned signature;
Sat, 30 Mar 2019 20:54:47 +0100 wenzelm clarified signature: more explicit type Path.binding;
Fri, 01 Mar 2019 16:49:41 +0100 wenzelm clarified signature;
Fri, 04 Jan 2019 21:49:06 +0100 wenzelm support for isabelle update -u control_cartouches;
Tue, 27 Nov 2018 21:07:39 +0100 wenzelm more accurate positions for "name" (quoted string) and "embedded" (cartouche): refer to content without delimiters, which is e.g. relevant for systematic selection/renaming of scope groups;
Mon, 12 Nov 2018 15:14:12 +0100 wenzelm clarified signature;
Sat, 10 Nov 2018 19:39:38 +0100 wenzelm added ML antiquotation @{master_dir};
Sat, 10 Nov 2018 19:01:20 +0100 wenzelm tuned signature;
Mon, 05 Nov 2018 15:00:55 +0100 wenzelm prefer symbolic path: it is potentially persisted;
Sun, 06 May 2018 22:15:52 +0200 wenzelm tuned signature;
Sun, 06 May 2018 19:10:21 +0200 wenzelm tuned signature;
Sat, 05 May 2018 22:33:35 +0200 wenzelm protocol message for export of theory resources;
Tue, 23 Jan 2018 19:25:39 +0100 wenzelm treat sessions as entities with defining position;
Fri, 19 Jan 2018 15:20:13 +0100 wenzelm sort completion result;
Fri, 19 Jan 2018 14:55:46 +0100 wenzelm formal treatment of documentation names;
Thu, 18 Jan 2018 21:41:30 +0100 wenzelm clarified access to antiquotation options;
Tue, 09 Jan 2018 15:40:12 +0100 wenzelm clarified modules;
Sat, 16 Dec 2017 21:53:07 +0100 wenzelm added document antiquotation @{session name};
Sat, 16 Dec 2017 17:23:00 +0100 wenzelm tuned;
Sat, 16 Dec 2017 16:46:01 +0100 wenzelm PIDE markup for session ROOT files;
Sat, 16 Dec 2017 15:15:51 +0100 wenzelm tuned;
Sat, 16 Dec 2017 12:27:10 +0100 wenzelm clarified signature;
Wed, 06 Dec 2017 18:59:33 +0100 wenzelm prefer control symbol antiquotations;
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);
Fri, 06 Oct 2017 21:14:00 +0200 wenzelm clarified error for bad session-qualified imports;
Thu, 28 Sep 2017 15:11:32 +0200 wenzelm session-qualified theory names are mandatory;
Thu, 28 Sep 2017 11:53:55 +0200 wenzelm discontinued extra checks (see ce676a750575 and 60c159d490a2) -- qualified theory names are meant to cover this;
Fri, 21 Apr 2017 14:09:03 +0200 wenzelm eliminated default_qualifier: just a constant;
Tue, 18 Apr 2017 16:34:58 +0200 wenzelm exclude theories from other sessions;
Tue, 18 Apr 2017 14:19:49 +0200 wenzelm actually qualify theory names;
Mon, 17 Apr 2017 20:33:18 +0200 wenzelm uniform use of theory base name for presentation;
Thu, 13 Apr 2017 12:39:36 +0200 wenzelm clarified init_session_base / finish_session_base: retain some information for plain "isabelle process", without rechecking dependencies as in "isabelle console";
Thu, 13 Apr 2017 12:19:28 +0200 wenzelm tuned signature (again);
Wed, 12 Apr 2017 23:35:42 +0200 wenzelm tuned according to Scala version;
Wed, 12 Apr 2017 22:32:55 +0200 wenzelm clarified loaded_theories: map to qualified theory name;
Mon, 10 Apr 2017 16:43:12 +0200 wenzelm proper import qualifier for global theories;
Mon, 10 Apr 2017 11:52:21 +0200 wenzelm clarified, according to Scala version;
Sat, 08 Apr 2017 22:36:32 +0200 wenzelm more qualifier treatment, but in the end it is still ignored;
Sat, 08 Apr 2017 21:28:19 +0200 wenzelm provide Resources.import_name in ML, similar to Scala version;
Sat, 08 Apr 2017 21:09:34 +0200 wenzelm clarified;
Sat, 08 Apr 2017 20:56:41 +0200 wenzelm more session_base information in ML;
Fri, 07 Apr 2017 21:06:48 +0200 wenzelm refer to known_theory;
Fri, 07 Apr 2017 19:35:39 +0200 wenzelm provide session base for "isabelle build" and "isabelle console" ML process;
Mon, 27 Feb 2017 16:29:52 +0100 wenzelm absent timing information means zero, according to 0070053570c4, f235646b1b73;
Fri, 12 Aug 2016 14:19:27 +0200 wenzelm uniform ML and document antiquotations;
Fri, 12 Aug 2016 13:34:59 +0200 wenzelm clarified error;
Thu, 11 Aug 2016 18:26:44 +0200 wenzelm clarified antiquotations;
Sat, 10 Oct 2015 16:21:34 +0200 wenzelm more explicit HTML.symbols;
Fri, 09 Oct 2015 21:16:00 +0200 wenzelm more direct HTML presentation, without print mode;
Mon, 16 Mar 2015 16:26:02 +0100 wenzelm tuned message -- include completion;
Fri, 13 Mar 2015 12:58:49 +0100 wenzelm simplified Command.resolve_files in ML, using blobs_index from Scala;
Tue, 09 Dec 2014 22:13:48 +0100 wenzelm imitate command markup and rendering of Isabelle/jEdit in HTML output;
Wed, 03 Dec 2014 14:04:38 +0100 wenzelm tuned signature;
Fri, 07 Nov 2014 20:06:18 +0100 wenzelm prefer externally provided keywords -- Command.read_thy may degenerate to bootstrap_thy in case of errors;
Fri, 07 Nov 2014 16:36:55 +0100 wenzelm plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
Thu, 06 Nov 2014 15:47:04 +0100 wenzelm more explicit Keyword.keywords;
Thu, 06 Nov 2014 11:44:41 +0100 wenzelm simplified keyword kinds;
less more (0) -60 tip