[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] PHP Explorer and Code Assist differences between PDT 1.0.3 and 2.0 releases
|
- From: vladmu@xxxxxxx (Vlad )
- Date: Wed, 28 Jan 2009 15:17:32 +0000 (UTC)
- Newsgroups: eclipse.tools.pdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
On these two screenshots I mark two differences that is very important for
me.
PDT 1.0.3
http://img441.imageshack.us/my.php?image=pdtallinoner20080603wineq9.jpg
PDT 2.0
http://img264.imageshack.us/my.php?image=pdtallinonewin32200gazivs7.jpg
Under number One I mark an absence of extends and implements classes in
PHP Explorer in PDT 2.0 that was present in PDT 1.0.3;
Under number Two I mark an absence of constant value in popup tooltip of
Code Assist in PDT 2.0 that was present in PDT 1.0.3;
And question: How can I enable absent features in PDT 2.0 or it is bug?
P.S. Also in some cases in PDT 2.0 I observe an absence of methods or
variables/constants of parent class in Code Assist by clicking Ctrl+Space
after -> or :: symbol of sibling class that exstends the parent.