- Added special cases to the python autocomplete so it includes the methods listed in the drop-down
- declaring any variable as “mySF = ScriptFascades()” will successfully bring up auto complete options for mySF later in the script
- same deal for “myTable = mySF.dbQuery(…”, myTable will be recognized as a dbTable object
- Left the dropDown in the GUI because there’s a few options I can’t reproduce like identifying an alertInfoObject and constructors
