Releases: eduzappa18/SublimeMOHAA
Releases · eduzappa18/SublimeMOHAA
v1.3.0
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
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
Changelog
- fixed: Identifiers with hyphens not being highlighted correctly in state files (Sky is the limit mod)
v1.2.2
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
Changelog
- fixed: TIKI Syntax highlighting not working on .txt files
Now it will work if the first line of the .txt file match the wordsTIKI
,setup
oranimations
- 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
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
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
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
- Minor fixes.
v1.0.0
- 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