Skip to content

Releases: mghdotdev/sublime-miva-ide

BUGFIX: Fixed syntax highlighting issue for MivaScript

08 Jul 18:54
c5fa432
Compare
Choose a tag to compare

Changlog for v3.6.4:

  • Fixed issue in MivaScript syntax that was causing variables separated by square brackets to not highlight
  • Updated syntax name for MVT (non breaking change)
  • Fixed whitespace issue

BUGFIX: Global Variable Conversion Issue

13 May 15:29
438b3c7
Compare
Choose a tag to compare

Changlog for v3.6.3:

  • Fixed issue with global variables not respecting encoding setting

Fixed Windows Crashing Issue

26 Apr 16:53
3714558
Compare
Choose a tag to compare

Changlog for v3.6.2:

  • Reverted back to latest version (3.6.0)
  • Modified REGEX expressions responsible for highlighting functions within MivaScript and MVT source scopes
  • Fixed crashing issues on Windows

Reverted back to 3.4.3

24 Apr 19:04
Compare
Choose a tag to compare
3.6.1

reverted back to 3.4.3

Updated for 9.13

23 Apr 20:58
6450d60
Compare
Choose a tag to compare
Merge pull request #47 from mghweb/dev

Updated for 9.13

BUGFIX: POS Calculator function

14 Mar 18:35
Compare
Choose a tag to compare

Changlog for v3.4.4:

  • Fixed bug in POS Calculator function where certain control tags were being identified as FOR tags.

BUGIFX: Fixed MivaScript Syntax Issues

13 Mar 20:52
Compare
Choose a tag to compare

Changlog for v3.4.3:

  • Re-added scopes that were missing from MivaScript syntax -- breaking the "Goto Definition" feature.

Removed `while` tags from `pos` calculator

11 Mar 22:20
3607679
Compare
Choose a tag to compare

Changlog for v3.4.2:

  • Removed calculation of l.pos within While loops (not supported)

Updated Pos Calculator Function

11 Mar 16:53
a4dca31
Compare
Choose a tag to compare

Changlog for v3.4.1:

  • Updated l.pos Calculator function to work on all loop tags (while / for / foreach).
  • Also updated to work properly in MivaScript files.

Added `l.pos` Calculator

08 Mar 23:38
0a83c6f
Compare
Choose a tag to compare

Changlog for v3.4.0:

  • Added l.posX calculation command. You can access the command via the Command Palette:

CMD + SHIFT + P for Mac
CTRL + SHIFT + P for PC