wenzelm [Wed, 28 Aug 2013 23:41:21 +0200] rev 53253
tuned proofs;
wenzelm [Wed, 28 Aug 2013 22:50:23 +0200] rev 53252
tuned proofs;
wenzelm [Wed, 28 Aug 2013 22:25:14 +0200] rev 53251
complete symbols only in backslash forms -- less intrusive editing, greater chance of finding escape sequence in text;
complete words >= 3 characters only;
discontinued short word abbrev "Un" (see also fdd6e68e29d9 and e38e80686ce5);
wenzelm [Wed, 28 Aug 2013 19:12:15 +0200] rev 53250
tuned signature -- no need for ooddities;
wenzelm [Wed, 28 Aug 2013 19:08:11 +0200] rev 53249
tuned -- help finding rare NPE on cold start;
wenzelm [Wed, 28 Aug 2013 17:20:16 +0200] rev 53248
tuned proofs;
wenzelm [Wed, 28 Aug 2013 16:36:46 +0200] rev 53247
uniform use of isabelle.jEdit.Popup, based on generic screen location operations;
wenzelm [Wed, 28 Aug 2013 15:14:58 +0200] rev 53246
more elementary Popup via JLayeredPane -- avoid javax.swing.PopupFactory with its many problems and dangers of accidental HeavyWeightPopup (especially on Mac OS X);
observe !evt.isConsumed semantically: no initial dismiss here (e.g. due to cursor keys);
wenzelm [Wed, 28 Aug 2013 10:35:12 +0200] rev 53245
tuned;
wenzelm [Wed, 28 Aug 2013 09:36:05 +0200] rev 53244
dismiss popups more uniformly;
wenzelm [Wed, 28 Aug 2013 09:12:50 +0200] rev 53243
more uniform check (see JEdit_Lib.propagate_key);
wenzelm [Wed, 28 Aug 2013 09:08:36 +0200] rev 53242
tuned signature;
wenzelm [Wed, 28 Aug 2013 00:18:50 +0200] rev 53241
more symbols;
wenzelm [Tue, 27 Aug 2013 23:54:23 +0200] rev 53240
tuned proofs;
wenzelm [Tue, 27 Aug 2013 23:21:12 +0200] rev 53239
tuned proofs;
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;
wenzelm [Tue, 27 Aug 2013 16:09:28 +0200] rev 53230
determine completion geometry like tooltip;
just one option jedit_popup_bounds for tooltip and completion;
wenzelm [Tue, 27 Aug 2013 15:35:51 +0200] rev 53229
explicit "hidden" operation with focus management;
explicit popup_font;
just one option jedit_popup_font_scale for tooltip and completion;
wenzelm [Tue, 27 Aug 2013 14:56:11 +0200] rev 53228
some key event handling in the manner of SideKickBindings, SideKickCompletionPopup;
wenzelm [Tue, 27 Aug 2013 13:07:31 +0200] rev 53227
more standard key handling according to jEdit (with workaround);
clarified handling of ESCAPE (again): dismiss without second interpretation as select-none;
wenzelm [Tue, 27 Aug 2013 12:35:32 +0200] rev 53226
more systematic JEdit_Lib.key_listener with optional KeyEventWorkaround;