Community
Participate
Working Groups
Selecting folders or .cpp files in the project explorer does not add them to the context. The C++ projects view also has this behaviour, but the navigator view does not.
We should take a look why this is happening.
The problem here is that translation units were never supported for context (for some unknown reason) along with many other types. I have fixed it so that only IBinary elements are excluded from the context currently so that all source elements can be properly added to the context as expected from the navigator.
Created attachment 194967 [details] mylyn/context/zip