wenzelm [Tue, 27 Aug 2013 22:40:39 +0200] rev 53238
tuned proofs;
wenzelm [Tue, 27 Aug 2013 22:23:40 +0200] rev 53237
enable jEdit KeyEventWorkaround uniformly;
wenzelm [Tue, 27 Aug 2013 22:20:11 +0200] rev 53236
de-register completion first, which is important to make new popup reliably;
wenzelm [Tue, 27 Aug 2013 22:00:35 +0200] rev 53235
register single instance within root, in order to get rid of old popup as user continues typing;
wenzelm [Tue, 27 Aug 2013 20:58:53 +0200] rev 53234
more careful refocus operation: do not reset focus if it was already lost (relevant when activating a different GUI component, for example);
wenzelm [Tue, 27 Aug 2013 20:45:02 +0200] rev 53233
some actual completion via outer syntax;
disable old SideKick completion for "isabelle" mode;
wenzelm [Tue, 27 Aug 2013 17:17:20 +0200] rev 53232
tuned signature;
wenzelm [Tue, 27 Aug 2013 16:45:32 +0200] rev 53231
avoid complication and event duplication due to KeyEventInterceptor -- NB: popup has focus within root window, it is closed on loss of focus;
uniform JEdit_Lib.propagate_key;