Author |
Topic |
|
gmit
Whole Tomato Software
Croatia
90 Posts |
Posted - Nov 01 2006 : 08:29:51 AM
|
I often work with project that have a lousy structure like this: <project_dir>/src/aa.cpp <project_dir>/inc/aa.h
I can imagine this is not that uncommon file layout, so, VA should support header-source file jumping (toolbar button/key command) for such projects.
I don't know whether is is better to support only this (i think there are only few common directory names such as src, sources, inc, include), to look into 'additional include dirs' in project options to make the search wider, or both.
|
|
feline
Whole Tomato Software
United Kingdom
19004 Posts |
Posted - Nov 01 2006 : 12:14:54 PM
|
I have done a load of work in a project that used:
<project_dir>/<dll_dir>/source/aa.cpp <project_dir>/<dll_dir>/include/aa.h
and alt-o always worked perfectly for me. Are both files listed in solution explorer and OFIW?
alt-o will fail if you have:
<project_dir>/<dll_dir>/source/aa.cpp <project_dir>/<dll_dir>/include/ab.h
I have seen this happen a couple of times, due to typo's. |
zen is the art of being at one with the two'ness |
|
|
gmit
Whole Tomato Software
Croatia
90 Posts |
Posted - Nov 01 2006 : 2:01:46 PM
|
oh, please disregard this. i've looked into options and found it out... ctrl+h was indeed bound to 'flip header' action, but the one implemented in wndtabs. :( shame on me.
sorry.
p.s. it bothers me for more than a year. :)
|
|
|
feline
Whole Tomato Software
United Kingdom
19004 Posts |
Posted - Nov 01 2006 : 2:35:30 PM
|
*oops* an easy mistake to make.
Next time you run into an odd problem try asking after only 6 months |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|