|
From: SourceForge.net <no...@so...> - 2013-03-30 14:02:24
|
Bugs item #3609550, was opened at 2013-03-30 07:02 Message generated for change (Tracker Item Submitted) made by malyvelky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=3609550&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: keyboard / mouse Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jakub Holý (malyvelky) Assigned to: Nobody/Anonymous (nobody) Summary: CompletionPopup should accept TAB for completion selection Initial Comment: Summary: call "list.setFocusTraversalKeysEnabled(false);" in the constructor of org.gjt.sp.jedit.gui.CompletionPopup to make it possible to use TAB for completion selection, in the same way as ENTER. This currently doesn't work because TAB is used for component traversal by the focus subsystem and is thus never passed to the JList. Reference: http://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html (read the "Version note" Env.: jEdit 5.0.0, Oracle Java 1.7.0:15 on OS X (though this should apply since JDK 1.4 and to all platforms) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=3609550&group_id=588 |