While typing a filename in the 'goto file' dialogue, the autocomplete fails to find files that contain additional periods before the extension period. For example:
Filename: foo.bar.c after you type the period in 'foo.' the file is no longer visible in the list. If you completely type the name of the file 'foo.bar.c' then the file is found.
Best Regards, Arthur.
On 13 Dec 2011, at 20:06, Arthur Goldsmith wrote:
While typing a filename in the 'goto file' dialogue, the autocomplete fails to find files that contain additional periods before the extension period.
The heuristic is presently so that when you add a period, it wants exact extension match, so that’s what you’re seeing.
The idea is that you may have lots of css and c files, so ‘rn.c’ should give you ‘release notes controller.c’ rather than ‘release-notes.css‘ — maybe not the best example, but that’s the basic idea (i.e. being able to filter out all the irrelevant file types).
If you want fuzzy match, you can leave out the period.