This is a TextMate bundle to help with editing AutoItv3 scripts in either Textmate or e-TextEditor.
This bundle is licensed under the GPL.
The quickest way to install the bundle is via the command line. If you have Git installed, you'll probably want to install with Git. With or without, you can simply copy and paste each line one by one into the Terminal instructions ( lifted from kswedberg which was in turn lifted from drnic ):
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/rhyddereh/autoitv3-tmbundle.git "AutoItv3.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget https://github.com/rhyddereh/autoitv3-tmbundle/tarball/master
tar zxf rhyddereh-autoitv3-tmbundle*.tar.gz
rm rhyddereh-autoitv3-tmbundle*.tar.gz
mv rhyddereh-autoitv3-tmbundle* "AutoItv3.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
If you'd like to avoid the command line altogether, you can download the bundle and install it:
- download the zip from https://github.com/rhyddereh/autoitv3-tmbundle/tarball/master
- find the zip file on your local machine and double-click to unzip it
- change the file name from rhyddereh-autoitv3-tmbundle-really_long_alpha_numeric_sequence to AutoItv3.tmbundle (with a dot rather than a hyphen).
- double-click the AutoItv3.tmbundle file
- open TextMate and select the following menu item: Bundles > Bundle Editor > Reload Bundles
- show the Bundle Editor (Bundles > Bundle Editor > Show Bundle Editor)
- scroll through the list of bundles to confirm that the bundle has been properly installed