[PyCrust] Auto completion filters now available
Brought to you by:
pobrien
|
From: Patrick K. O'B. <po...@or...> - 2001-08-14 04:43:28
|
I just checked into cvs some changes to support filters on the auto completion lists. To exclude attributes with a single underscore prefix: shell.editor.autoCompleteFilterSingle = 1 To exclude attributes with a double underscore prefix: shell.editor.autoCompleteFilterDouble = 1 To exclude both, set them both to true. You can set and unset these in the shell to see how they work. Try them with the PythonCard proof.py sample application, which has a lot of hidden attributes now. --- Patrick K. O'Brien Orbtech "I am, therefore I think." |