[REBOL] filename completion problems
From: kracik::mbox::dkm::cz at: 1-Aug-2000 11:13
Hi Rebols,
I'm very pleased that experimental REBOL now has word and filename
completion with the tab key, but I found three problems:
1.
When I press the tab key just after %, REBOL prints an error:
>> print read %** Syntax Error: Invalid file -- %.
** Where: (line 1) do func [file /value] [if #"/" <> last file [file:
first split-path file] either error? try [value: read file] [none]
[value]] %
2.
When I press tab after %/, it does not list drives in Windows but
completes to %//
3.
Filename completion is case sensitive in Windows and AmigaOS versions.
--
Michal Kracik