We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProcessing DevelopmentLibraries,  Tool Development › Tool to show dependencies of functions
Page Index Toggle Pages: 1
Tool to show dependencies of functions (Read 850 times)
Tool to show dependencies of functions
Jan 13th, 2010, 10:02am
 
Hello,

I wanted to ask whether there is a
Tool to show dependencies of functions (and their files if you use multiple files in one Program with the Tabs).

It would help the documentation and could look like this:

1. MainChess (ModulChess (1))
     ├Init (ModulChess (1))
     │      ├toolJoin2DArray (ModulChess (1))
     │      │      └toolFigBuchstAusgabe (ModulChess (1))
     │      ├SetzeZugfaehigkeiten (ModulChess (1))
     │      └SetzeZugfaehigkeiten (siehe oben *********)
     └toolAusgabe (ModulChess (1))
           ├toolAusgabeFeld (ModulOutput (1))

etc.

You could thus see which function is calling which other functions etc.

Thanks!

Greetings,

Chrisir



Page Index Toggle Pages: 1