shell.autoCompleteAutoHide added with default of True.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick K. O'Brien
2004-02-09 02:53:13 +00:00
parent 1e8bd6b2ae
commit d351525a9b
3 changed files with 7 additions and 1 deletions

View File

@@ -151,6 +151,7 @@ Ctrl+= Default font size.
'ask',
'autoCallTip',
'autoComplete',
'autoCompleteAutoHide',
'autoCompleteCaseInsensitive',
'autoCompleteIncludeDouble',
'autoCompleteIncludeMagic',
@@ -822,6 +823,8 @@ Platform: %s""" % \
def autoCompleteShow(self, command):
"""Display auto-completion popup list."""
self.AutoCompSetAutoHide(self.autoCompleteAutoHide)
self.AutoCompSetIgnoreCase(self.autoCompleteCaseInsensitive)
list = self.interp.getAutoCompleteList(command,
includeMagic=self.autoCompleteIncludeMagic,
includeSingle=self.autoCompleteIncludeSingle,