[SVN] r11545 (Support/lib)

Luke Daley ld at ldaley.com
Mon May 11 11:56:24 UTC 2009


• The API is now TextMate.event(scope, title, msg).

This is a conceptual change in that clients now post “events” instead of “notifications”. The current implementation allows users to configure handlers for certain events (via scope selectors) that display different kinds of notifications.

Changed:
A   trunk/Support/lib/tm/event/
D   trunk/Support/lib/tm/event/mechanism/
D   trunk/Support/lib/tm/event/mechanism.rb
U   trunk/Support/lib/tm/event/notification.rb
A   trunk/Support/lib/tm/event/notification_mechanism/
U   trunk/Support/lib/tm/event/notification_mechanism/base.rb
U   trunk/Support/lib/tm/event/notification_mechanism/growl.rb
U   trunk/Support/lib/tm/event/notification_mechanism/null.rb
U   trunk/Support/lib/tm/event/notification_mechanism/tooltip.rb
A   trunk/Support/lib/tm/event/notification_mechanism.rb
A   trunk/Support/lib/tm/event/notification_preferences.rb
D   trunk/Support/lib/tm/event/preferences.rb
U   trunk/Support/lib/tm/event/scope_selector_scorer.rb
A   trunk/Support/lib/tm/event.rb
D   trunk/Support/lib/tm/notify/
D   trunk/Support/lib/tm/notify.rb



More information about the textmate-dev mailing list