Re: Fwd: Re: Source code visualization tools?

2004-03-31 Thread Joshua Walker
You are looking for "Source Navigator" It's here... http://sourcenav.sourceforge.net/ It's pretty cool if you want to follow what goes where. All the pretty arrows too. (It's horazontal along the top of the screen, not vertical) You can follow functions, stucts, header files. I used it when I was

Fwd: Re: Source code visualization tools?

2004-03-30 Thread Blake Leverett
Joel Konkle-Parker wrote: > Is there such a thing as a source code visualization tool that makes a > "map" of a program's source? Kind of like: > > main() > | > | > function1() > /\ >/ \ >

Re: Source code visualization tools?

2004-03-29 Thread Joel Konkle-Parker
Mike Hearn wrote: On Sun, 28 Mar 2004 19:05:55 -0600, Joel Konkle-Parker wrote: I'm basically looking for something that will help me "see" how a program is laid out so that I can start working on it. I don't think an automatic tool would be very good at this with Wine. It's a ridiculously compl

Re: Source code visualization tools?

2004-03-29 Thread Mike Hearn
On Sun, 28 Mar 2004 19:05:55 -0600, Joel Konkle-Parker wrote: > I'm basically looking for something that will help me "see" how a > program is laid out so that I can start working on it. I don't think an automatic tool would be very good at this with Wine. It's a ridiculously complicated codebase,

Re: Source code visualization tools?

2004-03-29 Thread Martin Fuchs
> Is there such a thing as a source code visualization tool that makes a > "map" of a program's source? Kind of like: > > main() > | > | > function1() > /\ >/ \ > func2() func3() > |

Source code visualization tools?

2004-03-28 Thread Joel Konkle-Parker
Is there such a thing as a source code visualization tool that makes a "map" of a program's source? Kind of like: main() | | function1() /\ / \ func2() func3() | | func4() I