Author |
Topic |
|
Michal Puczynski
Ketchup Master
Poland
85 Posts |
Posted - Apr 27 2004 : 2:28:35 PM
|
I liked the way GOTO work in VA6. I was able to jump between implementation and declaration with ease, now I have to walk thru class list. Can you get back to previous implementation? I would also add ability to jump to constructors/destructors of classes. It is not possible either in VA6 or VA-X. |
|
support
Whole Tomato Software
5566 Posts |
Posted - May 18 2004 : 7:01:48 PM
|
We do not understand your problem? Goto should let you jump between an implementation and declaration.
Can you explain in more detail? |
Whole Tomato Software, Inc. |
|
|
schoenherr
Tomato Guru
Germany
160 Posts |
Posted - May 19 2004 : 12:32:28 AM
|
having the same problem here, being on the implementation of a function and pressing Alt-G leads to a combo box where we have to select the *.h/*.cpp file the same for being on the declaration in VA6 Alt-G in such a situation directly jumps to the right place in VAX this works only for inline functions (not implemented in the class itself) |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - May 19 2004 : 07:34:38 AM
|
i don't have this problem, VAX 1235 and VS .NET 2003 |
zen is the art of being at one with the two'ness |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - May 19 2004 : 10:03:56 AM
|
quote: Originally posted by schoenherr
Having the same problem here: being on the implementation of a function and pressing Alt-G leads to a combo box where we have to select the *.h/*.cpp file. The same for being on the declaration.
Yup, this is how it behaves for me too, but I swear it used to jump directly to the "other" place in both cases. At some point this got semi-broken...
|
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - May 19 2004 : 10:22:59 AM
|
Cant repro this. It either jumps directly to the declaration, or, if there are multiple declarations, pops up that ugly menu. |
|
|
Michal Puczynski
Ketchup Master
Poland
85 Posts |
Posted - May 24 2004 : 03:52:06 AM
|
Well, it happens. Can't explain in more details, but it is not rare (at least in VC++6). It works well if there is no ambiguity, it jumps immediately between declaration/implementation, but if you change your code and VA keeps pointers to different versions of the same method (different locations as the code moved and/or different declarations when arguments have changed) it sometimes cannot see declaration when caret is on method implementation, although declaration matches exactly the implementation. |
|
|
Stephen
Tomato Guru
United Kingdom
781 Posts |
Posted - May 24 2004 : 04:24:16 AM
|
Oh, you didn't previously say that you'd edited things. This sounds like it might be connected to a bug I reported, where you get old and new versions of the function listed together in the list. Thread 2329, for those who have access to the private forum. |
Stephen Turner ClickTracks http://www.clicktracks.com/ Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
|
|
|
|
Topic |
|