Skip to content

Red-Nova-Technologies/autoitv3-tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoIt3 Bundle for TextMate

This is a TextMate bundle to help with editing AutoItv3 scripts in either Textmate or e-TextEditor.

License

This bundle is licensed under the GPL.

Install

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 ):

Install with Git

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'

Install without Git:

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'

Download

If you'd like to avoid the command line altogether, you can download the bundle and install it:

  1. download the zip from https://github.com/rhyddereh/autoitv3-tmbundle/tarball/master
  2. find the zip file on your local machine and double-click to unzip it
  3. change the file name from rhyddereh-autoitv3-tmbundle-really_long_alpha_numeric_sequence to AutoItv3.tmbundle (with a dot rather than a hyphen).
  4. double-click the AutoItv3.tmbundle file
  5. open TextMate and select the following menu item: Bundles > Bundle Editor > Reload Bundles
  6. show the Bundle Editor (Bundles > Bundle Editor > Show Bundle Editor)
  7. scroll through the list of bundles to confirm that the bundle has been properly installed

About

Textmate bundle for AutoIt version 3 scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published