Skip to content

Releases: Kapiainen/SublimePapyrus

Version 2.7.1

26 Feb 07:33
Compare
Choose a tag to compare
  • Skyrim
    • Fixed a bug in the linter's assignment validation.

Version 2.7.0

27 Jan 15:34
Compare
Choose a tag to compare
  • Skyrim
    • Added completions for End* keywords (e.g. EndWhile).
    • Fixed a bug that caused the linter to crash.

Version 2.6.10

12 Jan 19:39
Compare
Choose a tag to compare

Skyrim

  • Fixed a bug that caused linter to crash.

Version 2.6.9

22 Dec 15:52
Compare
Choose a tag to compare
  • 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

22 Dec 09:04
Compare
Choose a tag to compare
  • Skyrim
    • Fixed bugs that caused the linter to crash when attempting to cache scripts under certain circumstances.

Version 2.6.7

12 Dec 15:07
Compare
Choose a tag to compare
  • 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

11 Dec 14:42
Compare
Choose a tag to compare
  • Skyrim
    • Fixed a typo that caused the plugin to crash under certain circumstances.

Version 2.6.5

10 Dec 13:04
Compare
Choose a tag to compare
  • 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

07 Dec 12:32
Compare
Choose a tag to compare

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

06 Dec 10:15
Compare
Choose a tag to compare

Core

  • Updated readme to clarify certain aspects of installing and setting up the package.