Skip to content

v1.0.12 - 2023-09-26

Latest
Compare
Choose a tag to compare
@loganch loganch released this 26 Sep 22:15
· 37 commits to master since this release

Added

  • Signature help pulls description and parameters from function headers
  • Option to disable ( as an option to accept function completion suggestions
  • Syntax highlighting for #Tidy_On, #Tidy_Off, and #Tidy_ILC_Pos directives

Changed

  • Path checks for utility executables (e.g., Au3Check) reduced to occur when changes are made and disabled for non-Windows OSes
  • Simplified regex for functions
  • Trimmed spaces in insertHeader command
  • Removed default configuration settings that were overriding user settings

Fixed

  • Open include shortcut not working for library UDFs
  • Open include shortcut not working for paths with # in them
  • Function autocomplete from include files
  • Reduced completion suggestions when writing function definitions

Contributors

@vanowm, @rcmaehl