src/Tools/jEdit/src/session_dockable.scala
Wed, 28 Nov 2012 14:55:46 +0100 wenzelm smarter list layout;
Sun, 25 Nov 2012 21:40:34 +0100 wenzelm tuned signature;
Sun, 25 Nov 2012 21:35:29 +0100 wenzelm tuned signature;
Sun, 25 Nov 2012 20:59:32 +0100 wenzelm renamed main plugin object to PIDE;
Sat, 24 Nov 2012 14:50:19 +0100 wenzelm improved editing support for control styles;
Sun, 18 Nov 2012 15:28:58 +0100 wenzelm update options via protocol;
Tue, 25 Sep 2012 12:17:58 +0200 wenzelm tuned;
Sat, 22 Sep 2012 14:03:01 +0200 wenzelm tuned signature;
Fri, 14 Sep 2012 13:52:16 +0200 wenzelm more static handling of rendering options;
Fri, 14 Sep 2012 12:46:33 +0200 wenzelm tuned options (again);
Tue, 11 Sep 2012 22:54:12 +0200 wenzelm provide color values via options;
Mon, 10 Sep 2012 19:49:30 +0200 wenzelm more detailed option tooltip;
Mon, 10 Sep 2012 17:13:17 +0200 wenzelm more systematic JEdit_Options.make_component;
Mon, 10 Sep 2012 15:20:50 +0200 wenzelm manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
Fri, 31 Aug 2012 14:52:29 +0200 wenzelm recovered ScrollPane from d899be1cfe6d;
Tue, 21 Aug 2012 12:15:25 +0200 wenzelm clarified initialization of Thy_Load, Thy_Info, Session;
Tue, 29 May 2012 22:24:31 +0200 wenzelm separate syslog dockable -- discontinued tendency of sub-window management via tabs;
Tue, 29 May 2012 20:38:40 +0200 wenzelm make double sure that GUI components are up-to-date after init;
Tue, 29 May 2012 16:39:42 +0200 wenzelm separate README dockable, which allows to make it more prominent first and remove it later;
Thu, 19 Apr 2012 21:42:24 +0200 wenzelm tuned imports;
Wed, 14 Mar 2012 15:09:33 +0100 wenzelm prefer asynchronous context switch from actor to swing thread, to reduce danger of deadlocks;
Sat, 03 Mar 2012 17:30:14 +0100 wenzelm tuned signature -- emphasize Isabelle_Process Input vs. Output;
Sat, 03 Mar 2012 16:59:30 +0100 wenzelm explicit syslog_limit reduces danger of low-level message flooding;
Thu, 01 Mar 2012 11:28:33 +0100 wenzelm clarified document nodes (full import graph) vs. node_status (non-preloaded theories);
Mon, 27 Feb 2012 23:35:11 +0100 wenzelm more explicit development graph;
Sun, 26 Feb 2012 20:05:14 +0100 wenzelm include warning messages in node status;
Sun, 26 Feb 2012 17:44:09 +0100 wenzelm more abstract class Document.Version;
Thu, 01 Dec 2011 14:29:14 +0100 wenzelm clarified modules (again) -- NB: both Document and Protocol are specific to this particular prover;
Tue, 29 Nov 2011 20:18:02 +0100 wenzelm clarified modules;
Mon, 28 Nov 2011 20:39:08 +0100 wenzelm renamed Isabelle_Markup to Isabelle_Rendering to emphasize its meaning and make room for Pure Isabelle_Markup module;
Tue, 27 Sep 2011 22:35:57 +0200 wenzelm proper platform_file_url;
Tue, 27 Sep 2011 22:14:15 +0200 wenzelm observe base URL of rendered document;
Tue, 20 Sep 2011 15:23:17 +0200 wenzelm more careful treatment of initial update, similar to output panel;
Mon, 19 Sep 2011 22:13:51 +0200 wenzelm double clicks switch to document node buffer;
Mon, 19 Sep 2011 21:53:07 +0200 wenzelm tuned;
Mon, 19 Sep 2011 21:41:48 +0200 wenzelm explicit border independent of UI (cf. ad5883642a83, 2bec3b7514cf);
Sun, 18 Sep 2011 21:15:31 +0200 wenzelm additional space for borderless UI;
Sun, 18 Sep 2011 20:26:08 +0200 wenzelm more robust treatment of empty insets (NB: border may be null on some UIs, e.g. Windows);
Sun, 18 Sep 2011 00:05:22 +0200 wenzelm graph traversal in topological order;
Sat, 17 Sep 2011 22:13:15 +0200 wenzelm more precise painting;
Sat, 17 Sep 2011 21:28:52 +0200 wenzelm more elaborate Node_Renderer, which paints node_name.theory only;
Sat, 10 Sep 2011 20:39:13 +0200 wenzelm stronger colors (as background);
Sat, 10 Sep 2011 20:22:22 +0200 wenzelm some color scheme for theory status;
Sat, 10 Sep 2011 16:30:08 +0200 wenzelm some keyboard shortcuts for important actions;
Sat, 10 Sep 2011 14:48:06 +0200 wenzelm explicit jEdit actions -- to enable key mappings, for example;
Wed, 07 Sep 2011 11:17:19 +0200 wenzelm added "check" button: adhoc change to full buffer perspective;
Wed, 07 Sep 2011 11:00:39 +0200 wenzelm added "cancel" button based on cancel_execution, not interrupt (cf. 156be0e43336);
Tue, 06 Sep 2011 11:25:27 +0200 wenzelm more specific message channels to avoid potential bottle-neck of raw_messages;
Sat, 03 Sep 2011 12:31:27 +0200 wenzelm some support to prune_history;
Thu, 01 Sep 2011 16:58:41 +0200 wenzelm sort wrt. theory name;
Thu, 01 Sep 2011 14:10:52 +0200 wenzelm more flexible sorting;
Thu, 01 Sep 2011 13:34:45 +0200 wenzelm more abstract Document.Node.Name;
Wed, 31 Aug 2011 22:10:07 +0200 wenzelm crude display of node status;
Wed, 31 Aug 2011 17:36:10 +0200 wenzelm some support for theory status overview;
Sat, 20 Aug 2011 20:24:12 +0200 wenzelm discontinued "Interrupt", which could disturb administrative tasks of the document model;
Fri, 19 Aug 2011 13:55:32 +0200 wenzelm editable raw text areas: allow user to clear content;
Sat, 09 Jul 2011 21:53:27 +0200 wenzelm echo prover input via raw_messages, for improved protocol tracing;
Mon, 04 Jul 2011 22:11:32 +0200 wenzelm quasi-static Isabelle_System -- reduced tendency towards "functorial style";
Thu, 30 Jun 2011 14:55:01 +0200 wenzelm prefer Isabelle path algebra;
Thu, 23 Jun 2011 14:52:32 +0200 wenzelm explicit import java.lang.System to prevent odd scope problems;
less more (0) tip