aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-05-16 10:39:59 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-05-16 10:39:59 -0400
commit1cadbc0ac380e633a178e310578df54cc0e257cc (patch)
tree7eccb180c665cfc605ea2bcfc39696995089f17c /core/gui.lua
parent74494229f9fffe283051af148ff21a0fcfb28726 (diff)
downloadtextadept-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/gui.lua')
0 files changed, 0 insertions, 0 deletions