Skip to content

Releases: mark-wiemer/ahkpp

2.7.0 - 2021-02-21

22 Feb 00:23
26e5dba
Compare
Choose a tag to compare
  • Respect user choice to indent with either tabs or spaces (#49)

2.6.3 - 2021-02-20

20 Feb 23:53
12f4a55
Compare
Choose a tag to compare
  • Fix IntelliSense (#48)
  • Move Run Selection command to same category as all other commands (Thanks @fade2gray!)

2.6.2 - 2021-01-30

30 Jan 22:14
0a81383
Compare
Choose a tag to compare
  • Fix formatting after ternary operator (#18)
  • Fix formatting after multiple close braces on one line (#26)

2.6.1 - 2021-01-23

23 Jan 22:45
8e861b2
Compare
Choose a tag to compare
  • Fix hover provider (#16)

2.6.0 - 2021-01-18

18 Jan 21:58
37074f8
Compare
Choose a tag to compare

Features

  • Add Open Help command
  • Add Run Selection command
  • Add foldable region comments

Fixes

  • Improve formatting for using ExitApp to end subroutines
  • Fix function coloring for functions whose names were also keywords (#11)
  • Fix function coloring for calls with a space before the parentheses (e.g. foo ())
  • Fix detection of labels indented with a tab
  • Remove confusing deprecation warning from StrSplit function
  • Remove variables from outline