home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2008 January / Mac_easy_01_08.iso / Software / Office / TextMate_1.5.7.dmg / TextMate.app / Contents / Resources / TextMate.scriptSuite < prev    next >
Encoding:
Text File  |  2007-10-19  |  1.4 KB  |  54 lines

  1. {
  2.     AppleEventCode = TxMt; 
  3.     Classes = {
  4.         NSApplication = {
  5.             AppleEventCode = capp; 
  6.             Superclass = "NSCoreSuite.NSApplication"; 
  7.         }; 
  8.     }; 
  9.     Commands = {
  10.         GetURL = {
  11.             AppleEventClassCode = GURL; 
  12.             AppleEventCode = GURL; 
  13.             CommandClass = OakGetURLScriptCommand; 
  14.             Type = ""; 
  15.             UnnamedArgument = {
  16.                 Type = NSString;
  17.                 Optional = NO;
  18.             }; 
  19.         }; 
  20.         ReloadBundles = {
  21.             AppleEventClassCode = RBDS; 
  22.             AppleEventCode = RBDS; 
  23.             CommandClass = OakReloadBundlesScriptCommand; 
  24.             Type = ""; 
  25.             Arguments = {
  26.                 caching = {
  27.                     AppleEventCode = ICHE; 
  28.                     Optional = YES;
  29.                     Type = "NSNumber<Bool>";
  30.                 }; 
  31.             }; 
  32.         }; 
  33.         InsertString = {
  34.             AppleEventClassCode = ISTR; 
  35.             AppleEventCode = ISTR; 
  36.             CommandClass = OakInsertTextScriptCommand; 
  37.             Type = ""; 
  38.             Arguments = {
  39.                 asSnippet = {
  40.                     AppleEventCode = SNIP; 
  41.                     Optional = YES;
  42.                     Type = "NSNumber<Bool>";
  43.                 }; 
  44.             }; 
  45.             UnnamedArgument = {
  46.                 Type = NSString;
  47.                 Optional = NO;
  48.             }; 
  49.         }; 
  50.     }; 
  51.     Name = TextMate; 
  52.     UsedFeatures = (UnnamedArguments); 
  53. }
  54.