| View previous topic :: View next topic |
| Author |
Message |
HuBa
Joined: 24 Feb 2007 Posts: 172 Location: Budapest, Hungary
|
Posted: Wed May 02, 2007 10:59 pm Post subject: Search inside AHK files with Google Desktop Search |
|
|
If you are already using Google Desktop, then you probably know how useful the handy search-bar can be. If you forgot where you left a specified file or want to read only a single line in a document without opening it, then Ctrl+Crtl is our best frend.
Well GDS will surely find our AutoHotkey script files on the harddrive but it cannot read it's contents.
Now here is the solution for this:
| Quote: | | AddNewExtension "ahk" |
Save the file
Now you can close this Notepad window
A confirmation dialog will appear to warn you the plugin integration into GDS
Click OK
You can add more file extensions to the list with the "AddNewExtension xxx" command.
If you already installed Larry's Any Text File Indexer, then you have to uninstall it and reinstall using the steps above. It is necessery since you cannot change it's config file after installation. |
|
| Back to top |
|
 |
daorc
Joined: 18 Oct 2006 Posts: 78
|
Posted: Fri May 04, 2007 12:55 pm Post subject: |
|
|
awesome. cheers for the tip - that's going to be extreemly useful!
Daorc |
|
| Back to top |
|
 |
Helpy Guest
|
Posted: Fri May 04, 2007 1:13 pm Post subject: |
|
|
Since my collection of AHK files is still small, I am happy using Agent Ransack or the FileMenu Tools which can do also Replace operations.
They have to scan the file on each request, but it is still fast.
Anyway, thanks for the tip, it can be precious for a number of uses. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3622 Location: Belgrade
|
Posted: Fri May 04, 2007 6:22 pm Post subject: |
|
|
| Quote: | | FileMenu Tools which can do also Replace operations. |
You can also try InfoRapid Search & Replace.
Google Desktop is overkill for this task, IMO _________________
 |
|
| Back to top |
|
 |
pepoluan
Joined: 12 Jun 2006 Posts: 18 Location: Jakarta, Indonesia
|
Posted: Fri Jun 01, 2007 8:19 pm Post subject: |
|
|
| majkinetor wrote: | | You can also try InfoRapid Search & Replace. | +1
 _________________
 |
|
| Back to top |
|
 |
daonlyfreez
Joined: 16 Mar 2005 Posts: 745 Location: Berlin
|
Posted: Sat Jun 02, 2007 12:28 pm Post subject: |
|
|
Or use Locate32...  _________________ (sorry, homesite offline atm) |
|
| Back to top |
|
 |
|