OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: mkweaver on May 19, 2009, 07:19:15 PM

Title: Request for "Add to File" bug fix
Post by: mkweaver on May 19, 2009, 07:19:15 PM
I love the ability to add the event handler procedure to my lisp file with this button.  The only complaint I have is that when I have the vlisp ide set to "save formatting options in source file" the "Add to File" button puts the procedure below the formatting options text, forcing me to then move it up manually.

Not a big deal, but it also doesn't seem like it would be too tough to fix.

Thanks for a great tool!

Mike
Title: Re: Request for "Add to File" bug fix
Post by: owenwengerd on May 20, 2009, 12:36:29 PM
This is now fixed for beta 2. While I was at it, I added a check for the string ";|«OpenDCL Event Handlers»|;" -- if a line with this string is found, the new function gets inserted immedately after it.
Title: Re: Request for "Add to File" bug fix
Post by: mkweaver on May 20, 2009, 06:48:16 PM
Sweet!!!

Thanks, Owen!