Skip to content

Releases: eduzappa18/SublimeMOHAA

v1.3.0

02 Feb 17:11
Compare
Choose a tag to compare

Changelog

  • added: Support for NightFall commands, completions and tooltips (https://github.com/mohabhassan/NightFall)
  • fixed: Some tooltip descriptions and examples
  • fixed: Missing keywords for .mus files
  • fixed: Scope bug showing wrong syntax highlighting after level waittill ...

v1.2.4

29 May 04:38
Compare
Choose a tag to compare

Changelog

  • Improved highlighting of documentation comments (similar to JSDoc/JavaDoc) in morpheus script files
  • Improved some tooltips descriptions and examples
  • Removed the escape sequence "\r" (Doesn't work in morpheus script)

v1.2.3

22 Dec 19:11
Compare
Choose a tag to compare

Changelog

  • fixed: Identifiers with hyphens not being highlighted correctly in state files (Sky is the limit mod)

v1.2.2

03 Dec 13:30
Compare
Choose a tag to compare

Changelog

  • fixed: Missing Reborn commands 'fnewdir' and 'fremovedir'
  • Improved highlighting of .log files (IP, IP:Port and chat messages)
  • Improved some tooltip descriptions and examples
  • Improved completions
  • fixed: Missing Morpheus syntax highlighting in tooltips for .st files ('entrycommands' and 'exitcommands')

v1.2.1

12 Sep 04:56
Compare
Choose a tag to compare

Changelog

  • fixed: TIKI Syntax highlighting not working on .txt files
    Now it will work if the first line of the .txt file match the words TIKI, setup or animations
  • fixed: Some tooltip descriptions and examples
  • fixed: Missing built-in properties (mostly from Breakthrough)
  • fixed: Fix some statements not being highlighted correctly under specific conditions

v1.2.0

26 Aug 04:12
e1d9080
Compare
Choose a tag to compare

Changelog

  • added: All 1378 stock MOHAA TIKI models (with paths) to completions for quoted strings
  • added: Syntax improvements
  • added: Completions improvements
  • added: Snippets improvements
  • added: Toggle comment shortcuts for all file types
  • added: Tooltips for Morpheus built-in functions (Allied Assault, Spearhead, Breakthrough and Reborn Patch)

Tooltips Info:

To show a tooltip with the info about a function just click it with the cursor
To disable the tooltips, go to:
Preferences -> Package Settings -> MOHAA -> Settings
and set "show_tooltips" to false (in the right side panel)

v1.1.1

09 May 10:34
Compare
Choose a tag to compare

Morpheus Script Syntax Highlighting

  • fixed: Improved highlighting of built-in properties (getters, setters)
  • fixed: Improved the scope of all snippets. They are ignored when writing quoted strings or object properties
  • fixed: All missing Breakthrough commands are now present
  • changed: "wait" and "waitframe" keywords use now the 'keyword' scope instead of the 'function' scope (it makes more sense, visually)
  • changed: Various regex improvements

TIKI Syntax Highlighting

  • fixed: Added missing Keywords 'end' and 'lod_scale'
  • fixed: Improved 'string.unquoted' scope for paths

Uber Resource Script files Syntax Highlighting

  • changed: The name "Menu file" to "Uber Resource Script (menus)"

v1.1.0

19 Apr 18:40
Compare
Choose a tag to compare

Morpheus Script Syntax Highlighting

  • changed: Regex improvement to use the latest/fastest regex engine
  • fixed: Corrected various scopes for better/correct syntax highlighting
  • added: Support for multiline thread declaration
  • added: Documentation comment blocks with "@Keyword" highlighting (javadoc-like)
  • added: Highlighting for built-in parameters/methods. e.g. ".origin", ".size", etc...
  • added: Highlighting for unquoted strings. e.g. "playsound radioloop"
  • added: Configuration to trim all trailing whitespace on save
  • added: "else" and "else if" snippets
  • added: Toggle comment shortcuts
    "Ctrl + /" to toggle a line comment.
    "Ctrl + Shift + /" to toggle a block comment
    (the "/" key may vary depending on your keyboard language)

TIKI Syntax Highlighting

  • added: Syntax Highlighting for TIKI (.tik) files
  • added: Configuration to trim all trailing whitespace on save
  • added: Toggle comment shortcuts
    "Ctrl + /" to toggle a line comment.
    (the "/" key may vary depending on your keyboard language)

Shaders Syntax Highlighting

  • added: Syntax Highlighting for Shader files
  • added: Configuration to trim all trailing whitespace on save
  • added: Toggle comment shortcuts
    "Ctrl + /" to toggle a line comment.
    "Ctrl + Shift + /" to toggle a block comment
    (the "/" key may vary depending on your keyboard language)

Menu files Syntax Highlighting

  • added: Syntax Highlighting for Menu (.urc) files
  • added: Configuration to trim all trailing whitespace on save

Music files Syntax Highlighting

  • added: Syntax Highlighting for Music (.mus) files

State files Syntax Highlighting

  • fixed: Corrected various scopes for better/correct syntax highlighting

Config files Syntax Highlighting

  • changed: Regex improvements for better highlighting

v1.0.1

18 Mar 05:04
Compare
Choose a tag to compare
  • Minor fixes.

v1.0.0

12 Mar 19:30
6f53931
Compare
Choose a tag to compare
  • Added .sublime-syntax files for Sublime Text 3 only
  • Dropped support for Sublime Text 2 (Textmate format)
  • Added suppoort for .st files (State files)
  • Minor additions and fixes