Hi,
I would like to ask a question on CCS's project view.
All files under the project directory, regardless of type, are all listed in the project view. For example, many data files that are not sources are also listed, and all the files together make the view looks like a clutter.
There also lacks option to effectively sort the files. By default files are sort by type first, then by name, but this separates source and header file of the same name (before suffix). And many header files merely contain function prototype which can also be found in corresponding source files. It is not necessary for all of them to appear in the view.
Is there any way to change these:
1. Selectively showing files in project view
2. Sorting & Grouping option (like Windows Explorer's "sort by modified date" "group by type")
Zheng