Sublime Forum

Sublime Text 2 Popup Window

#1

In Sublime Text Classic, there was a method sublime.messageBox(), which no longer works in ST2.

Is there a replacement for this?

0 Likes

#2

Check out the API Reference for 2.
You can use this:sublime.error_message(string)

0 Likes