Download
(24Kb)
Download
Updated: 02-21-07 11:26 PM
Pictures
File Info
Updated:02-21-07 11:26 PM
Created:unknown
Downloads:2,611
Favorites:8
MD5:

WoW AddOn bundle for TextMate

Version: 2.0.8
by: Tabithy [More]

This might be interesting for any addon authors who use TextMate (a very nice text editor for the Macintosh). I've put together a little TextMate bundle for writing WoW addons. It builds upon TM's standard Lua support with additional syntax highlighting for WoW API functions. There is also highlighting for .toc files, and some templates for both standard and ACE2 WoW addons.

No, it's not the greatest thing since sliced bread, but I find it kind of useful. Suggestions and contributions are much appreciated.

Download and unzip the bundle, then either double click on it, or insert it manually into Library/Application Support/TextMate/Bundles in your home directory.

For Lua syntax highlighting to work correctly, you must also install TextMate's language support bundle for Lua. You can download the bundle from here:
http://phrogz.net/tmp/Lua.tmbundle.tar.gz

or get it via svn (highly recommended):
svn export http://macromates.com/svn/Bundles/trunk/Bundles/Lua.tmbundle

UPDATES:
* updated for WoW Client v2.0.8 (6403)
* pressing Enter while cursor is within the name of a WoW API function will open that function's WoW Wiki page in your default browser.
* additional highlighting support for protected functions (TextMate scope selector: support.function.wow.protected)
* now also available at WoW Interface
* have fun!

-Tab

Optional Files (0)


Post A Reply Comment Options
Unread 11-06-06, 06:01 PM  
Gazmik
A Cobalt Mageweaver
 
Gazmik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 245
File comments: 44
Uploads: 18
Woot! Guess I'm not the only one out there using TextMate.

Looks nice.
__________________
Gazmik Fizzwidget's UI Addons: www.fizzwidget.com
Report comment to moderator  
Reply With Quote
Unread 12-04-06, 03:33 AM  
Hoern
Not THAT kind of Orc
 
Hoern's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 13
Uploads: 10
Originally posted by Gazmik
Woot! Guess I'm not the only one out there using TextMate.
Not by far . All of the FlexDev team doing FlexBar are Mac users and use Textmate
Report comment to moderator  
Reply With Quote
Unread 12-28-06, 06:09 PM  
Tabithy
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 3
Uploads: 1
Thanks guys, it's really great to discover that there are other TextMate users out there . A new version of the bundle should be available very soon.

-Tab
Report comment to moderator  
Reply With Quote
Unread 02-22-07, 01:14 AM  
Fleetfoot
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 67
Uploads: 5
I just wanted to say a big thank you for this, ive been pondering to do something like this myself for a long time, and lo and behold someone has saved me from getting off my fat ass and actualy doing it. Thx

*EDIT*

Found a little bug in the regexp that matches toc headers, atm it wont match stuff like
Code:
## X-RelSite-WoWI: 6728
so i changed the regexp in WoW - toc from

Code:
			match = '^## (Interface|Title(\-....)?|Notes(\-....)?|RequiredDeps|Dependencies|OptionalDeps|LoadOnDemand|LoadWith|SavedVariables|SavedVariablesPerCharacter|DefaultState|Secure|Author|Version|X\-[A-Za-z0-9]*)\:';
to

Code:
			match = '^## (Interface|Title(\-....)?|Notes(\-....)?|RequiredDeps|Dependencies|OptionalDeps|LoadOnDemand|LoadWith|SavedVariables|SavedVariablesPerCharacter|DefaultState|Secure|Author|Version|X\-[-A-Za-z0-9]*)\:';
Basically just added a - to be regoniced by the regexp.
Last edited by Fleetfoot : 02-22-07 at 01:28 AM.
Report comment to moderator  
Reply With Quote
Unread 02-22-07, 06:56 AM  
mrruben5
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Bummer, textmate is for the mac only
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 02-22-07, 09:29 AM  
doggabone
A Defias Bandit

Forum posts: 2
File comments: 6
Uploads: 0
mrruben5: When I was primarily on a Windows machine, I used and liked (loved!) SciTE. There's a packaged version of SciTE available here: http://www.wowinterface.com/download...Interface.html

Tabithy: I'd never heard of TextMate before, thanks to you I'm going to try this out. /hattip
__________________
Knowledge is power, information is leverage.
Report comment to moderator  
Reply With Quote
Unread 02-22-07, 10:35 AM  
mrruben5
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Yeah, I used to use Scite also, but I was looking for a more solid notepad replacement in which for example you could search and replace in multiple files.

Right now I'm using Editplus2.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 02-22-07, 12:17 PM  
Tabithy
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 3
Uploads: 1
Originally posted by Fleetfoot
Found a little bug in the regexp that matches toc headers, atm it wont match stuff like
Code:
## X-RelSite-WoWI: 6728
Thanks, this is now fixed in Subversion.

edit: for anyone who wants to follow the bundle in svn:

svn co http://tabstools.googlecode.com/svn/trunk/WoW%20AddOn.tmbundle

Last edited by Tabithy : 02-22-07 at 02:20 PM.
Report comment to moderator  
Reply With Quote
Unread 01-14-08, 11:57 PM  
wraith808
A Kobold Labourer
Premium Member

Forum posts: 0
File comments: 1
Uploads: 0
TextMate in Windows

http://www.e-texteditor.com/

It costs 34.95 but well worth it IMO. Supports TextMate bundles and most bash commands via cygwin.
Report comment to moderator  
Reply With Quote
Unread 03-29-09, 05:48 PM  
Tabithy
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 3
Uploads: 1
status update

I only just started playing WoW again, after being away for several months, and my ability to update the TextMate bundle is unfortunately a little limited right now due to the fact that I no longer own a mac.

It will get updated, though, it just might take a while
Report comment to moderator  
Reply With Quote
Unread 04-11-09, 07:44 PM  
jonathon
A Chromatic Dragonspawn
 
jonathon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 179
File comments: 9
Uploads: 1
Re: status update

Originally posted by Tabithy
I only just started playing WoW again, after being away for several months, and my ability to update the TextMate bundle is unfortunately a little limited right now due to the fact that I no longer own a mac.

It will get updated, though, it just might take a while
awesome glad your back, sorry you no longer own a mac
__________________
hackers always learn.. thats why there are security patches.
Report comment to moderator  
Reply With Quote
Unread 09-16-10, 04:20 PM  
Hoern
Not THAT kind of Orc
 
Hoern's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 13
Uploads: 10
Re: status update

Originally posted by Tabithy
I only just started playing WoW again, after being away for several months, and my ability to update the TextMate bundle is unfortunately a little limited right now due to the fact that I no longer own a mac.

It will get updated, though, it just might take a while
This is an old post, but I figured I'd point out that Sublimetext for Windows does use TMBundles well, so if you ever want to get back in...
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: