Skip to content

Releases: Talv/plaxtony

v1.9.0

17 Sep 08:59
Compare
Choose a tag to compare

Bugfixes

  • checker: fix false-positive for name clash ccd53ca
  • fix onDocumentSymbol exception occuring for non-indexed files 143b40f
  • printer: silently ignore Unknown nodes aa4dc12

Features

  • renameProvider: add support for prepare method handler 6a2aec5
  • completions: suggest files for include statement ee3570d
  • add verify script command. that attempts to analyze the file respecting order of declarations 3293e3f

v1.8.7

21 Aug 13:17
Compare
Choose a tag to compare
  • [hotfix] fix unhandled exception when attempting to parse invalid statement expressions 70ebfd2
  • checker: detect name collisions between local and global scope cf646bc

v1.8.6

20 Aug 21:51
Compare
Choose a tag to compare
  • fix parsing block nodes with missing { b78269d
  • parser: disallow assignment expressions in several places 1b56b91
  • parser: improve error tolerance when dealing with invalid expressions bf2ffc5
  • parser: treat identifiers starting with underscore as invalid b08b5ab
  • slight performance improvements to data CatalogParser 58117bf

v1.8.5

20 Jun 23:06
Compare
Choose a tag to compare
  • support for sc2-data v4.4.0

v1.8.4

17 May 09:05
Compare
Choose a tag to compare

Minor bugfixes.

  • don't remove indexed files from store when they're closed ea2f631
  • getDependencyList improvements 0dc5691
  • don't cease the process of resolving deps when one entry is missing 114ebe4
  • include comment annotations of symbols in help tips 97d6970
  • fix symbols provider error during indexing 06a4865

v1.8.3

01 May 23:40
Compare
Choose a tag to compare
  • Fixed file watcher crashing when saving archive in SC2 Editor
  • New config option archivePath

    Path (relative or absolute) to the SC2Map|SC2Mod within workspace, which should be used as a base for indexing. Useful if we have multiple within same workspace, and want to explictly choose one.

v1.8.2

01 May 23:38
Compare
Choose a tag to compare

hotfix

v1.8.1

01 May 23:38
Compare
Choose a tag to compare

hotfix

v1.8.0

29 Apr 08:31
Compare
Choose a tag to compare
  • Galaxy files within the workspace are now being watched for external changes
  • Slight performance improvements of XML Catalog Data indexing
  • Indexing progress is now displayed in notifications area
  • Code diagnostics:
    • Fixed incorrect reporting of name clash in case of symbols declared with static modifier
    • Passing incorrect complex type will now be reported as error
  • Code completions:
    • When expanding functions semicolon will be appended if applicable
    • Markdown markup will now be properly displayed in doc tooltips
    • List won't be triggered in comments

v1.7.6

19 Apr 18:04
Compare
Choose a tag to compare
  • rebuild to fix npm dependency issues