T O P I C R E V I E W |
dinkai |
Posted - Jan 22 2009 : 4:09:39 PM Hi, I have several files in my solution that are named the same. For example I have 14 files called build.cs. Would it be possible to add the the directory name the file is in in parentheses after the file?
build.cs(data) build.cs(win32) etc.
Would be a big help and would save me time of having to mouse over every one until I find the one I want.
Thanks |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jan 28 2009 : 2:30:32 PM My concern with adding a single directory name is that sometimes this will not help. Some people use a directory structure like:
c:\\project\\src\\foo.cpp c:\\project\\include\\foo.h
at which point the parent directory name does not help. The problem with these situations is that you end up requiring the entire file path to be sure you are showing the correct information, which is unlikely to fit into VA View. |
dinkai |
Posted - Jan 26 2009 : 09:13:41 AM Hi feline, no I don't use it often, not a shortcut I'm used to. That being said if there was some way to dock it I probably would use it more. |
feline |
Posted - Jan 23 2009 : 10:11:11 AM Do you ever use the Open File dialog? This lists the full path for the file, and in recent versions of VA it also lists the project that the file is part of.
By default Alt+Shift+O opens this dialog. |