|
IDE Improvements |
2005-02-13 |
|
A couple of people used my Concern Map tool for the first time last week. Both of them (I said a couple) recommended creating an intermediate screen between the diagram view and the source code view. So that's what I implemented today.
The screen shots above come from double-clicking the node labeled 'Read operations', associated with the code query: //methodCall[@type='System.Data.Common.DataAdapter'][@name='Fill'] ("match any call to a method Fill on type DataAdapter"). Two matches are displayed in the tool window to the right. My System.Windows.Forms is rusty, and EnvDTE80.Windows2.CreateToolWindow2 is not all it is cracked up to be, so this took a lot longer than you might think. |
|