Bug 380570 - Make shell based path completion available
Summary: Make shell based path completion available
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-09 06:59 UTC by RKWard Team
Modified: 2007-03-11 18:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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