Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] CompletionProposal bug or incomplete implementation...

Hi,

In the CompletionProposal class, the updateCompletion field is never
written and has no accessor methods. Therefore, the completion string
value does not include the method parameters.

Can you also please give me a brief explanation what are the following
classes intended for:
ScriptTypeCompletionProposal
and
ScriptOverrideCompletionProposal

Why are there two hierarchies in parallel: CompletionProposal on one
hand and ScriptCompletionProposal on the other hand

Also what is the difference between findLocalMethods and findMethods
in the ScriptcompletionEngine class?


Thanks!

Gabriel

-- 
MSc Gabriel Petrovay
MCSA, MCDBA, MCAD
Mobile: +41(0)787978034


Back to the top