Hi,
I am using slickedit to generate call flow graphs of functions. The way I do it is to right click on a function in the "Defs" window and select "Calls or uses" and do an "expand" on the first level call flow that appears. Clicking on "expand" a few more times I get to the bottom most functions that get called. I then do a "contents->copy" and with a bit of python I can get to the call flow graph.
However there is a problem- the functions are listed in alphabetical order rather than the order in which they are called. Is there a way to configure slickedit to generate the list in calling order.
Thanks,
A