Releases: SkaceKamen/vscode-sqflint
Releases · SkaceKamen/vscode-sqflint
0.12.4
0.12.3
Version 0.12.3
Version 0.12.0
v0.12.0 Some release-related change
Version 0.9.9
- 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
- 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 acceptingnot
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
Version 0.8.7
- 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
anderrorFilter
to debugger configuration allowing basic filtering of output - Added
discoverDescriptionFiles
options, which allows user to enable/disable automatic searching fordescription.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
- Fixed issue with
with
command (#18) __FILE__
and__LINE__
are on longer recognized as variables
Version 0.8.3
- Added new commands and functions