-- Originally posted by (AT sourceforge.net): *anonymous -- -- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/36 on 2017-05-31 14:48:55 +0100 -- Please make path completion for file names possible from within the rKward R console.-- Labels: Console --
Logged In: YES user\_id=300591 Originator: NO I've implemented this in the development version of RKWard. Whether filename completion or object name completion is attempted depends on some crude heuristics, so I hope these work well, and please write back, if they don't. In detail, filename completion is attempted, if there is a quoting character left of the cursor, and this is not directly preceded by "\[", "$", or ":", or directly followed by ",", "\)", " ", or ";". Else, the current object name completion is attempted.
- **assigned_to**: nobody --> tfry - **status**: open --> closed