Always re-scan when opening project? Posted by Lobster on Fri 04 of Nov, 2011 16:12 GMT When I open a project, how do I open the add-in and continue working, without having to-rescan the whole project every time? This takes forever, and I don't want to wait every time... thanks. Regards --A
Posted by Phil on Sun 06 of Nov, 2011 08:58 GMT Hi, I just wrote a detailed reply with screenshots from the .NET Add-In, before I realized that this question was about the VB6 Add-In. I have deleted this posting, but you may have received an email notification. You can disable the scan in the VB6 Add-In via the project properties dialog. Click on the project properties button and then uncheck the two options Always rescan source code and Always rescan controls. The next time that you open the project, the information will be restored from the project database. (Unfortunately, even this is not as fast as I would have hoped.) You can rescan one or more components via the rescan menu (first button on the toolbar). There is no way to reach the project options without opening the project and rescanning at least once. (This is better in the .NET Add-In.) Phil
Posted by Lobster on Sun 06 of Nov, 2011 11:04 GMT Thanks Phil - that was exactly what I was looking for. That's resolved the only painful feature I'd found in your product - otherwise it works exactly as I had hoped and will save us a huge amount of time in maintaining translated text. --A