src/Tools/jEdit/src/plugin.scala
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;
Tue, 14 Mar 2017 10:49:07 +0100 wenzelm more robust debugger initialization, e.g. required for GUI components before actual session startup;
Mon, 13 Mar 2017 20:33:42 +0100 wenzelm proper local debugger state, depending on session;
Mon, 13 Mar 2017 15:59:00 +0100 wenzelm tuned signature;
Mon, 13 Mar 2017 12:04:11 +0100 wenzelm clarified Session.Phase;
Thu, 12 Jan 2017 11:20:40 +0100 wenzelm tuned signature;
Thu, 12 Jan 2017 11:17:05 +0100 wenzelm tuned signature;
Mon, 09 Jan 2017 22:54:48 +0100 wenzelm update File_Model based on file-system events;
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 17:36:00 +0100 wenzelm avoid immediate editor.flush on buffer events;
Sun, 08 Jan 2017 16:47:53 +0100 wenzelm resolve dependencies implicitly via File_Model, without jEdit Buffer_Model;
Sat, 07 Jan 2017 15:16:36 +0100 wenzelm clarified buffer events: exit model while loading;
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;
Tue, 20 Dec 2016 21:35:56 +0100 wenzelm clarified module name;
Sun, 18 Dec 2016 21:58:13 +0100 wenzelm added isabelle jedit -R;
Thu, 24 Nov 2016 15:21:54 +0100 wenzelm explicit option editor_generated_input_delay, which is more aggressive by default;
Wed, 23 Nov 2016 16:15:17 +0100 wenzelm delay_first for machine generated editor events: avoid starvation, e.g. when operating on big sessions;
Thu, 10 Nov 2016 10:20:11 +0100 wenzelm more robust jedit_auto_resolve: avoid losing events deps_changed() / delay_load.invoke();
Thu, 01 Sep 2016 17:35:17 +0200 wenzelm tuned GUI: modal dialog last;
Thu, 01 Sep 2016 15:18:14 +0200 wenzelm separate action;
Thu, 01 Sep 2016 14:57:36 +0200 wenzelm check keymap changes on startup;
Thu, 14 Apr 2016 12:08:38 +0200 wenzelm clarified modules;
Fri, 08 Apr 2016 22:48:25 +0200 wenzelm backout 930a30c1a9af: leads to odd effect of command-line options becoming persistent preferences;
Fri, 08 Apr 2016 20:52:40 +0200 wenzelm option "-o" for "isabelle jedit";
Thu, 04 Feb 2016 21:53:06 +0100 wenzelm re-init document views for the sake of Text_Overview size;
Thu, 21 Jan 2016 20:57:37 +0100 wenzelm report error on internal channel as well: startup_failure dialog may be too late;
Thu, 21 Jan 2016 20:50:34 +0100 wenzelm clarified errors: more explicit treatment of uninitialized state;
Tue, 05 Jan 2016 17:14:34 +0100 wenzelm more robust event propagation;
Tue, 05 Jan 2016 15:40:25 +0100 wenzelm fewer use of GUI_Thread.now to reduce danger of deadlock on shutdown;
less more (0) -100 -60 tip