diff options
author | 2013-05-16 10:39:59 -0400 | |
---|---|---|
committer | 2013-05-16 10:39:59 -0400 | |
commit | 1cadbc0ac380e633a178e310578df54cc0e257cc (patch) | |
tree | 7eccb180c665cfc605ea2bcfc39696995089f17c /core/iface.lua | |
parent | 74494229f9fffe283051af148ff21a0fcfb28726 (diff) | |
download | textadept-1cadbc0ac380e633a178e310578df54cc0e257cc.tar.gz textadept-1cadbc0ac380e633a178e310578df54cc0e257cc.zip |
Reverted r1412 to allow hiding command entry on focus lost; src/textadept.c
If command_entry_completion handles keys first, pressing "Tab" after showing
completions switches focus to Scintilla without propagating the key.
If command_entry handles keys first, pressing "Enter" in the completion list
will be incorrectly interpreted as a normal "Enter" press.
Reverted to using the "activate" signal to interpret "Enter" so command_entry
can handle keys first, keeping "Tab" from switching focus.
Diffstat (limited to 'core/iface.lua')
0 files changed, 0 insertions, 0 deletions