Sublime Forum

Annoying bug or stupid mistake?

#1

Hi,

Whenever I right click a image and choose: “Copy Path” it opens the image in Sublime and the page your working on to put the links in disappears for no reason, because all I want to do is copy the path to that page.
When dealing with a lot of images it’s very annoying.

Is this normal behavior?

Regards & Thanks,

David

0 Likes

#2

This, i.e., file previewing, happens in all files (not only images) in my experiment.

0 Likes

#3
    // Preview file contents when clicking on a file in the side bar. Double
    // clicking or editing the preview will open the file and assign it a tab.
    "preview_on_click": true,
0 Likes

#4

In the case of images it should be changed so nothing happens when you try to copy a image path to a web page. Now the page is gone after you right click and choose “copy path”.

0 Likes

#5

The page never gone unless it’s a preview and now you preview another file.

0 Likes

#6

I’m going to try that thanks!

Unfortunately that setting is to general, it would be nice if you can shut it off for only images!

0 Likes

#7

related https://github.com/sublimehq/sublime_text/issues/2

0 Likes

#8

Thanks for that! It seems to be a bug that’s there fore ages now. Especially when linking multiple resolution images to a web page it’s very annoying.

0 Likes