AutoIt Plys
More powerful AutoIt language and Plys dialect package for Sublime Text including context help and “goto” feature.
Details
Installs
- Total 392
- Win 334
- Mac 38
- Linux 20
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 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 | 0 | 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 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
AutoIt Plys package for Sublime Text
More powerful AutoIt language and Plys dialect package for Sublime Text including better syntax highlighting, auto-completions, build systems for run and compile, context help, “goto” feature, comments toggling, Tidy and Include Helper command.
Requirements
- AutoIt (minimum)
- Tidy or AutoIt Script Editor full set for Tidy feature (optional)
- AutoIt Plys translator for Plys language multiset features (optional)
Installation
- Package control method (with autoupdate):
- open Sublime Text
- go to Command Palette (Ctrl+Shift+P on Windows/Linux, ⇧⌘P on macOS) and enter “Install Package”
- type “AutoIt Plys”, select appropriate item and press Enter
- Manual method (without autoupdate):
- clone repository or download ZIP with source files
- extract package folder to the Sublime packages folder
Main menu > Preferences > Browse Packages…
- rename folder to “AutoIt Plys”
Features
On Windows: if you have the default Sublime Text keybindings intact, then you can
- run/compile/translate the current file (with AutoIt3.exe, Aut2Exe.exe or plys.aup.au3) via Ctrl+B
- change the build mode (between run/compile/translate) via Ctrl+Shift+B
- take you to AutoIt Help for word under cursor (context help) via F1
NEW
Also some features are available from the main menu Tools > AutoIt Plys
, including via mnemonics:
- invoke Include Helper on the current file AltTII
- invoke AutoIt Window Info AltTIF
- invoke AutoIt Help AltTIH
- invoke Plys Help AltTIP
NEW
- invoke Tidy on the current file (if it’s installed) via AltTIT
On any platform you can
- go to definition of the function by its name under cursor via F12
NEW
- show list of the all functions in current file via Ctrl+R on Windows/Linux, ⌘R on macOS
NEW
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 Plys > Settings
. You should make a copy of left side panel at right side panel.