PDA

View Full Version : Auto Complete my custom scripts?


johndwill
09-15-2005, 11:09 PM
I've created several separate script files with common functions that I use in several installers. I've used the technique where I put the functions into a table so I can access the funcs just like SetupFactory's internal funcs. This is working great!

I was wondering, though, is it possible to tie into the Action Editor's auto-complete functionality so that my functions are shown when I do Ctrl-Space? What about the help (although I don't care as much about that)?

Thanks
John

Brett
09-16-2005, 07:05 AM
The way to do it is to create new action xml files. Look in "E:\Program Files\Setup Factory 7.0\Data\Actions" and take a look at the ones that are there. Then just make your own following the same style. For a detailed description of the XML format see the Indigo Rose Plugin SDK (http://www.indigorose.com/forums/showthread.php?t=12732)