Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/Code Browsing    [ Add a report in this area ]  
Report #:  78829   Status: Closed
Code Navigation fails to jump to proper function implementation
Project:  Delphi Build #:  14.0.3575.25466
Version:    14.0 Submitted By:   Rej Cloutier
Report Type:  Crash / Data loss / Total failure Date Reported:  10/20/2009 12:24:23 PM
Severity:    Critical / Show Stopper Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   272933
Resolution: Fixed (Resolution Comments) Resolved in Build: : 15.0.3890.34076
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Code Navigation fails to jump to proper function implementation.  That is, when navigating through code, if some code has been modified somewhere in the files included in a project (some space characters will do the job), when ctrl+click a function, it will jump in the right unit but not the correct position (the carret blinks maybe 3-4 pages down)
Steps to Reproduce:
1. Open UCrEval, modify some code here and there (space characters will do the job)

2. You can try some code navigation within UCrEval (class TclsArtEval)

3. Position the cursor to the line 1803 in unit UCrEval (a call to UCrEvalCout.Save)

4. Ctrl+Click and you will jump in the TotalFrais function of class TclsEvalCout instead of function Save


Workarounds
Close IDE and Restart (no modification with source code).  Code navigation is ok.
Attachment
None
Comments

Tomohiro Takahashi at 10/21/2009 6:29:20 PM -
> 1. Open UCrEval, ...
Could you please attach sample project to reproduce your issue?

Server Response from: ETNACODE01