facelessuser / TabsExtra

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

"Copy File Path" menu not working #68

Closed bk800 closed 2 weeks ago

bk800 commented 3 weeks ago

My OS: Windows 10 Pro 64-bit

With the new Sublime Text build "4180", the "Copy File Path" menu stopped working. This includes "File Name", "Full Path", and "File URI".

EX: Before, using "File URI" would set the clip board to "file:///[path to file]". Now I see "file:///[whatever was in the windows clip board before selecting 'File URI']"

If I uninstall build 4180 and re-install build 4143, the "Copy File Path" menus work again.

facelessuser commented 3 weeks ago

Well, that makes me unhappy 😦. Thanks for pointing this out. It may be there is a bug in Sublime, but I'll have to take some time and investigate more.

bk800 commented 3 weeks ago

Thanks! Appreciate it. I'm using these features all the time.

facelessuser commented 2 weeks ago

It seems that Sublime's built-in copy_path command now uses a Window instead of a View. I'm not sure exactly when this change was introduced though. I have a fix, I just have to narrow down what build it changed.

facelessuser commented 2 weeks ago

Turns out it was dev release 4170

facelessuser commented 2 weeks ago

I should have a fix released this weekend.

bk800 commented 1 week ago

Its working great! Thanks a ton!