Author |
Topic |
|
tjcbs
Tomato Guru
104 Posts |
Posted - Sep 26 2014 : 03:16:12 AM
|
When I click on a constructor and click the "Go" button or alt-g, I am taken to the class declaration. To get to the constructor implementation, I have to the click on the constructor declaration and click "Go" again.
So, in
mesh* m = new mesh();
clicking "Go" on the right "mesh" takes me to the declaration of the mesh class. Only the left "mesh" should do that. This both adds an extraneous click, and clutters the IDE with unnecessary open files.
10.8.2043.0, VS2008
|
Edited by - tjcbs on Sep 26 2014 03:17:39 AM |
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Sep 29 2014 : 10:50:29 AM
|
This is a good point, we are considering making alt-g more aware of constructors:
case=3842
for now, using the new command:
VAssistX -> Goto Member...
should help, since this will list the members of the class, and you can select the constructor from the list, jumping there directly. |
zen is the art of being at one with the two'ness |
|
|
tjcbs
Tomato Guru
104 Posts |
Posted - Oct 01 2014 : 8:05:04 PM
|
Cool, Glad to hear you are looking at it. Constructors seem to be what I Goto the most, since I always want to know what something is initialized to. |
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Oct 01 2014 : 8:54:59 PM
|
We are considering adding the class constructor to the Goto related menu, so you can pick it out quickly and easily, which should help you even when you are not sitting on a line like this:
case=85216 |
zen is the art of being at one with the two'ness |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Nov 07 2014 : 09:58:41 AM
|
case=85216 is implemented in build 2052 |
|
|
|
Topic |
|