[SVN] Revision 2043

Allan Odgaard throw-away-1 at macromates.com
Sat Oct 29 05:37:29 UTC 2005


This plugin installs a Show Clock action in the Window menu which opens a window, and that's all.

As the (folder) name implies, it's only meant as an example. No actual plugin API yet.

The plugin gets installed in ~/Library/Application Support/TextMate/PlugIns as part of the build process (and will create the folder if it's not there). Since the plugin is a Cocoa bundle, there's no way to unload a plugin, thus after rebuilding, you'll need to restart (hint: ctrl-cmd Q restarts TextMate, and you can also build it from TM with cmd-B, though you need revision >650 of TextMate for it to work).

Changed:
A   trunk/Tools/Clock Example PlugIn/
A   trunk/Tools/Clock Example PlugIn/Clock.h
A   trunk/Tools/Clock Example PlugIn/Clock.mm
A   trunk/Tools/Clock Example PlugIn/Clock.tmproj
A   trunk/Tools/Clock Example PlugIn/Clock.xcodeproj/
A   trunk/Tools/Clock Example PlugIn/Clock.xcodeproj/project.pbxproj
A   trunk/Tools/Clock Example PlugIn/Clock_Prefix.pch
A   trunk/Tools/Clock Example PlugIn/English.lproj/
A   trunk/Tools/Clock Example PlugIn/English.lproj/Clock.nib/
A   trunk/Tools/Clock Example PlugIn/English.lproj/Clock.nib/classes.nib
A   trunk/Tools/Clock Example PlugIn/English.lproj/Clock.nib/info.nib
A   trunk/Tools/Clock Example PlugIn/English.lproj/Clock.nib/keyedobjects.nib
A   trunk/Tools/Clock Example PlugIn/English.lproj/InfoPlist.strings
A   trunk/Tools/Clock Example PlugIn/Info.plist



More information about the textmate-dev mailing list