Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Re: a question about class PHPStructuredTextViewer

Qiangsheng just talked to me about this question.thanks Qiangshen.

and he misunderstood me.

i did not describe the question clearly.

IContentAssistant newPHPAssistant = phpConfiguration
                .getPHPContentAssistant(this, true);


will get a instance of class PHPContentAssistant,but before this there already a instance of class PHPContentAssistant.so i think there must be some reason to renew a one.and i want to know why:)

Back to the top