wenzelm [Sun, 30 Mar 2014 21:03:40 +0200] rev 56326
immediate completion even with delay, which is the default according to 638b29331549;
wenzelm [Sun, 30 Mar 2014 20:23:26 +0200] rev 56325
special treatment for various kinds of selections: imitate normal flow of editing;
wenzelm [Sat, 29 Mar 2014 21:26:11 +0100] rev 56324
merged
wenzelm [Sat, 29 Mar 2014 20:41:50 +0100] rev 56323
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;
wenzelm [Sat, 29 Mar 2014 20:22:38 +0100] rev 56322
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;
wenzelm [Sat, 29 Mar 2014 12:42:24 +0100] rev 56321
dismiss all popups on mouse drags, e.g. to avoid conflict of C-hover of Isabelle/jEdit and C-selection of jEdit;
huffman [Fri, 28 Mar 2014 18:21:07 -0700] rev 56320
tuned proofs
huffman [Fri, 28 Mar 2014 18:21:20 -0700] rev 56319
minimized imports
wenzelm [Sat, 29 Mar 2014 12:05:24 +0100] rev 56318
merged
wenzelm [Sat, 29 Mar 2014 11:29:42 +0100] rev 56317
tuned rendering -- change mouse pointer for active areas;
wenzelm [Sat, 29 Mar 2014 10:49:32 +0100] rev 56316
propagate deps_changed, to resolve missing files without requiring jEdit events (e.g. buffer load/save);
tuned signature;
wenzelm [Sat, 29 Mar 2014 10:17:09 +0100] rev 56315
tuned signature;
wenzelm [Sat, 29 Mar 2014 09:34:51 +0100] rev 56314
tuned signature;
wenzelm [Sat, 29 Mar 2014 09:24:39 +0100] rev 56313
tuned -- see Text.Range.overlaps(Range);
nipkow [Sat, 29 Mar 2014 11:41:39 +0100] rev 56312
tuned
wenzelm [Fri, 28 Mar 2014 21:17:47 +0100] rev 56311
tuned;
wenzelm [Thu, 27 Mar 2014 21:38:45 +0100] rev 56310
merged
wenzelm [Thu, 27 Mar 2014 21:18:14 +0100] rev 56309
tuned -- avoid code duplication;
wenzelm [Thu, 27 Mar 2014 21:16:08 +0100] rev 56308
tuned;
wenzelm [Thu, 27 Mar 2014 20:28:19 +0100] rev 56307
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);
wenzelm [Thu, 27 Mar 2014 19:47:30 +0100] rev 56306
back to cumulative treatment of command status, which is important for total accounting (amending 8201790fdeb9);
wenzelm [Thu, 27 Mar 2014 18:42:53 +0100] rev 56305
tuned;
wenzelm [Thu, 27 Mar 2014 17:56:13 +0100] rev 56304
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);
more explicit ML_Compiler.flags;
wenzelm [Thu, 27 Mar 2014 17:12:40 +0100] rev 56303
clarified Isabelle/ML bootstrap, such that Execution does not require ML_Compiler;
wenzelm [Thu, 27 Mar 2014 13:00:40 +0100] rev 56302
more frugal merge of markup trees: non-overlapping tree counts as empty;
wenzelm [Thu, 27 Mar 2014 12:11:32 +0100] rev 56301
more frugal merge of markup trees: filter wrt. subsequent query;
wenzelm [Thu, 27 Mar 2014 11:19:31 +0100] rev 56300
tuned signature;
wenzelm [Thu, 27 Mar 2014 10:43:43 +0100] rev 56299
more careful treatment of multiple command states (eval + prints): merge content that is actually required;
more standard Markup_Tree merge, including trivial cases;
wenzelm [Wed, 26 Mar 2014 21:01:09 +0100] rev 56298
tuned signature -- expose less intermediate information;
wenzelm [Wed, 26 Mar 2014 20:32:15 +0100] rev 56297
support to redirect report on asynchronous / non-strict print function (NB: not scalable due to bulky merge of markup trees);