src/Tools/jEdit/src/theories_dockable.scala
Mon, 18 Feb 2019 16:13:10 +0100 wenzelm suppress nodes with vacuous status, notably empty nodes (amending 5f160df596c1);
Mon, 18 Feb 2019 16:04:52 +0100 wenzelm tuned;
Mon, 18 Feb 2019 15:57:06 +0100 wenzelm more robust: avoid potentially unrelated snapshot for the sake of is_suppressed;
Sun, 17 Feb 2019 22:15:02 +0100 wenzelm clarified Node_Status vs. is_suppressed, e.g. relevant for purged nodes in Theories_Dockable after 0626cae56b6f;
Wed, 07 Nov 2018 21:42:16 +0100 wenzelm more general support for Isabelle/PIDE file formats -- less hardwired Bibtex operations;
Tue, 04 Sep 2018 14:47:50 +0200 wenzelm tuned signature;
Tue, 04 Sep 2018 14:40:31 +0200 wenzelm clarified Nodes_Status;
Sat, 18 Aug 2018 17:29:49 +0200 wenzelm tuned signature;
Sat, 18 Aug 2018 15:02:08 +0200 wenzelm tuned;
Sat, 18 Aug 2018 14:59:40 +0200 wenzelm tuned;
Sat, 18 Aug 2018 14:55:53 +0200 wenzelm tuned signature;
Sat, 18 Aug 2018 14:42:42 +0200 wenzelm clarified signature;
Sat, 18 Aug 2018 14:35:48 +0200 wenzelm clarified signature;
Sat, 18 Aug 2018 14:16:24 +0200 wenzelm clarified signature;
Sat, 18 Aug 2018 13:52:12 +0200 wenzelm trim nodes_status: avoid potential memory leak;
Sat, 18 Aug 2018 13:40:23 +0200 wenzelm simplified (cf. dcd69422b953);
Sat, 18 Aug 2018 13:33:40 +0200 wenzelm clarified modules;
Sat, 18 Aug 2018 12:41:05 +0200 wenzelm clarified modules;
Tue, 29 May 2018 20:00:10 +0200 wenzelm tuned signature;
Sun, 27 May 2018 22:21:43 +0200 wenzelm clarified signature -- avoid confusion with Resources.is_hidden;
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;
Fri, 01 Sep 2017 15:15:29 +0200 wenzelm more robust: provide docking framework via base plugin;
Sun, 20 Aug 2017 20:05:36 +0200 wenzelm proper update of options (amending c3d6dd17d626);
Mon, 14 Aug 2017 16:03:24 +0200 wenzelm tuned GUI;
Mon, 14 Aug 2017 15:52:07 +0200 wenzelm tuned GUI;
Mon, 14 Aug 2017 15:40:48 +0200 wenzelm proper tooltip (amending fd8a65b026f1);
Mon, 14 Aug 2017 13:58:38 +0200 wenzelm tuned GUI;
Mon, 14 Aug 2017 13:53:49 +0200 wenzelm more explicit failure;
Mon, 14 Aug 2017 11:30:07 +0200 wenzelm explicit indication of consolidated nodes;
Tue, 27 Jun 2017 21:56:56 +0200 wenzelm clarified defaults;
Tue, 27 Jun 2017 21:36:58 +0200 wenzelm tuned signature;
Sat, 24 Jun 2017 21:23:48 +0200 wenzelm back to scala-2.12.2, after a41435469559;
Tue, 13 Jun 2017 20:16:39 +0200 wenzelm clarified modules;
Wed, 07 Jun 2017 20:46:03 +0200 wenzelm more tooltips;
Mon, 22 May 2017 00:23:25 +0200 wenzelm back to scala-2.11.8 due to apparent non-termination of HOL-Codegenerator_Test;
Fri, 19 May 2017 16:43:11 +0200 wenzelm updated to scala-2.12.2;
Mon, 17 Apr 2017 15:23:51 +0200 wenzelm tuned GUI;
Mon, 03 Apr 2017 17:00:36 +0200 wenzelm tuned signature;
Mon, 03 Apr 2017 12:41:06 +0200 wenzelm tuned signature;
Wed, 15 Mar 2017 12:41:22 +0100 wenzelm more explicit options;
Tue, 14 Mar 2017 21:43:54 +0100 wenzelm clarified singleton module;
Mon, 13 Mar 2017 12:04:11 +0100 wenzelm clarified Session.Phase;
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 14:34:53 +0100 wenzelm separate Buffer_Model vs. File_Model;
Fri, 06 Jan 2017 13:27:18 +0100 wenzelm manage buffer models as explicit global state;
Fri, 04 Nov 2016 13:27:31 +0100 wenzelm back to stable scala-2.11.8;
Thu, 03 Nov 2016 17:51:10 +0100 wenzelm updated to scala-2.12.0;
Thu, 14 Apr 2016 12:08:38 +0200 wenzelm clarified modules;
Mon, 04 Jan 2016 21:42:32 +0100 wenzelm node_status update is back on GUI thread (reverting 3ad2b2055ffc) -- avoid potential deadlock of GUI_Thread.now during shutdown, when GUI thread is already terminated;
Sat, 21 Nov 2015 14:09:08 +0100 wenzelm tuned;
Mon, 05 Oct 2015 14:17:20 +0200 wenzelm produce nodes_status outside GUI thread, to avoid a few milliseconds of blocking;
Tue, 11 Aug 2015 17:00:16 +0200 wenzelm support hyperlinks with optional focus change;
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 13:01:30 +0200 wenzelm more explicit discrimination of empty nodes -- suppress from Theories panel;
Wed, 23 Jul 2014 11:19:24 +0200 wenzelm clarified module name: facilitate alternative GUI frameworks;
Fri, 25 Apr 2014 12:51:08 +0200 wenzelm clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
Tue, 22 Apr 2014 23:49:15 +0200 wenzelm avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
less more (0) -60 tip