RE: [PyCrust] Auto completion filters now available
Brought to you by:
pobrien
|
From: Patrick K. O'B. <po...@or...> - 2001-08-14 14:19:04
|
In the light of a new day, and with a fresh cup of coffee, I have renamed
these attributes to the following:
autoCompleteIncludeMagic = 1
autoCompleteExcludeSingle = 0
autoCompleteExcludeDouble = 0
These changes will be checked into cvs in a little while. Prepare
accordingly. :-)
---
Patrick K. O'Brien
Orbtech
"I am, therefore I think."
-----Original Message-----
From: pyc...@li...
[mailto:pyc...@li...]On Behalf Of Patrick K.
O'Brien
Sent: Monday, August 13, 2001 11:46 PM
To: pycr
Subject: [PyCrust] Auto completion filters now available
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."
_______________________________________________
PyCrust-users mailing list
PyC...@li...
http://lists.sourceforge.net/lists/listinfo/pycrust-users
|