How to enable c# bundle on TextMate 1.5.7 and Mac OS X 10.5
TextMate can do just about most things brilliantly. Here is an example of how to get a working c# editor environment on the mac. On Windows you can use E Text Editor as its compatible with TextMate bundles if you do not have VisualStudio available.
There may be other bundles out there for example here and these may well link into the mono runtime. But this uses the version hosted on the macromates web site and in their subversion repository and has no other dependancies.
In a terminal window enter the following commands:
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/C%23.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
That should be it. The last command will make TextMate refresh the bundles list if it already open. The bundle will be placed outside the current users Library folder thus allowing other users to access the bundle.












No comments
Jump to comment form | comments rss [?] | trackback uri [?]