-
Notifications
You must be signed in to change notification settings - Fork 25
HowTo Customize
The DataDigger has a lot of hooks that can be used to tweak its behaviour. The easiest way of getting a list of the available hooks is by renaming the file 'myDataDigger.txt' that is part of the distribution of DataDigger to 'myDataDigger.p'.
By renaming it to myDataDigger.p, it will be found by DataDigger when it starts. It is basically a library with extra procedures that will be executed on certain points.
Notice that by default all procedures and functions are commented out. Look through the available procedures and uncomment the ones you need and change them to your needs.
In addition, some other functions and tables are also available that are part of DataDigger itself. You can check DataDiggerLib.p and DataDigger.i for more information. Use of the internal functions is fine, but I can give no guarantee that they will remain unchanged. There is a small chance that I may break things in a future update.
Also check the blog for the latest news on DataDigger