[ phpeclipse-Bugs-1589284 ] Show only class members

"SourceForge.net" <[email protected]>
Newsgroups gmane.comp.ide.eclipse.phpeclipse.devel
Message-ID <[email protected]>
Bugs item #1589284, was opened at 2006-11-02 08:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1589284&group_id=57621

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PHP Editor
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hertzel (emudojo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Show only class members

Initial Comment:
When you create a new object, the context help menu,
should show only available methods for that object and
not the all available methods in the document. 
Then something like this


class a {
 function xyz(){}
}

function b (){}:

class c {
 function d() {}
}


$obj = new c();


now if I invoke the context menu for that object (c) I
will get...

c.xyz
  d
  b
  + all php native methods 


and it should be

c.d


Regards 




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1589284&group_id=57621

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.