Bug 380570

Summary: Make shell based path completion available
Product: [Applications] rkward Reporter: RKWard Team <rkward-devel>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

Description RKWard Team 2007-03-09 06:59:28 UTC
-- 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 --
Comment 1 Thomas Friedrichsmeier 2007-03-11 18:15:40 UTC
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.
Comment 2 Thomas Friedrichsmeier 2007-03-11 18:15:40 UTC
- **assigned_to**: nobody --> tfry
- **status**: open --> closed