Module Use Code Analyzer

BlitzMax Forums/BlitzMax Programming/Module Use Code Analyzer

beanage(Posted 2010) [#1]
Hey,

just came across the idea of how useful [at least to me] could a program be, that analyzes my miniprogg PQR's code and lists me the modules i use like {blah.blah, meh.meh}, so i can put them into a "Framework blah.blah; Import meh.meh on top of my miniapp.

That has to already exist, otherwise... the universe is gonna implode ;)... so dont get me bad news... does it exist? [I could imagine blide does this as part of its code preprocessing, though this wouldnt satisfy me as i dont own blide (yet:)]


jsp(Posted 2010) [#2]
Get Framework Assistance here:
http://homepage.ntlworld.com/config/fa/fa.zip


beanage(Posted 2010) [#3]
Now that looks like the universe is saved, thanks! ;)


Zakk(Posted 2010) [#4]
I tried this, it doesn't seem to take TList's and TMap's into account.


beanage(Posted 2010) [#5]
I only used it on a tiny 20-liner and it performed perfectly there.. I will keep that in mind though, thanks.


GfK(Posted 2010) [#6]
I use it on over 20,000 lines of code. Works perfectly.