Intellij Autohotkey Versions Save

AutoHotkey plugin for the JetBrains IntelliJ platform

v0.5.0

3 years ago

[0.5.0] - 2021-03-14

Added

  • Syntax highlighting now supports block comments and directives
  • Ide now alerts with a popup notification if there are no Ahk runners configured
  • Right-clicking an Ahk file now offers a 'run' option (only if the file has code)
  • A run icon will appear in the gutter for the first executable line in an Ahk file

Changed

  • Modified the Ahk runconfig ID to match the format of the Rust plugin (you will need to modify the "type" in the run config's xml to "AhkRunConfiguration" or just re-create any Ahk run configs you saved)
  • Changed the AutoHotkey file icon to match the icon in Windows File Explorer

v0.4.0

3 years ago

[0.4.0] - 2021-02-14

Added

  • New option "Print errors to console" in run config

Changed

  • Modified syntax-highlighting to just comments. Commented other code to prevent errors.

Fixed

  • Fixed compatibility issues so it works with IntelliJ 2020.*

Removed

  • Removed support for IDEA 2019 and below to support newer IDEs

v0.3.0

3 years ago

[0.3.0] - 2020-07-23

Added

  • The arguments text field in the run configuration is now expandable
  • Added support for selecting a AutoHotkey project SDK in the run config to run the script with
  • Ahk SDKs now show their version in the SDK combobox

Changed

  • Moved run config validity verifications from runtime to within the "Edit Configurations" dialog

v0.2.0

3 years ago

[0.2.0] - 2020-06-07

Added

  • Added support for selecting an AutoHotkey exe file via setting an AutoHotkey project SDK
  • Added AutoHotkey run configurations that allow you to select the script to run and provide runtime arguments

Changed

  • Moved Changelog descriptions out of the plugin.xml & build.gradle.kts file into CHANGELOG.md
  • Updated plugin description