TextMate::UI has replaced Dialog


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Dialog.rb is now UI.rb
  2.  
  3. The Dialog and TextMate::Dialog classes no longer exist.
  4.  
  5. They are succeeded by the TextMate::UI module, which now contains the dialog, menu, alert, request_*, show_* methods.
  6.  
  7. 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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.