Sublime Forum

How to remove code past to Kopy.io

#1

I can not delete my project files after click past to kopy.io in sublime text 3
It post all my code and public to site kopy.io
how to remove file , post to kopy.io ?

0 Likes

#2

Uninstall the package, which adds this function. This is no core function.

You might need to search in all Context.sublime-menu files of all packages for Paste to kopy.io to find it. Maybe using grep whatever your OS provides for that task.

0 Likes

#3

now it public my file private function i has no way to delete it ! hic

0 Likes

#4

?

0 Likes

#5

right , i want remove content in link kopy , but i has no way to delete it :frowning:

0 Likes

#6

Currently there is no good solution:

However if you use Package Control, you can create Packages/Paste Laravel/Context.sublime-menu file with next contents:

[
    {
    }
]

if not you can clone that package to Packages/ folder and remove Context.sublime-menu file from it.

0 Likes

#7

okay , Thanks all:sob:

0 Likes

#8

Why overriding the context menu?

The package does nothing more than adding this context menu and pushes content to kopy.io.

Why not remove the whole package?

1 Like

#9

Ah, that’s true :smile: I didn’t look the code.

0 Likes