Skip to content

Releases: TIny-Hacker/language-ti-basic

Release v1.0.3

15 May 15:28
Compare
Choose a tag to compare

Added

  • Error message if no text editor is open when importing a file.

Release v1.0.2

11 Apr 12:56
Compare
Choose a tag to compare

Added

  • Import TI-BASIC programs through command palette.
  • Export TI-BASIC programs through command palette.
  • Use Emscripten build of tivars_lib_cpp by @adriweb.

Changed

  • Re-introduce highlighting for certain unicode characters.

Fixed

  • Importing now works on macOS and Linux as well, not only Windows.
  • Properly detect syntax highlighting for all tokens, thanks to a file provided by @nineteendo.
  • Issue with exporting on Windows I missed has been fixed.

Release v0.2.7

23 Jan 21:00
Compare
Choose a tag to compare

Changed

  • Organize commands by ones ending with and (.
  • Restructure syntaxes to properly highlight more stuff

Release v0.2.6

06 Jan 21:42
Compare
Choose a tag to compare

Added

  • Add support for matricies [A] through [J]

Changed

  • Less strict error checking for tokens to correctly highlight more often, mentioned in #3
  • Check for and ( to ensure correct syntax for certain tokens
  • Change logical operation scope to keyword.operator.expression, suggested by @nineteendo
  • Handle snippet arguments slightly differently to consistently highlight them

Release v0.2.1

11 Dec 20:31
Compare
Choose a tag to compare

This minor update fixes some issues with DelVar and logical operations. Thanks to @nineteendo for the fix.

Release v0.2.0

08 Mar 12:55
Compare
Choose a tag to compare

It's time for the second release! The major additions to the extension were language snippets, though some other stuff happened too:

Added

Changed

  • Improved error checking in highlighting
  • Removed bracket highlighting so that there aren't a bunch of errors in optimized code

Fixed

  • Fixed an issue with highlighting strings

Release v0.1.1

20 Feb 21:15
Compare
Choose a tag to compare