src/Tools/jEdit/src/plugin.scala
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;
Mon, 04 Jan 2016 20:34:34 +0100 wenzelm stop dummy sessions as well;
Fri, 02 Oct 2015 16:56:46 +0200 wenzelm clarified init (again): isabelle.Main is responsible to provide basic JVM setup, jedit.jar picks this up (e.g. list of known fonts), plugin cannot be loaded in isolation without isabelle.Main;
Wed, 30 Sep 2015 14:49:39 +0200 wenzelm more robust system init (again), in case the plugin is started without isabelle.Main;
Wed, 30 Sep 2015 14:32:26 +0200 wenzelm clarified modules;
Tue, 29 Sep 2015 23:43:35 +0200 wenzelm clarified Isabelle_System.init;
Tue, 29 Sep 2015 16:28:02 +0200 wenzelm tuned GUI;
Tue, 29 Sep 2015 15:37:37 +0200 wenzelm build session within running jEdit;
Tue, 25 Aug 2015 16:49:14 +0200 wenzelm avoid deprecated PluginOptions with its unbounded window size;
Tue, 25 Aug 2015 13:46:24 +0200 wenzelm clarified undefined_blobs: already loaded theories are suppressed;
Sat, 15 Aug 2015 18:59:31 +0200 wenzelm more robust access to stable tip version: take all pending edits into account, don't assume model for current buffer;
Wed, 12 Aug 2015 13:53:51 +0200 wenzelm resolve undefined blobs by default, e.g. relevant for ML debugger to avoid reset of breakpoints after reload;
Wed, 12 Aug 2015 01:25:00 +0200 wenzelm clarified init/exit vs. session phase;
Thu, 30 Jul 2015 14:02:19 +0200 wenzelm clarified management of (single) session;
Thu, 07 May 2015 21:30:52 +0200 wenzelm no GUI_Thread for SideKick parsers (in contrast to 4c8205fe3644), to avoid danger of deadlock due to nested context switch;
Sun, 03 May 2015 00:01:10 +0200 wenzelm misc tuning, based on warnings by IntelliJ IDEA;
Tue, 28 Apr 2015 11:48:44 +0200 wenzelm tuned whitespace;
Tue, 28 Apr 2015 11:47:49 +0200 wenzelm avoid auto-load dialog while exit/closeAllBuffers is active: the perspective manager happens to indicate this precisely in jEdit 5.2.0;
Wed, 15 Apr 2015 14:01:28 +0200 wenzelm obsolete (see also 94b2690ad494);
Fri, 13 Mar 2015 21:35:48 +0100 wenzelm tuned signature;
Thu, 08 Jan 2015 20:56:39 +0100 wenzelm tuned;
Tue, 02 Dec 2014 14:16:56 +0100 wenzelm node-specific syntax, with base_syntax as default;
Fri, 07 Nov 2014 16:36:55 +0100 wenzelm plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
Mon, 18 Aug 2014 13:19:04 +0200 wenzelm merged;
Wed, 13 Aug 2014 20:21:04 +0200 wenzelm added option editor_syslog_limit;
Tue, 12 Aug 2014 12:06:22 +0200 wenzelm separate Java FX modules -- no need to include jfxrt.jar by default;
Tue, 05 Aug 2014 20:40:35 +0200 wenzelm added system option editor_output_delay: lower value might help big sessions under low-memory situations;
Fri, 25 Jul 2014 14:15:02 +0200 wenzelm tuned message;
Thu, 24 Jul 2014 15:54:56 +0200 wenzelm further distinction of Isabelle distribution: alert for identified release candidates;
Thu, 24 Jul 2014 11:51:22 +0200 wenzelm reconfirm continuous checking on startup, to address common trap of disabling it accidentally;
Wed, 23 Jul 2014 11:19:24 +0200 wenzelm clarified module name: facilitate alternative GUI frameworks;
Wed, 23 Jul 2014 11:08:24 +0200 wenzelm proper change of perspective for removed nodes (stemming from closed buffers);
Sun, 20 Jul 2014 19:36:46 +0200 wenzelm avoid delay_load overrun;
Fri, 02 May 2014 22:22:51 +0200 wenzelm fork Scala interpreter thread, independently of Swing_Thread;
Wed, 30 Apr 2014 22:34:11 +0200 wenzelm some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;
less more (0) -100 -60 tip