ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Auto​It​Script

by AutoIt ALL

AutoItScript Au3 language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build systems for run and compile, Tidy command, IncludeHelper command.

Details

Installs

  • Total 11K
  • Win 11K
  • Mac 401
  • Linux 420
Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5
Windows 1 2 0 1 0 0 0 0 2 1 0 1 0 0 1 0 1 1 3 1 0 0 1 0 0 1 1 0 0 1 0 1 1 1 3 1 0 0 0 0 0 0 0 2 1 2
Mac 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeAutoItScript - Package for Sublime Text 2/3

AutoItScript Au3 language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build systems for run and compile, Tidy command, IncludeHelper command.

Package Installation

Key Bindings

If you have the default Sublime keybindings intact, then: * Ctrl+B will run the current file (with AutoIt3.exe) * Ctrl+Shift+B will compile the current file (with Aut2Exe.exe) * Alt+TT will invoke Tidy on the current file (with Tidy.exe). * Alt+TI will invoke IncludeHelper on the current file. * Alt+TF will invoke AutoIt Window Info. * Alt+TH will invoke AutoIt Help.

Advanced Configuration

For the build systems and Tidy command, if you have a non-default installation you will need to set your specific path to AutoIt3.exe, Aut2Exe.exe, and Tidy.exe in a file named AutoIt.sublime-settings in your User folder. You can access the settings file from Menu Preferences > Package Settings > AutoIt. You should make a copy of AutoIt Settings - Default at AutoIt Settings - User since then your settings file in your User folder will not get overwritten when this package updates.

Goto-documentation Integration

Instructions on how to configure goto-documentation plugin for AutoIt (F1 Hotkey will take you to documentation for word under cursor): * https://github.com/AutoIt/AutoItScript/blob/master/goto-documentation_instructions.md

Credits