Summary: | Make shell based path completion available | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RKWard Team
2007-03-09 06:59:28 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. - **assigned_to**: nobody --> tfry - **status**: open --> closed |