Ticket #6797 (closed enhancement: wontfix)
tab completion in trac-admin interactive with multiple word names (names with spaces)
| Reported by: | amos.robinson@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | admin/console | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
Example:
Trac> milestone add "Big Beef Releaze"
Trac> milestone rename Big<TAB>
Big Beef Releaze Bigger Broccoli Release
won't work:
Big\ B<TAB>
doesn't expand, (in fact Big\ Beef\ Releaze wouldn't work even if it did complete)
and neither will:
"Big B<TAB>
so you need to manually type the whole thing, really
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


