Releases: mark-wiemer/ahkpp
Releases · mark-wiemer/ahkpp
2.7.0 - 2021-02-21
- Respect user choice to indent with either tabs or spaces (#49)
2.6.3 - 2021-02-20
- Fix IntelliSense (#48)
- Move
Run Selection
command to same category as all other commands (Thanks @fade2gray!)
2.6.2 - 2021-01-30
2.6.1 - 2021-01-23
- Fix hover provider (#16)
2.6.0 - 2021-01-18
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