Tab completion doesn't work properly for filenames with funky characters
| Project: | JNode Shell |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Stephen Crawley |
| Status: | closed |
Jump to:
Description
For example, try tab completing the filename in "/jnode/.systemPrefs/plugin".
The problem is that the completion mechanism is not inserting the relevant (interpreter specific!) escapes into a completed string. IIRC, there is already a TODO in the code to fix this.
- Login to post comments
#1
Committed a fix so that the completion mechanism will call a method on the currennt interpreter to escape any meta-characters in each completion found. I'm calling this fixed.
#2