Wed, 02 Apr 2014 13:03:01 +0200 wenzelm observe extra line spacing for output as well;
Wed, 02 Apr 2014 12:26:11 +0200 wenzelm persistent protocol_status, to improve performance of node_status a little;
Wed, 02 Apr 2014 11:55:37 +0200 wenzelm more uniform painting of caret, which also improves visibility in invisible state;
Wed, 02 Apr 2014 11:08:16 +0200 wenzelm tuned rendering -- visual indication of the status range, to make more clear when information might is out of view;
Tue, 01 Apr 2014 23:04:22 +0200 wenzelm tuned for-comprehensions -- less structure mapping;
Tue, 01 Apr 2014 22:25:01 +0200 wenzelm some rephrasing to ensure that this becomes cheap "foreach" and not expensive "map" (cf. 0fc032898b05);
Tue, 01 Apr 2014 20:22:25 +0200 wenzelm more direct command states -- merge_results is hardly ever needed;
Tue, 01 Apr 2014 17:29:47 +0200 wenzelm unused;
Tue, 01 Apr 2014 17:26:32 +0200 wenzelm more frugal command_status, which is often used in a tight loop;
Tue, 01 Apr 2014 16:16:25 +0200 wenzelm simplified using "value class";
Tue, 01 Apr 2014 11:02:40 +0200 traytel more precise BNF bound for datatypes
Tue, 01 Apr 2014 10:51:29 +0200 blanchet compile
Tue, 01 Apr 2014 10:51:29 +0200 blanchet tuning
Tue, 01 Apr 2014 10:51:29 +0200 blanchet added new-style (co)datatype interpretation hook
Tue, 01 Apr 2014 10:51:29 +0200 blanchet added BNF interpretation hook
Tue, 01 Apr 2014 10:51:29 +0200 blanchet added 'ctr_sugar' interpretation hook
Tue, 01 Apr 2014 10:04:05 +0200 traytel tuned
Mon, 31 Mar 2014 21:15:26 +0200 wenzelm merged
Mon, 31 Mar 2014 21:13:51 +0200 wenzelm cumulative NEWS;
Mon, 31 Mar 2014 20:45:30 +0200 wenzelm observe focus change for all tooltips, e.g. relevant for focus change to unrelated components;
Mon, 31 Mar 2014 20:07:59 +0200 wenzelm clear active areas (notably mouse pointer) before changing context (e.g. via hyperlink);
Mon, 31 Mar 2014 18:28:35 +0200 wenzelm reset mouse pointer more decisively, for the sake of Mac OS X (despite the builtin policie of jEdit);
Mon, 31 Mar 2014 17:41:45 +0200 wenzelm proper structural hashCode, which is required for Command.File equals (NB: Array has physical object identity);
Mon, 31 Mar 2014 15:34:37 +0200 wenzelm tuned output;
Mon, 31 Mar 2014 15:28:14 +0200 wenzelm tuned signature -- more static typing;
Mon, 31 Mar 2014 15:05:24 +0200 wenzelm store blob content within document node: aux. files that were once open are made persistent;
Mon, 31 Mar 2014 12:35:39 +0200 wenzelm some shortcuts for chunks, which sometimes avoid bulky string output;
Mon, 31 Mar 2014 10:28:08 +0200 wenzelm support bulk messages consisting of small string segments, which are more healthy to the Poly/ML RTS and might prevent spurious GC crashes such as MTGCProcessMarkPointers::ScanAddressesInObject;
Mon, 31 Mar 2014 17:17:37 +0200 hoelzl tuned proofs
Mon, 31 Mar 2014 12:32:15 +0200 hoelzl add complex_of_real coercion
Mon, 31 Mar 2014 12:16:39 +0200 hoelzl add limits of power at top and bot
Mon, 31 Mar 2014 12:16:37 +0200 hoelzl add connected_local_const
Mon, 31 Mar 2014 12:16:35 +0200 hoelzl add rules about infinity of intervals
Sun, 30 Mar 2014 21:24:59 +0200 wenzelm tuned proofs;
Sun, 30 Mar 2014 21:03:40 +0200 wenzelm immediate completion even with delay, which is the default according to 638b29331549;
Sun, 30 Mar 2014 20:23:26 +0200 wenzelm special treatment for various kinds of selections: imitate normal flow of editing;
Sat, 29 Mar 2014 21:26:11 +0100 wenzelm merged
Sat, 29 Mar 2014 20:41:50 +0100 wenzelm do not absorb vacuous copy operation, e.g. relevant when tooltip has focus but no selection, while the main text area has a selection but no focus;
Sat, 29 Mar 2014 20:22:38 +0100 wenzelm check global mouse status before opening tooltip, e.g. relevant when the mouse has moved outside the window and mouse events are no longer seen by this component;
Sat, 29 Mar 2014 12:42:24 +0100 wenzelm dismiss all popups on mouse drags, e.g. to avoid conflict of C-hover of Isabelle/jEdit and C-selection of jEdit;
Fri, 28 Mar 2014 18:21:07 -0700 huffman tuned proofs
Fri, 28 Mar 2014 18:21:20 -0700 huffman minimized imports
Sat, 29 Mar 2014 12:05:24 +0100 wenzelm merged
Sat, 29 Mar 2014 11:29:42 +0100 wenzelm tuned rendering -- change mouse pointer for active areas;
Sat, 29 Mar 2014 10:49:32 +0100 wenzelm propagate deps_changed, to resolve missing files without requiring jEdit events (e.g. buffer load/save);
Sat, 29 Mar 2014 10:17:09 +0100 wenzelm tuned signature;
Sat, 29 Mar 2014 09:34:51 +0100 wenzelm tuned signature;
Sat, 29 Mar 2014 09:24:39 +0100 wenzelm tuned -- see Text.Range.overlaps(Range);
Sat, 29 Mar 2014 11:41:39 +0100 nipkow tuned
Fri, 28 Mar 2014 21:17:47 +0100 wenzelm tuned;
Thu, 27 Mar 2014 21:38:45 +0100 wenzelm merged
Thu, 27 Mar 2014 21:18:14 +0100 wenzelm tuned -- avoid code duplication;
Thu, 27 Mar 2014 21:16:08 +0100 wenzelm tuned;
Thu, 27 Mar 2014 20:28:19 +0100 wenzelm more frugal merge of markup trees: restrict to expected range before checking trivial cases, e.g. relevant for sporadic warnings (eval_exec) within big ML reports (print_exec);
Thu, 27 Mar 2014 19:47:30 +0100 wenzelm back to cumulative treatment of command status, which is important for total accounting (amending 8201790fdeb9);
Thu, 27 Mar 2014 18:42:53 +0100 wenzelm tuned;
Thu, 27 Mar 2014 17:56:13 +0100 wenzelm redirect ML_Compiler reports more directly: only the (big) parse tree report is deferred via Execution.print (NB: this does not work for asynchronous "diag" commands);
Thu, 27 Mar 2014 17:12:40 +0100 wenzelm clarified Isabelle/ML bootstrap, such that Execution does not require ML_Compiler;
Thu, 27 Mar 2014 13:00:40 +0100 wenzelm more frugal merge of markup trees: non-overlapping tree counts as empty;
Thu, 27 Mar 2014 12:11:32 +0100 wenzelm more frugal merge of markup trees: filter wrt. subsequent query;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip