Ed Leafe wrote:
> On Jul 14, 2008, at 3:23 PM, Nate Lowrie wrote:
> 
>> Be careful with the AutoComplete.  It still suffers from import
>> tracebacks not being caught from time to time, mostly with syntax
>> issues.  For example, open up the ClassDesigner and type in "self.".
> 
>       That's not AutoCompletion; that's the intellisense syntax feature.
> 
>> You should see the autocomplete pop up.  Select an option like
>> absoluteCoordinates.  Now on the line you have
>> "self.absoluteCoordinates".  Go back in insert another period so that
>> it is now "self..absoluteCoordinates".  Now, try to add a "." to the
>> end of the line and you'll see it throws a SyntaxError.
> 
> 
>       That's by design. If you go to all that trouble to screw with the  
> intellisense, it senses that you're not intelli enough.

Okay, so AutoComplete looks up strings from the document or documents to 
find matches, while "Intellisense" actually introspects the object 
references.

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to