[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
RE: [pdt-dev] Re: a question about class PHPStructuredTextViewer
|
- From: "Qiangsheng Wang" <qiangsheng.w@xxxxxxxx>
- Date: Mon, 26 Oct 2009 08:29:48 +0200
- Delivered-to: pdt-dev@eclipse.org
- Thread-index: AcpWAqXz+nHElRH6RL2Y2B1ziJ6zrgAAqOaA
- Thread-topic: [pdt-dev] Re: a question about class PHPStructuredTextViewer
I think the fContentAssistant, which is created by super, is not a PHPContentAssistant. It's a content
assitant from WTP editor.
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:)