Is it possible to get Eclipse Mars 4.5.0 IDE for C/C++ to show the filenames of the functions in the call hierarchy. For example in the below view I would like to see the name of the file that the "IncrementCount" and "DecrementCount" is in.
Reason is most functions are called from numerous files and I would like to see them listed here instead of clicking each function to open the files.
If you bring up the context menu from the white down arrow at the top left of the Call Hierarchy tab, there is an option to display filenames. This was seen in Eclipse 4.5.1 IDE for C/C++, but I would think it's likely in 4.5.0 as well.