[ phpeclipse-Feature Requests-1589284 ] Show only class members
"SourceForge.net" <[email protected]> Thu, 10 May 2007 23:21:20 -0700
| Newsgroups | gmane.comp.ide.eclipse.phpeclipse.devel |
|---|---|
| Message-ID | <[email protected]> |
Feature Requests item #1589284, was opened at 2006-11-02 08:00
Message generated for change (Comment added) made by emann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=484804&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: None
Group: None
Status: Open
>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
----------------------------------------------------------------------
>Comment By: Edward Mann (emann)
Date: 2007-05-11 01:21
Message:
Logged In: YES
user_id=430467
Originator: NO
This is really a feature. Marking as such.
----------------------------------------------------------------------
Comment By: Edward Mann (emann)
Date: 2007-05-08 14:38
Message:
Logged In: YES
user_id=430467
Originator: NO
I agree, but i read somewhere where this would not work. Maybe it can be
an option that you can turn on. My plate is full right now, but if it does
not get finished by the time i am done working on the things i have i will
fix this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=484804&aid=1589284&group_id=57621
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/