Releases: Kapiainen/SublimePapyrus
Releases · Kapiainen/SublimePapyrus
Version 2.7.1
Version 2.7.0
- Skyrim
- Added completions for End* keywords (e.g. EndWhile).
- Fixed a bug that caused the linter to crash.
Version 2.6.10
Skyrim
- Fixed a bug that caused linter to crash.
Version 2.6.9
- Skyrim
- Fixed a bug that caused an exception to not be handled properly.
- Updated an error message regarding undefined import paths in the user settings.
Version 2.6.8
- Skyrim
- Fixed bugs that caused the linter to crash when attempting to cache scripts under certain circumstances.
Version 2.6.7
- Skyrim
- Added support for completions, which had previously been omitted, directly after the Return keyword in functions with a defined return type.
Version 2.6.6
- Skyrim
- Fixed a typo that caused the plugin to crash under certain circumstances.
Version 2.6.5
- Skyrim
- Updated some error messages.
- Fixed validation of function return types and return statements.
- Fixed missing quotation marks in the default values of string arguments in function completions.
- Added validation of the size of the int literal used to initialize an array.
- Added validation of the assignment operator used to assign to an array element.
- Updated the validation of assigment statements.
- Updated the definition of float literals in lexical analysis.
Version 2.6.4
Skyrim
- Fixed a bug that caused the plugin to crash in Sublime Text 2 when the linter processed multiple scripts with lexical, syntactic or semantic issues and the linter_panel_error_messages setting was enabled.
Version 2.6.3
Core
- Updated readme to clarify certain aspects of installing and setting up the package.