Skip to content

Releases: KaptainMicila/ZScript-VSCode

VERSION 1.9.4

01 Aug 13:43
69ac974
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.3...v1.9.4

VERSION 1.9.3

03 Feb 17:46
c6eaf9d
Compare
Choose a tag to compare
  • Fixed: broken decimal point identification
  • Fixed: : character making everything after it a class (even if they weren't)
  • Added: ? to the operators list

VERSION 1.9.2

01 Feb 18:52
2ff93c0
Compare
Choose a tag to compare
  • Fixed: NULL was seen as a constant instead of a keyword (like null does)
  • My thanks to @DenisBelmondo for:
    • Fixing a spacing-related issue in detecting state and default (link)
    • Enhancing classes detection in default (link)

VERSION 1.9.1

08 Mar 17:31
Compare
Choose a tag to compare

What's Changed

  • Added Special Lumps support

VERSION 1.8.4

22 Nov 08:55
Compare
Choose a tag to compare
  • Made extension final weight lighter

VERSION 1.8.1

28 Jun 16:45
Compare
Choose a tag to compare
  • Rewrote the whole thing for not murdering "VSCode & Co." with huge files (LOC > 1000) and to look actually decent
  • Sneak peak for auto-complete (working this time, I swear: you can even try it if you know how compile this mess)
  • Some other fixes (and bugs) I forgot during the rewrite.

VERSION 1.6.1

22 Apr 17:00
Compare
Choose a tag to compare
  • Added comments support for file parsing (I'm gonna need it for context support)
  • Added types for contextes (is it a class? An enum? A struct? ...)
  • Microfixes around the place
  • A little peek to what to do next (maybe)

VERSION 1.7.6

17 May 16:33
Compare
Choose a tag to compare
  • Removed all kinds of auto-complete until I manage to make the system good enough

VERSION 1.7.5

13 May 17:52
bc4680b
Compare
Choose a tag to compare
  • Added support for more bracket types (useful for future updates)
  • Various fixes to syntax highlighting (less stuff is now a class, like it should be)
  • Many more forgotten ""fixes"" (sorry)
  • Added "donations" support. I need more pizza.

VERSION 1.7.4

05 May 19:46
Compare
Choose a tag to compare
  • Added 1471 names of built-in classes and 76 of built-in structs to the autocompletion
  • Added small documentation to 1% of these names (I'm NOT gonna continue that)
  • Added A_* functions highlighting (previously broken, for some reason)