Release 1.0.5_1 (not to be confused with 1.0.5)
kayler-renslow
released this
03 Aug 21:49
·
285 commits
to master
since this release
This release mostly improves some performance and removed bugs.
Changelog
Although performance has been improved with this release, it is important to note that any large SQF file will always take time to load. However, it should never freeze the editor.
SQF
Added:
- Inspection that you can turn on/off for: checks to see if variables are defined, being used, and private (this functionality has been in place for a while, but now it can be turned off)
Fixed:
- bad performance, and even freezes, for case statements (#22)
- external annotator being very slow