/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Dialog.rb is now UI.rb The Dialog and TextMate::Dialog classes no longer exist. They are succeeded by the TextMate::UI module, which now contains the dialog, menu, alert, request_*, show_* methods. Or simply 'include TextMate' to call them with the shorter form, e.g.: UI.alert, UI.menu, UI.request_color.
URL: http://comox.textdrive.com/pipermail/textmate-dev/2007-April/008637.html