facelessuser / TabsExtra

Sublime Plugin with sticky tabs, more tab closing options, and additional menu items.
https://facelessuser.github.io/TabsExtra/
MIT License
107 stars 10 forks source link

Created the option path_uri to tabs_extra.py copy path command #52

Closed evandrocoan closed 7 years ago

evandrocoan commented 7 years ago

tabs_extra_file_path

facelessuser commented 7 years ago

Python flake8 lint errors will have to be fixed.

Documentation errors in Travis can be ignored as I need to update the documentation theme and libraries.

Once lint errors are fixed, I'll take a look a bit closer at this.

evandrocoan commented 7 years ago

I think I fixed them:

image

facelessuser commented 7 years ago

I think I fixed them:

Yup, thanks. I'll review the changes when I get a chance.

facelessuser commented 7 years ago

So what is the benefit of path URI? I honestly never use path URI options. I see people add this stuff, and I generally want to avoid cluttering with too many menu options. If we start going down the path of adding lots of different path options, we are going to have to put it under a submenu.

evandrocoan commented 7 years ago

I use URI because I am on windows, and when I ask to copy the path, it comes with backslashes \. But most times I do not want paths with backslashes, but forward slashes /. Then the URI option is the one I use, to not be manually editing the links replacing the backslashes forward slashes when I want the other.

facelessuser commented 7 years ago

That's fine.

evandrocoan commented 7 years ago

I pulled the changes.

facelessuser commented 7 years ago

Thanks! Looks good. Sorry it took me a while to get to this.

evandrocoan commented 7 years ago

You are welcome and no need to hurry.