| View previous topic :: View next topic |
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10716
|
Posted: Fri Apr 01, 2005 12:00 pm Post subject: |
|
|
That was only a general comment because I haven't actually run the script or studied it yet (I've been spending a lot of time trying to get the next version of AutoHotkey ready).
Perhaps the script can be altered to better support Unicode. If there's no way to do that, and you or anyone thinks this might be a bug in the program, please let me know the specifics so I can try to fix it. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1687
|
Posted: Sat Apr 02, 2005 12:35 pm Post subject: |
|
|
Update:
- Results are listed in this order:
-- Always scanned items (which typically would contain your recently used items)
-- On demand scanned items
- Advanced Search (Optional) implemented, which presents the results in this order:
-- First the items with names starting with search querry
-- Then the items with the search querry anywhere in their names
-- Finally the items with search querry anywhere in their paths
- Smoother result presentation, lesser flashing of result field
The above should address many requests. I've yet to address the accented chars issue, but i don't know what to fix!  _________________
 |
|
| Back to top |
|
 |
Guest
|
Posted: Sat Apr 02, 2005 3:10 pm Post subject: |
|
|
Have you seen the link to Find and Run in the Seek topic?
It's pretty good. Thought I told you about it if you don't want duplicate an existing uitlity. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1687
|
Posted: Sat Apr 02, 2005 5:17 pm Post subject: |
|
|
i checked it out... pretty neat! .. probably i'd not have made this had i got F&R earlier... but now that i've something for comparison... i find F&R's searching a bit too slow for my liking! _________________
 |
|
| Back to top |
|
 |
Nemroth
Joined: 07 Sep 2004 Posts: 272 Location: France
|
Posted: Sat Apr 02, 2005 6:12 pm Post subject: |
|
|
At frist Rajat, congratulations for this very good soft.
A proposition :
Is it possible to replace the .lnk extension by the extension of the item it represents (so to have a list withe .exe, .doc, .pdf etc extension in place of the .lnk one. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1687
|
Posted: Sat Apr 02, 2005 6:54 pm Post subject: |
|
|
Update:
- Instead of remembering just the last used item, 320mph remembers the list of 10 (configurable) last used items, with latest on top.
| Nemroth wrote: | | Is it possible to replace the .lnk extension by the extension of the item it represents (so to have a list withe .exe, .doc, .pdf etc extension in place of the .lnk one. |
Even i thought of that... I'll see if querrying every shortcut file doesn't have a noticiable impact on speed, i'll try to implement it. _________________
 |
|
| Back to top |
|
 |
Nemroth
Joined: 07 Sep 2004 Posts: 272 Location: France
|
Posted: Sat Apr 02, 2005 7:29 pm Post subject: |
|
|
Thanks Rajat, I thnk it could be a good enhancement and make the list more readable...
Another proposition : is(will) it (be) possible for the user to be able to select to display only, if the previous is possible, the shortcuts witch corresponds to an .exe file ?
Thanks by advance |
|
| Back to top |
|
 |
ULTRA
Joined: 15 Feb 2005 Posts: 19 Location: Ludwigsburg, Germany
|
Posted: Sat Apr 02, 2005 10:41 pm Post subject: |
|
|
This script is absolutely great! I have integrated it into my AHK config now.
I tried the first version but it didn't show up the results correctly due to German umlauts.
Great to see how you have been extending it since then. Now it is near perfection.
Thanks for sharing it  _________________ In a world without walls and fences who needs windows and gates? |
|
| Back to top |
|
 |
tinypig
Joined: 12 Mar 2005 Posts: 15
|
Posted: Sun Apr 03, 2005 4:46 am Post subject: |
|
|
| Excellent job. I've incorporated this into my own "main" script. Thanks for sharing it. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1687
|
Posted: Sun Apr 03, 2005 12:07 pm Post subject: |
|
|
A li'l bugfix : The recently used item list wasn't behaving. _________________
 |
|
| Back to top |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4710 Location: Boulder, CO
|
Posted: Sun Apr 03, 2005 2:53 pm Post subject: |
|
|
Congratulations! Very nice work!
Your script is now in my quick launch toolbar. |
|
| Back to top |
|
 |
mouser Guest
|
Posted: Thu Apr 07, 2005 9:49 am Post subject: nice |
|
|
hi, i'm the author of Find&Run robot (donationcoder.com).
just found out about AutoHotKey and the 320mph + seek scripts.
really nice work, i'm adding mention of them in the Find&Run robot help file list of related programs.
really great project you got here. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1687
|
Posted: Thu Apr 07, 2005 2:13 pm Post subject: |
|
|
Thanx mouser!
probably 320mph wouldn't have come into existence, had i known abt Find & Run before plunging into this.  _________________
 |
|
| Back to top |
|
 |
Phi
Joined: 24 Sep 2004 Posts: 32
|
Posted: Fri Apr 15, 2005 4:15 pm Post subject: Wow! |
|
|
Wow Rajat,
Very nice work! Well done...
I guess it's a good time for Seek to retire since I haven't been able to find time to update it... lol
Keep coding and seeking!
Phi |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1687
|
Posted: Fri Apr 15, 2005 6:08 pm Post subject: |
|
|
thanx Phi!
u know Seek was my inspiration! _________________
 |
|
| Back to top |
|
 |
|