Sublime Forum

Sublime.errorMessage in Sublime Text 2

#1

Hello Everybody,

I tried to migrate my python scripts from version 1.4 to 2. I’m almost done, but I didn’t find the replacement of sublime.errorMessage. Are there any documentaion for new sublime methods? Or just simply how can I popup an alert box in sublime?
I’m completely new in python, so sorry for my inconvenience.

Thanks in advance:
Barna

0 Likes

#2

I think that http://sublimetext.info/docs/reference/api.html is showing the new methods. I may be wrong.

0 Likes

#3

The API reference over there is a pretty rough draft, and the signatures are not always correct, although the names should be. I hope to be doing some cleaning up soon.

0 Likes

#4

Thanks!

The new api uses sublime.error_message instead of sublime.errorMessage .

Barna

0 Likes