src/Pure/PIDE/markup.ML
Mon, 07 Dec 2020 16:28:44 +0100 wenzelm clarified markup (refining 1c59b555ac4a);
Mon, 07 Dec 2020 16:09:06 +0100 wenzelm more accurate markup (refining 1c59b555ac4a);
Sat, 28 Nov 2020 21:56:24 +0100 wenzelm added document antiquotation @{tool};
Wed, 25 Nov 2020 15:24:55 +0100 wenzelm tuned signature;
Wed, 25 Nov 2020 15:12:02 +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);
Tue, 29 Sep 2020 13:19:34 +0200 wenzelm allow Scala function execution on separate thread: better reactivity, but potential overloading of the JVM;
Sat, 15 Aug 2020 13:37:34 +0200 wenzelm provide protocol handlers via isabelle_system_service;
Fri, 07 Aug 2020 22:57:14 +0200 wenzelm provide POLYSTATSDIR to keep $HOME/.polyml clean (requires Poly/ML 52881757b127, otherwise ignored);
Fri, 07 Aug 2020 22:19:32 +0200 wenzelm clarified names;
Fri, 07 Aug 2020 20:19:49 +0200 wenzelm ML statistics via external process: allows monitoring RTS while ML program sleeps;
Thu, 06 Aug 2020 23:13:24 +0200 wenzelm unused;
Thu, 06 Aug 2020 22:43:40 +0200 wenzelm discontinued old batch-build functionality;
Wed, 08 Jul 2020 14:43:02 +0200 wenzelm more robust protocol for "Timing ..." messages, notably for pide_session=true;
Wed, 27 May 2020 20:51:25 +0200 wenzelm clarified markup;
Wed, 27 May 2020 14:27:22 +0200 wenzelm check bash functions against Isabelle settings environment;
Sun, 24 May 2020 19:45:42 +0200 wenzelm proper check of registered Scala functions;
Wed, 02 Oct 2019 14:45:37 +0200 wenzelm more robust: avoid update/interrupt of long-running print_consolidation;
Fri, 06 Sep 2019 19:44:54 +0200 wenzelm prefer commands_accepted: fewer protocol messages;
Sat, 10 Aug 2019 12:53:35 +0200 wenzelm allow duplicate exports via strict = false;
Thu, 02 May 2019 14:05:59 +0200 wenzelm clarified PIDE markup;
Fri, 12 Apr 2019 19:48:29 +0200 wenzelm report document tags as seen in the text (not the active tag of Thy_Output.present_thy);
Sat, 30 Mar 2019 22:51:38 +0100 wenzelm more PIDE markup and hyperlinks;
Sun, 24 Mar 2019 17:53:46 +0100 wenzelm clarified spell-checking (see also 30233285270a);
Sun, 24 Mar 2019 17:24:24 +0100 wenzelm more markup for various text kinds, notably for nested formal comments;
Sun, 24 Mar 2019 13:48:46 +0100 wenzelm documentation of document markers and re-interpreted command tags;
Sun, 17 Mar 2019 20:03:55 +0100 wenzelm more meta data from "dcterms" (superset of "dc");
Sun, 10 Mar 2019 14:19:30 +0100 wenzelm markup and document markers for some meta data from "Dublin Core Metadata Element Set";
Sun, 10 Mar 2019 00:21:34 +0100 wenzelm added semantic document markers;
Mon, 04 Feb 2019 15:45:40 +0100 wenzelm added executable flag for exports;
Mon, 14 Jan 2019 13:58:12 +0100 wenzelm clarified message;
Sun, 13 Jan 2019 19:42:06 +0100 wenzelm support hyperlink to theory exports;
Mon, 31 Dec 2018 13:07:24 +0100 wenzelm update theory sources based on PIDE markup;
Fri, 30 Nov 2018 23:43:10 +0100 wenzelm more general command 'generate_file' for registered file types, notably Haskell;
Sun, 25 Nov 2018 21:10:55 +0100 wenzelm tuned signature (see also src/Tools/Haskell/Markup.hs);
Wed, 21 Nov 2018 14:33:30 +0100 wenzelm more comment markup;
Mon, 19 Nov 2018 12:39:39 +0100 wenzelm unused -- left-over from Proof General;
Tue, 30 Oct 2018 22:05:30 +0100 wenzelm added GHC.read_source: read Haskell source text with antiquotations;
Sat, 15 Sep 2018 23:35:46 +0200 wenzelm more exports;
Sun, 02 Sep 2018 22:30:08 +0200 wenzelm clarified quasi_consolidated state: ensure that exports are present for ok nodes;
Sat, 01 Sep 2018 20:20:50 +0200 wenzelm more explicit status for "canceled" command within theory node;
Mon, 27 Aug 2018 19:29:07 +0200 wenzelm simplified markup;
Tue, 29 May 2018 22:25:59 +0200 wenzelm more node status information;
Sun, 27 May 2018 13:42:01 +0200 wenzelm markup for deleted fragments of token source (NB: quoted tokens transform "\123" implicitly);
Mon, 07 May 2018 17:11:01 +0200 wenzelm store exports within PIDE command state;
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;
Thu, 25 Jan 2018 15:21:05 +0100 wenzelm more markup: disable spell-checker for raw latex;
Sun, 14 Jan 2018 16:21:29 +0100 wenzelm allow LaTeX source as formal comment;
Wed, 03 Jan 2018 20:55:13 +0100 wenzelm HTML output for Markdown elements;
Tue, 02 Jan 2018 19:52:17 +0100 wenzelm PIDE markup for Markdown items (which may consist of multiple paragraphs or lists);
Tue, 02 Jan 2018 15:38:22 +0100 wenzelm clarified terminology of "markdown_bullet";
Sat, 16 Dec 2017 21:53:07 +0100 wenzelm added document antiquotation @{session name};
Tue, 12 Dec 2017 16:12:48 +0100 wenzelm simplified positions -- line is also human-readable in generated .tex file;
Sun, 10 Dec 2017 14:29:14 +0100 wenzelm more explicit latex errors;
Sat, 04 Nov 2017 12:25:09 +0100 wenzelm more portable print_time, notably for occasional negative (!) elapsed time of theory_timing;
Mon, 16 Oct 2017 14:32:09 +0200 wenzelm provide theory timing information, similar to command timing but always considered relevant;
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, 12 Jun 2017 10:58:10 +0200 wenzelm tuned signature;
less more (0) -100 -60 tip