Community
Participate
Working Groups
Steps to reproduce: 1. Activate a task, focus the Outline view 2. Open a file containing a class with methods. Click on a couple of methods to see them in the outline 3. In the Outline view top right menu, check the option "Group Methods". The methods are hidden.
I found the issue with this. When "Group Methods" is enabled, the Outline view contains a CElementGrouping element which is not part of the task context. To fix this, I have added some logic to canFilter in the bridge that is similar to how working sets are displayed. This means that the group will only show if there is at least 1 element under it that is in the task context. I have committed the changes to HEAD and will backport them to the 3.4 branch as well.
backported to the 3.4.x branch.
Thanks!