Author |
Topic |
|
patria
Junior Member
20 Posts |
Posted - Aug 13 2004 : 8:25:19 PM
|
When I click Alt-G, to go to the method implementation code, VA always jumps to the wrong location, a few lines before (about 20 lines) the actual function code.
It always happens, and to clear cache does not help.
Any suggestions? |
|
Stephen
Tomato Guru
United Kingdom
781 Posts |
|
patria
Junior Member
20 Posts |
Posted - Aug 16 2004 : 5:29:38 PM
|
Thank you for your reply. I am using VAX the latest build 1246. The latest build does not solve this problem still. Actually, I think I have been living with this problem for quite a long time and for each update, I was longing for this to be fixed.
Does my coding style affect such problems?
My class implementation codes show like:
BOOL CMyClass:: IsCorrect( LPVOID myParam1, LPVOID myParam2, LPVOID myParam3); { }
My answer is "Yes, it does seem like that".
The separation of CMyClass:: and IsCorrect may affect VAX to find the exact location of the function.
As the more of such functions, the more shift from the actual location.
BTW, Visual Studio .NET 2003 native functions "Go to definition" or "Go to declaration" always get to the right location.
|
|
|
Stephen
Tomato Guru
United Kingdom
781 Posts |
Posted - Aug 17 2004 : 04:48:26 AM
|
Yes, I can reproduce this. If the class name and function name are on separate lines, the location gets confused. It's one line out for each such function declaration above the desired point. |
Stephen Turner ClickTracks http://www.clicktracks.com/ Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
|
|
|
feline
Whole Tomato Software
United Kingdom
19019 Posts |
Posted - Aug 17 2004 : 5:06:12 PM
|
case=215 |
zen is the art of being at one with the two'ness |
|
|
feline
Whole Tomato Software
United Kingdom
19019 Posts |
Posted - Aug 25 2004 : 5:24:16 PM
|
fixed in the next build. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|