AutoHotkey Community

It is currently May 26th, 2012, 3:48 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 356 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 24  Next
Author Message
 Post subject:
PostPosted: April 1st, 2005, 1:00 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2005, 1:35 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
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! Image

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2005, 4:10 pm 
Have you seen the link to Find and Run in the Seek topic?

Phi wrote:
If you like Seek, check out this proggy:

http://www.donationcoder.com/Software/M ... index.html

ps: I'm not affiliated to the "Find and Run Robot" author, or the DonationCoder.com site. Just happened to chance upon this link in a RSS feed.


It's pretty good. Thought I told you about it if you don't want duplicate an existing uitlity.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2005, 6:17 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
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!

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2005, 7:12 pm 
Offline

Joined: September 7th, 2004, 9:20 pm
Posts: 275
Location: France
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2005, 7:54 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
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.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2005, 8:29 pm 
Offline

Joined: September 7th, 2004, 9:20 pm
Posts: 275
Location: France
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2005, 11:41 pm 
Offline

Joined: February 15th, 2005, 8:24 pm
Posts: 19
Location: Ludwigsburg, Germany
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 8)

_________________
In a world without walls and fences who needs windows and gates?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 3rd, 2005, 5:46 am 
Offline

Joined: March 12th, 2005, 7:57 pm
Posts: 15
Excellent job. I've incorporated this into my own "main" script. Thanks for sharing it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 3rd, 2005, 1:07 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
A li'l bugfix : The recently used item list wasn't behaving.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 3rd, 2005, 3:53 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
Congratulations! Very nice work!
Your script is now in my quick launch toolbar.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: nice
PostPosted: April 7th, 2005, 10:49 am 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 7th, 2005, 3:13 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Thanx mouser!

probably 320mph wouldn't have come into existence, had i known abt Find & Run before plunging into this. :)

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Wow!
PostPosted: April 15th, 2005, 5:15 pm 
Offline

Joined: September 24th, 2004, 5:10 am
Posts: 32
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! :P

Phi


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 15th, 2005, 7:08 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
thanx Phi!

u know Seek was my inspiration!

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 356 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 24  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: oldbrother and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group