Allan Odgaard | 1 Dec 2005 01:09

[SVN] r2312

? make the NSTextView category use insertText: to trigger proper edit notifications
? cleanup (remove) temporary files after editing
? ensure the temporary file is not overwriting an existing (identically named) temporary file
? only install AppleEvent handlers while there are outstanding edits

Changed:
U   trunk/Tools/Edit in TextMate/src/Edit in TextMate.mm
U   trunk/Tools/Edit in TextMate/src/NSTextView: Edit in TextMate.mm

Allan Odgaard | 1 Dec 2005 01:14

[SVN] r2313 (Objective-C)

??shell script to harvest the Cocoa includes (derived from work by Rob Rix)

Changed:
A   trunk/Bundles/Objective-C.tmbundle/Support/
A   trunk/Bundles/Objective-C.tmbundle/Support/Collect Cocoa Definitions.sh

Allan Odgaard | 1 Dec 2005 01:17

[SVN] r2314 (Objective-C)

? remove |wc -l and make script executable

Changed:
UU  trunk/Bundles/Objective-C.tmbundle/Support/Collect Cocoa Definitions.sh

Allan Odgaard | 1 Dec 2005 01:36

[SVN] r2315 (Objective-C)

? match more functions (and filter out two false positive)

Changed:
U   trunk/Bundles/Objective-C.tmbundle/Support/Collect Cocoa Definitions.sh

Paul Bissex | 1 Dec 2005 01:38

[SVN] r2316 (Markdown)

* added underlining for reference-style link label definitions, i.e. the ones like this:

[1]: http://example.com/

Changed:
U   trunk/Bundles/Markdown.tmbundle/Syntaxes/Markdown.plist

Allan Odgaard | 1 Dec 2005 01:38

[SVN] r2317 (Objective-C)

? added all extracted classes (+ protocols), functions, and types from AppKit and FoundationKit to the
Obj-C grammar ? who?s up for extracting all the constants? :)

Changed:
U   trunk/Bundles/Objective-C.tmbundle/Syntaxes/Objective-C.plist

Chris Thomas | 1 Dec 2005 01:38

[SVN] r2318

? Fix DO conflict with 'mate'
? Refresh the appropriate nodes after committing changes
? Improved mkdir UI
? Don't use NSZombieEnabled by default
? Remove closed browsers from the browser list

Changed:
U   trunk/Tools/Storehouse Plugin/Source/CXSVNRepoBrowser.h
U   trunk/Tools/Storehouse Plugin/Source/CXSVNRepoBrowser.m
U   trunk/Tools/Storehouse Plugin/Source/CXSVNRepoDelegate.m
U   trunk/Tools/Storehouse Plugin/Source/CXSVNRepoNode.h
U   trunk/Tools/Storehouse Plugin/Source/CXSVNRepoNode.m
U   trunk/Tools/Storehouse Plugin/Source/StorehouseToolMain.m
U   trunk/Tools/Storehouse Plugin/Storehouse.xcodeproj/project.pbxproj

Chris Thomas | 1 Dec 2005 01:41

[SVN] r2293 (Storehouse)

On Nov 26, 2005, at 2:46 PM, Benoit Gagnon wrote:

> Is the plugin functional within TextMate yet ? I built the 3  
> targets and placed them in the Plugins dir but I don't see anything  
> new in TM's Window menu. Is there anything special I need to do  
> with the subversion Bundle ?
>
> The standalone app and command line tool are working great. Can't  
> wait to use the plugin inside TextMate :)

I intend to add a couple of commands to the Subversion bundle,  
something like:

? Browse Active File in Repository (open the parent directory of the  
active file)
? New Repository Browser (open an empty repository window)

The commands will be pretty simple: "$TM_BUNDLE_SUPPORT/storehouse"  
"$TM_FILEPATH"

There isn't currently a safe way to add these from the plugin itself  
that I'm aware of -- I'm kinda loathe to grovel TM's private data  
structures -- so they'll be regular commands, and they'll use the  
command-line tool to communicate with the plugin.

That's the plan, anyway. :)  It would be a tidier package if I could  
install bundle commands directly from the plugin, but that probably  
has to wait for additional plugin API.

Chris
(Continue reading)

Allan Odgaard | 1 Dec 2005 01:41

[SVN] r2319 (Objective-C)

? added stuff to extract all the enumerations

Changed:
U   trunk/Bundles/Objective-C.tmbundle/Support/Collect Cocoa Definitions.sh

Allan Odgaard | 1 Dec 2005 01:42

[SVN] r2320 (Objective-C)

? and now we highlight a lot of the constants

Changed:
U   trunk/Bundles/Objective-C.tmbundle/Syntaxes/Objective-C.plist


Gmane