Skip to content

Version 2.0.2

Latest
Compare
Choose a tag to compare
@kayler-renslow kayler-renslow released this 21 Jun 08:19
· 4 commits to master since this release

About

Version 2.0.2 makes small improvements to auto completion and fixes a syntax checker bug with hideSelection

Change Notes

Added

  • auto completion for literals (ctrl+space on disableAI will reveal things like "AUTOCOMBAT")

Changed

  • removed duplicate vars from auto completion
  • prioritized auto completion such that literals are always first, config functions are second, vars are third, and commands are last.

Fixed

  • scenario where config functions couldn't be located when no directory was marked as sources root.
    This was resolved by assuming the parent directory of the module .iml file was the src root.
  • #73