I ran into this when using VBDOX with RAPID.
RAPID uses the extension .prg as well as .mod and .sys
Since the extension for many languages is not fixed it
would be nice to be able to tell the program to use a
particular language parser with the file being loaded
regardless of its extension.
As it is now it just fails.
Logged In: YES
user_id=377243
You can register new extensions any time by editing
vbdox.conf. Just configure a builder class as for example
"parser.builder.XYZ=VBDOXLNG.clsBuilderRAPID" and add/update
a file filter file.filter.14="ABB RAPID Source Files
(*.mod;*.sys;*.xyz)\0*.MOD;*.SYS;*.XYZ".