Skip to content

Releases: SkaceKamen/vscode-sqflint

0.12.4

11 Feb 09:24
83bf95d
Compare
Choose a tag to compare
Version 0.12.4

0.12.3

10 Feb 12:28
Compare
Choose a tag to compare
Version 0.12.3

Version 0.12.0

13 Nov 09:25
ca0cbb3
Compare
Choose a tag to compare
v0.12.0

Some release-related change

Version 0.9.9

01 May 08:45
Compare
Choose a tag to compare
  • Workspace indexing now displays status in statusbar
  • Workspace indexing no longer displays undefined warnings on first pass
  • Fixed autocompletion not working (#52)
  • Fixed description.ext parser being older version

Version 0.9.8

30 Apr 23:02
Compare
Choose a tag to compare
  • Added new functions and operators
  • Added mission.sqm scanner, which will discover objects and markers defined in editor. (only works on debinarized missions)
  • Added ACE3 functions
  • Debugger now uses line numbers to determine new messages
  • Debugger now informs about filers if there are any
  • Fixed parser getting stuck in infinite loop under certain conditions (#49) (thanks billw2012)
  • Fixed macros with arguments (#43)
  • Fixed macros in macros not being properly parsed (#41)
  • Fixed or not accepting not as right argument (#24)
  • Fixed multi-line macros breaking locations of messages
  • Fixed defines with more than 1 whitespaces being ignored (#40)
  • Fixed some issues with context separation (#37)
  • Fixed mission.sqm scanner not loading logics
  • Fixed issues with multiline macros
  • Fixed issues with macros that could lead to infinite loop
  • Fixed GoTo not working on #include paths
  • Fixed some issues with hpp parser (allowed classnames beginning with numbers, allowed inner array definiton with [], allowed decimal number definition without 0 (ex .5))
  • Fixed local variables not showing in autocomplete

Version 0.9.0

22 Oct 13:52
Compare
Choose a tag to compare
  • Added context separation, that can detect undefined variables in different contexts in same file (can have false positives, can be disabled)
  • Ignored variables array now accepts wildcards (#31)
  • More robust callable check (#25, #35)

Version 0.8.7

09 Aug 08:26
Compare
Choose a tag to compare
  • Migrated debugger to newer vscode version
  • cfgFunctions parser now supports docstring in both BIS and CBA formats
  • description.ext files in subfolders of workspace will now be properly loaded
  • Added messageFilter and errorFilter to debugger configuration allowing basic filtering of output
  • Added discoverDescriptionFiles options, which allows user to enable/disable automatic searching for description.ext files
  • Added descriptionFiles option, allowing user to specify list of paths to additional description files
  • Added support for # operator (#30)
  • Fixed issue with empty classes in hpp files (#32)
  • Fixed macro support in hpp files (thanks veteran29)

Version 0.8.4

05 Jan 10:38
Compare
Choose a tag to compare
  • Fixed issue with with command (#18)
  • __FILE__ and __LINE__ are on longer recognized as variables

Version 0.8.3

27 Sep 07:31
Compare
Choose a tag to compare
  • Added new commands and functions

Version 0.8.2

11 Jul 12:53
Compare
Choose a tag to compare
  • #include path can now be opened (#15)
  • Fixed incorrect macro expansion (#14)
  • Fixed empty statements causing errors
  • Fixed comments in HPP files missing style