T O P I C R E V I E W |
jamesford42 |
Posted - Oct 26 2008 : 04:45:05 AM I haven't figured out how VAX decides where to place a method declaration/definition, but I know it usually isn't where I wanted it.
I have my methods declared in the same order they are defined in, in most cases, so if I stub in a new one and ask VAX to create the other for me, I would appreciate if it would go in-between those most logical neighbor methods. |
3 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Feb 13 2015 : 8:18:32 PM case=12454 is fixed in build 2059 |
feline |
Posted - Oct 27 2008 : 10:04:02 AM Currently VA does not try to place the new code in the "correct" place, since we do not have a definition of the "correct" place. We are considering a change to try and improve the placement:
case=12454
Basically we cannot assume that the header and cpp files are ordered the same, in fact they are often quite different. VA Outline should help, since you can simply drag and drop the functions to move them to where you want them. |
jamesford42 |
Posted - Oct 26 2008 : 06:02:36 AM Just noticed sometimes it does seem to pick the right place. Suppose I can drag-drop in the VA outline if its not. |