Is there anyway to configure dopus so that it not only completes for you when typing but goes one step further and shows possible completions
Example:
In the address box I type C' (dopus types:'), I type us' ( Dopus typesers' and etcetera.
I'd like to be able to type C:\users\harry\some
And then press enter or space or some designated key... and dopus knows to show what files match
like some.txt
some.html
some.exe
something_ridiculous.cgi
And allows me to chose which I want.
In other words just like the bash shell on linux or unix OS if anyone is familiar with that.
[quote="HarryPutnam"]I'd like to be able to type C:\users\harry\some
And then press enter or space or some designated key... and dopus knows to show what files match
like some.txt
some.html
some.exe
something_ridiculous.cgi
And allows me to chose which I want.[/quote]
The path field only completes paths, not files.
But after you type in the path, hit return, then start typing the file name you want and the Find-As-You-Type field will appear and do what you want.
You can also type * or : as the first character to change what the Find-As-You-Type field does. (e.g. Filter or select files based on wildcards instead of just the start of their names.)