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;