Create a new plugin with this content:
- Code: Select all
import sublime
sublime.error_message("hello world")
then restart ST2. On Windows the main window never shows up and you now have to kill the process from the task manager, manually remove the plugin and then start ST2 again.