src/Tools/jEdit/src/plugin.scala
Fri, 01 Mar 2019 21:29:59 +0100 wenzelm system option "system_heaps" supersedes various command-line options for "system build mode";
Wed, 30 Jan 2019 16:07:06 +0100 wenzelm tuned signature;
Fri, 11 Jan 2019 22:35:41 +0100 wenzelm clarified signature;
Thu, 13 Dec 2018 15:21:34 +0100 wenzelm clarified modules and signature;
Fri, 30 Nov 2018 14:46:00 +0100 wenzelm use Isabelle fonts for all GUI look-and-feels;
Wed, 07 Nov 2018 21:42:16 +0100 wenzelm more general support for Isabelle/PIDE file formats -- less hardwired Bibtex operations;
Fri, 04 May 2018 16:22:09 +0200 wenzelm set view title dynamically;
Fri, 16 Mar 2018 22:50:56 +0100 wenzelm prefer typed UUID;
Thu, 28 Dec 2017 21:45:28 +0100 wenzelm implicit thy_load context for bibtex files;
Sun, 12 Nov 2017 19:46:19 +0100 wenzelm tuned signature;
Wed, 01 Nov 2017 15:32:07 +0100 wenzelm added isabelle jedit options -B, -P, clarified -R;
Tue, 31 Oct 2017 15:55:50 +0100 wenzelm clarified modules;
Fri, 29 Sep 2017 17:35:09 +0200 wenzelm tuned;
Fri, 29 Sep 2017 17:28:44 +0200 wenzelm tuned signature;
Mon, 04 Sep 2017 15:25:25 +0200 wenzelm more thorough change of syntax style extender: jEdit.propertiesChanged invalidates buffer chunk cache;
Fri, 01 Sep 2017 15:42:10 +0200 wenzelm clarified startup sequence;
Fri, 01 Sep 2017 14:58:19 +0200 wenzelm more robust;
Thu, 31 Aug 2017 16:35:09 +0200 wenzelm tolerate errors in session structure, although this may lead to confusion about theory imports later on;
Sun, 20 Aug 2017 18:45:42 +0200 wenzelm more robust plugin restart;
Sun, 20 Aug 2017 18:30:20 +0200 wenzelm more robust shutdown, e.g. when plugin is stopped;
Sun, 06 Aug 2017 17:38:54 +0200 wenzelm tuned signature;
Tue, 13 Jun 2017 20:19:25 +0200 wenzelm tuned;
Tue, 13 Jun 2017 20:16:39 +0200 wenzelm clarified modules;
Mon, 05 Jun 2017 23:55:58 +0200 wenzelm HTML preview via builtin HTTP server;
Mon, 24 Apr 2017 11:05:24 +0200 wenzelm clarified modules;
Sun, 23 Apr 2017 14:27:22 +0200 wenzelm prefer strict operation (despite 8edca3465758): there might be errors from all_known = true (ae09b9f5980b);
Fri, 21 Apr 2017 18:57:30 +0200 wenzelm afford unconditional all_known = true (reverting ea42dfd95ec8), for practical usability of qualified imports from arbitrary sessions;
Wed, 19 Apr 2017 16:24:59 +0200 wenzelm optionally explore all sessions -- potentially slow, e.g. for AFP;
Tue, 11 Apr 2017 20:27:14 +0200 wenzelm more informative known_files: known_theories within the local session directory come first;
Mon, 03 Apr 2017 16:50:44 +0200 wenzelm tuned;
Mon, 03 Apr 2017 16:36:45 +0200 wenzelm provide session qualifier via resources;
Sun, 19 Mar 2017 20:28:21 +0100 wenzelm updated to jedit-5.4.0;
Sat, 18 Mar 2017 22:11:05 +0100 wenzelm more informative session result;
Thu, 16 Mar 2017 21:09:13 +0100 wenzelm tuned;
Thu, 16 Mar 2017 11:25:09 +0100 wenzelm clarified message: exception output usally happens in a context without extra newline;
Wed, 15 Mar 2017 17:24:48 +0100 wenzelm clarified message;
Wed, 15 Mar 2017 16:58:52 +0100 wenzelm keep PIDE.plugin for the sake of still open dockables etc. -- jEdit exits these *after* the stop operation;
Wed, 15 Mar 2017 16:55:37 +0100 wenzelm keep style extender for the sake of potentially remaining token markers;
Wed, 15 Mar 2017 15:50:28 +0100 wenzelm dynamic session_options for tuning parameters and initial prover options;
Wed, 15 Mar 2017 15:39:15 +0100 wenzelm strict initialization of plugin.session: no user errors to be expected before session.start;
Wed, 15 Mar 2017 14:29:55 +0100 wenzelm resources are part of early/strict initialization, but session_base is permissive to avoid crash of "isabelle jedit -l BAD";
Wed, 15 Mar 2017 14:08:36 +0100 wenzelm clarified initialization;
Wed, 15 Mar 2017 14:04:58 +0100 wenzelm clarified initialization;
Wed, 15 Mar 2017 13:35:14 +0100 wenzelm clarified modules;
Wed, 15 Mar 2017 13:09:08 +0100 wenzelm more explicit strict vs. non-strict initialization;
Wed, 15 Mar 2017 12:41:22 +0100 wenzelm more explicit options;
Tue, 14 Mar 2017 23:25:53 +0100 wenzelm tuned signature;
Tue, 14 Mar 2017 22:05:59 +0100 wenzelm tuned;
Tue, 14 Mar 2017 21:54:46 +0100 wenzelm tuned signature;
Tue, 14 Mar 2017 21:43:54 +0100 wenzelm clarified singleton module;
Tue, 14 Mar 2017 21:36:27 +0100 wenzelm proper plugin access;
Tue, 14 Mar 2017 21:32:12 +0100 wenzelm clarified modules;
Tue, 14 Mar 2017 21:26:25 +0100 wenzelm proper plugin access;
Tue, 14 Mar 2017 21:24:33 +0100 wenzelm tuned;
Tue, 14 Mar 2017 21:14:57 +0100 wenzelm prefer local variables;
Tue, 14 Mar 2017 21:11:04 +0100 wenzelm clarified modules;
Tue, 14 Mar 2017 20:50:21 +0100 wenzelm avoid global variables with implicit initialization;
Tue, 14 Mar 2017 20:39:50 +0100 wenzelm more robust early initialization;
Tue, 14 Mar 2017 19:46:53 +0100 wenzelm afford early initialization of JEdit_Options, but it may lead to messy exception trace for malformed etc/preferences (see also 6eeaaefcea56);
Tue, 14 Mar 2017 11:49:51 +0100 wenzelm tuned;
less more (0) -100 -60 tip