Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/Menus    [ Add a report in this area ]  
Report #:  25822   Status: Reported
Search for declaration does not work for inherited methods
Project:  Delphi Build #:  10.0.2166.23877
Version:    10.0 Submitted By:   Tripunkt Gbr User
Report Type:  Minor failure / Design problem Date Reported:  3/7/2006 9:58:22 AM
Severity:    Commonly encountered problem Last Updated: 10/16/2008 6:08:22 AM
Platform:    All versions Internal Tracking #:  
Resolution: Need More Info (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: (1 Total Rating)
3.00 out of 5
Total Votes: None
Description
instead it jumps to the current declaration not to the inheritet one.
Steps to Reproduce:
o Given the following code:

procedure TSomething.Clear
begin
  inherited Clear;
  ....
end;

1. Place Mouse over 'inherited Clear'
2. Execute 'search for declaration' via Mouse Popup

IDE jumps to the declaration of Clear in the current Unit not in the unit where inherited Clear is declared
Workarounds
None
Attachment
None
Comments

Tomohiro Takahashi at 10/16/2008 6:08:21 AM -
Any update?
Could you attach sample project to reproduce your issue?

Server Response from: ETNACODE01