We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

cczona on 12/28/07


Tagged

textmate


Versions (?)


TextMate::UI has replaced Dialog


Published in: Other 


URL: http://comox.textdrive.com/pipermail/textmate-dev/2007-April/008637.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.

Report this snippet 

You need to login to post a comment.