Community
Participate
Working Groups
3.4. Ctrl+T should offer a filter to only show members from same hierarchy. Example: T t; t.toString(); Ctrl+T on toString shows all implementors of Object.toString(). We should add a filter (off by default) that allows to restrict to the interseting methods. This filter can then be used by the 'Open Implementation' hyperlink which would open Ctrl+T with that filter enabled by default. The Ctrl+T dialog currently stores the filter setting. In the future it should store it per client i.e. differnt setting when invoked via Ctrl+T than via 'Open Implementation' hyperlink.
A filter might not be the best idea as it still requires us to build the full type hierarchy.
To be discussed again during 3.6.
We've implemented 'Open Implementation' so that it only searches the receiver hierarchy. Ctrl + T can then still be used to see all implementations.