Sublime Forum

How to make SublimeText alert for confirmation before some actions

#1

I have used Sublime Text for years, and there are several actions sometimes make the editor crash. I want to know if it is possible to develop a package with the api to promt for confirmation before the following actions:

  1. When multi regions selected, If a paste action sent, check whether the count of the content on clipborad match the count of the regions. If not match, prompt for confirmation.

  2. When multi regions selected, if pressed, promt for confirmation whether to preceed.

0 Likes