wenzelm [Sat, 05 Jan 2013 23:03:07 +0100] rev 50746
prefer apple.laf.useScreenMenuBar=true (despite cf. effcfa38e77b) to make it work better with full-screen mode;
wenzelm [Sat, 05 Jan 2013 22:02:44 +0100] rev 50745
ignore vacuous edits (e.g. stemming from Plugin.init_models) to avoid pointless protocol round-trip, which could lead to painting of outdated snapshot in the meantime (notably on Windows);
wenzelm [Sat, 05 Jan 2013 21:41:19 +0100] rev 50744
tuned JEDIT_JAVA_OPTIONS: increase chances that it works with approx. 8 cores and 32bit platform (notably Windows);
wenzelm [Sat, 05 Jan 2013 20:06:24 +0100] rev 50743
propagate keys to enclosing view like org.gjt.sp.jedit.gui.CompletionPopup, but without its KeyEventInterceptor;
wenzelm [Sat, 05 Jan 2013 19:05:16 +0100] rev 50742
premature window close means failure;
wenzelm [Sat, 05 Jan 2013 18:42:29 +0100] rev 50741
less aggressive Assumption.export_term (similar to Generic_Target.abbrev): merely expand local defs and thus allow notation for local fixes;
wenzelm [Sat, 05 Jan 2013 18:36:02 +0100] rev 50740
proper return code on window close;
wenzelm [Sat, 05 Jan 2013 17:38:54 +0100] rev 50739
more precise Local_Theory.level: 1 really means main target and >= 2 nested context;
explicit target for context within global theory with after_close = exit to manage the 2 levels involved here;
reject "(in target)" for nested contexts more reliably -- difficult to handle due to lack of nested reinit;
wenzelm [Sat, 05 Jan 2013 17:24:27 +0100] rev 50738
more direct property names;
wenzelm [Sat, 05 Jan 2013 16:16:22 +0100] rev 50737
tuned -- less indirection;