Search found 4 matches

by tomlu
17.03.2009, 11:37
Forum: Feature Requests
Topic: Fuzzy string matching for History and Favourites
Replies: 3
Views: 5071

Hi, I decided to reply here in case someone else is interested. Unfortunately, I don't know Delphi. The closest is that I've implemented this algorithm in is perhaps C#. I've included the scoring code. Essentially, each character from the pattern must be in the file name or the score is -1 (no match...
by tomlu
16.03.2009, 03:52
Forum: Bug Reports
Topic: Forward slash in startup path
Replies: 0
Views: 3508

Forward slash in startup path

If you enter a forward slash into a startup path (eg. C:/Folder), the right click context menu will cease to work, and you will be unable to go up to a preceding folder. I guess the moral of the story is to always normalise all path strings coming from an input source!

Thanks,
Tom
by tomlu
16.03.2009, 03:50
Forum: Feature Requests
Topic: Fuzzy string matching for History and Favourites
Replies: 3
Views: 5071

Fuzzy string matching for History and Favourites

I would like to see fuzzy string matching for your history and favourite locations, and possibly the quick search. This allows _very_ efficient navigation through these menus. Currently, you are forced to either reach for the mouse or hit arrow down a fair few times to get to where you want to. Inst...
by tomlu
16.03.2009, 03:33
Forum: Feature Requests
Topic: Customisable navigation keys
Replies: 1
Views: 3189

Customisable navigation keys

I would like to see the navigation keys (up, down, left, right) be bindable to shortcut keys.

Also, it would be handy to have commands that take bigger steps, such as 5 * up, 5 * down.

Thanks!