smoothcontract / mediate

Automatically exported from code.google.com/p/mediate
0 stars 0 forks source link

Tab key is not detected #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tab key is not captured in either the form KeyDown or KeyPress event, so we
cannot use the Tab key for any part of the mediate gui. We would like to
use this for command completion within the console, and would also be
useful to navigate between text entry controls if we have the need.

A quick google search of "Delphi VK_TAB" reveals that we may need
to override an additional windows message to detect the tab key – we’ll
need to do this in both mediate and the theme designer:

http://www.swissdelphicenter.ch/torry/showcode.php?id=591

See also Issue #167.

Original issue reported on code.google.com by aretman...@gmail.com on 26 Jan 2009 at 3:40

GoogleCodeExporter commented 9 years ago
Fixed in mediate 1.6.30 and designer 0.0.32. Command completion not yet 
implemented so moved that to Issue 
167.

Original comment by aretman...@gmail.com on 4 Mar 2009 at 3:40