T O P I C R E V I E W |
JonnyOThan |
Posted - Sep 30 2009 : 3:59:03 PM Sorry for the abbreviated subject!
The Open File in Solution window shows one entry for each file for each project that references the file. This results in duplicate entries for the file if the same file is in many projects.
the setup: create a (C++) solution with two projects add an existing file to both projects Open the open file in solution dialog and start typing the file's name
result: The file will be listed twice, the only difference in the two entries being the "project" field
This is bad because if there is a set of files that have similar names that are shared between two projects, the file list is effectively doubled when looking for those files. |
5 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jan 31 2010 : 1:17:56 PM case=33201 is implemented in build 1810 |
accord |
Posted - Oct 04 2009 : 5:34:20 PM I have put in a feature request to move this option to the dialog from context menu:
case=33203
Also, put in a request to make it on by default:
case=33201
since you can see all projects in the "Projects" column even in "combined" mode. |
JonnyOThan |
Posted - Oct 01 2009 : 5:46:51 PM Well, that's pretty awesome! The context menu is pretty non-discoverable though. Why not put that checkbox at the bottom - there's already a checkbox there! Because of that, I figured there weren't any more options for the window.
I'd also suggest "combine duplicate file entries" to be turned on by default. |
rhummer |
Posted - Sep 30 2009 : 4:14:10 PM If you right click in the window you can choose to 'Combine duplicate file entries' and that should solve your issue. :)
D'oh, beaten to the punch. :) |
accord |
Posted - Sep 30 2009 : 4:13:51 PM Just right click on the file list in the Open File in Solution dialog and select "Combine duplicate file entries" from the menu. It is a checkbox and will remember your setting next time you open this dialog again. Hope this helps. |