wenzelm [Sat, 18 Jun 2011 22:01:22 +0200] rev 43451
proper gfx.setColor;
wenzelm [Sat, 18 Jun 2011 21:26:47 +0200] rev 43450
proper x1;
tuned;
wenzelm [Sat, 18 Jun 2011 21:20:22 +0200] rev 43449
convenience functions;
wenzelm [Sat, 18 Jun 2011 21:03:52 +0200] rev 43448
more robust caret painting wrt. surrogate characters;
discontinued glyphvector drawing -- less special cases;
wenzelm [Sat, 18 Jun 2011 18:57:38 +0200] rev 43447
do not control malformed symbols;
wenzelm [Sat, 18 Jun 2011 18:31:55 +0200] rev 43446
Buffer.editSyntaxStyle: mask extended syntax styles;
wenzelm [Sat, 18 Jun 2011 18:17:08 +0200] rev 43445
hardwired abbreviations for standard control symbols;
wenzelm [Sat, 18 Jun 2011 17:42:28 +0200] rev 43444
updated to jedit_build-20110618, which is required for sub/superscript rendering;
wenzelm [Sat, 18 Jun 2011 17:33:27 +0200] rev 43443
basic support for extended syntax styles: sub/superscript;
wenzelm [Sat, 18 Jun 2011 17:32:13 +0200] rev 43442
tuned -- Map.empty serves as partial function;
wenzelm [Sat, 18 Jun 2011 17:30:44 +0200] rev 43441
proper place for config files (cf. 55866987a7d9);
wenzelm [Sat, 18 Jun 2011 15:32:05 +0200] rev 43440
tuned signature;
wenzelm [Sat, 18 Jun 2011 15:18:57 +0200] rev 43439
merged
kleing [Fri, 17 Jun 2011 20:38:43 +0200] rev 43438
IMP compiler with int, added reverse soundness direction
wenzelm [Sat, 18 Jun 2011 15:11:33 +0200] rev 43437
proper place for config files;
wenzelm [Sat, 18 Jun 2011 15:07:16 +0200] rev 43436
tuned markup;
wenzelm [Sat, 18 Jun 2011 14:48:56 +0200] rev 43435
highlight via foreground painter, using alpha channel;
wenzelm [Sat, 18 Jun 2011 12:58:41 +0200] rev 43434
tuned signature;
wenzelm [Sat, 18 Jun 2011 12:49:55 +0200] rev 43433
tuned text;
wenzelm [Sat, 18 Jun 2011 12:37:42 +0200] rev 43432
inner literal/delimiter corresponds to outer keyword/operator;
wenzelm [Sat, 18 Jun 2011 12:13:42 +0200] rev 43431
tuned markup;
wenzelm [Sat, 18 Jun 2011 11:45:07 +0200] rev 43430
more uniform treatment of "keyword" vs. "operator";
wenzelm [Sat, 18 Jun 2011 11:22:03 +0200] rev 43429
simplified Line_Context (again);
wenzelm [Sat, 18 Jun 2011 00:05:29 +0200] rev 43428
more robust treatment of partial range restriction;
wenzelm [Sat, 18 Jun 2011 00:03:58 +0200] rev 43427
select_markup: no filtering here -- results may be distorted anyway;
wenzelm [Fri, 17 Jun 2011 23:20:34 +0200] rev 43426
more explicit treatment of ranges after revert/convert, which may well distort the overall start/end positions;
wenzelm [Fri, 17 Jun 2011 23:18:22 +0200] rev 43425
more explicit error message;
convert/revert range;
tuned;
wenzelm [Fri, 17 Jun 2011 14:35:24 +0200] rev 43424
merged
blanchet [Thu, 16 Jun 2011 13:50:35 +0200] rev 43423
gave up an optimization that sometimes lead to unsound proofs -- in short, facts talking about a schematic type variable can encode a cardinality constraint and be consistent with HOL, e.g. "card (UNIV::?'a set) = 1 ==> ALL x y. x = y"
blanchet [Thu, 16 Jun 2011 13:50:35 +0200] rev 43422
added missing case in pattern matching -- solves Waldmeister "Match" exceptions that have been plaguing some users