Skip to content

v1.0.8 - 2022-06-09

Compare
Choose a tag to compare
@loganch loganch released this 09 Jun 22:08
· 372 commits to master since this release

Added

  • Open include file from the current line with Alt+i/Command Palette (thanks Danp2)
  • Insert UDF Header function (thanks Danp2)
  • UDF Creator option in Settings to auto populate author when inserting a Function Header
  • AutoIt Map functions (thanks steipal)
  • Colorized output when running scripts (thanks Danp2)
  • Restart script (thanks vanown)
  • Abbreviations from SciTe4AutoIt as Snippets
  • ( is now a trigger character to accept a function completion and will place both parens and initiate signature help for the function.

Changed

  • The AutoIt Help command will now open on blank lines (thanks Danp2)
  • Updated the descriptions of the path settings
  • Refactored filepath finding code (thanks Danp2)

Fixed

  • Code folding for If, Switch, For, While, With, #comments-start, #cs, #comments-end and #ce (thanks Danp2)
  • Go to Workspace Symbol functionality restored