Return to Snippet

Revision: 4517
at December 28, 2007 18:07 by cczona


Initial Code
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.

Initial URL
http://comox.textdrive.com/pipermail/textmate-dev/2007-April/008637.html

Initial Description


Initial Title
TextMate::UI has replaced Dialog

Initial Tags
textmate

Initial Language
Other