Skip to content

Releases: mvextensions/mvbasic

v2.0.8

11 Jun 18:35
a452ca5
Compare
Choose a tag to compare
  • Fixed a bug with FOR/NEXT recognition and spacing (#107)

v2.0.7

11 Jun 05:03
97dea4d
Compare
Choose a tag to compare
  • Fixed a bug with the "customWordPath" option (#24)
  • Fixed auto-formatting bug (#45)
  • Added documentation for the RestFS API (#89)
  • Fixed bug with space-prefixed labels (#96)
  • Improved linting (#98)
  • Improved label detection with GOTO/GOSUB (#99)
  • Fixed bug with FOR/NEXT linting with labels (#104)

v2.0.6

06 May 02:05
Compare
Choose a tag to compare
  • Crushed many Regex bugs with the language server
  • Better recognition of keywords
  • Fixed erroneous warnings and errors
  • Fixed language server JavaScript errors
  • Fixed incorrect line matching for legitimate warnings and errors
  • Fixed bug that introduced spaces to blank lines
  • Introduced webpack to bundle the extension
  • Removed docs from the bundled extension (they can still be accessed online at the repo)
  • Improvements to RestFS API

v2.0.5

21 Apr 15:03
Compare
Choose a tag to compare
  • Fix formattingEnabled setting to correctly enable/disable auto formatting
  • Improve RestFS API
  • Fix formatting issue with spacing and blank lines

v2.0.4

03 Apr 00:26
Compare
Choose a tag to compare
  • Add AccuTerm connector for RestFS
  • Improve RestFS API
  • Add "Language Type" setting for dynamic IntelliSense
  • Improve Regex for comments, split lines and for/next
  • Improve docs
  • Add additional language syntax test files