On 14/03/17 14:11, Raffaello Giulietti wrote:
If you know that the method you are currently looking at is implemented in other classes in the same hierarchy, it would be quicker to simply click on a class in the "Hier." class pane.
Besides, the search for implementors opens a new window, as if there were not enough of them around already ;-)
No indeed. Single window IDEs work ok-ish on a small-screen laptop, but are terrible on modern development machines with large screens. The idea that the IDE designer can know statically what information I need to look at to solve my code problems is in the SF/research area at the moment. I am much more productive organizing those building blocks myself (and would definitely want keyboard support for that). Double-click selector ctrl-m suffers from being good enough. Showing the code of the other implementations in-place does not solve your problem, which is that you want to compare the implementations. You need a dual/diff view for that. Stephan