Streaming URL for Path column #214
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#214
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to have full streaming URL in Path column. Easier to search too.
What does it show now? I can add a change to display the full NSURL absoluteString when it's not a filePath.
URL path without scheme, hostname or port. Scheme isn't useful, but hostname would be nice for filtering and column sorting.
I'll make a memo to fix this next time I go at the code.