| View previous topic :: View next topic |
| Author |
Message |
guest3456 Guest
|
Posted: Sat Feb 06, 2010 4:16 pm Post subject: index of ahk source? |
|
|
how can i quickly find where the code of a particular ahk function is?
i've downloaded the ahk source but there are like 20 .cpp files, am i supposed to manually search every one?
usually i can find the functions i'm looking for in script.cpp or script2.cpp. but now i'm looking for UrlDownloadToFile and have no idea where to look.
maybe on the doc page of each command it should list in what file the function is implemented |
|
| Back to top |
|
 |
Ace Coder
Joined: 26 Oct 2009 Posts: 361
|
Posted: Sat Feb 06, 2010 4:52 pm Post subject: |
|
|
You could throw together a quick Loop to read through the files and find it.
In Vista atleast, I am able to search a directory for filenames AND File contents, which would allow me to search all the files at once.
The Loop should work though. _________________ Check out the new AHK forum competition! |
|
| Back to top |
|
 |
|