Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

How does GoogleDesktop cache my word files?

Options
  • 25-01-2006 8:01pm
    #1
    Closed Accounts Posts: 43


    GoogleDesktop is just too good at finding stuff!! It can find word documents that i haven't even saved. Anybody know how it does this? I've checked and found that COM Add-ins listed in Word has a "GoogleDesktopOfficeAdd-in" listed - and i verified that this is doing the caching. However, I'd like to know how. I wrote a basic word add-in, that generated a new document, saved it, then pasted some text into it. The pasted text ended up in the google desktop cache - so it doesn't look like it used the document save event in Word to trigger the caching. Anbody know what the trigger event is?


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    I would presume Google Desktop checks for open instances of Word, and uses the plugin to scan the document while its in memory.


  • Closed Accounts Posts: 43 SHAKESPEARE_SIS


    Yea, but how does it scan it in memory? As a COM add-in (I think) that there are a limited number of triggers that it can implement handlers for eg. DocumentOpen, Document Close, Document Save etc. But I don't think that it uses the standard ones (at least the ones i know about)!


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    While you work on a document, Word progressively saves it in .tmp files - regardless of whether you've saved it, or have autosave turned on. Word will also create .wbk and .asd files containing the text of the document (Word Backup and AutoSave Document, respectively). I can only assume GoogleDesktop scans all files containing text, even if they're subsequently deleted.


  • Closed Accounts Posts: 43 SHAKESPEARE_SIS


    Hi seamus, thanks for that but I don't think it uses temporary files on disk - if it did, then it wouldn't need to be a Word plug-in.


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    D'oh! Didn't read your original post properly :o


  • Advertisement
  • Closed Accounts Posts: 43 SHAKESPEARE_SIS


    Or, if nobody knows how Google does this - anybody know if is possible to disable its Add-in from another Add-in?


Advertisement