Releases: Nordgedanken/intellij-autohotkey
Releases · Nordgedanken/intellij-autohotkey
0.5.0
[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
0.4.0
[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
0.3.0
[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
0.2.0
[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