Releases: Talv/plaxtony
Releases · Talv/plaxtony
v1.9.0
v1.8.7
v1.8.6
- 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
v1.8.4
Minor bugfixes.
v1.8.3
- 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
v1.8.1
v1.8.0
- 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