You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
2.0 KiB
47 lines
2.0 KiB
3 years ago
|
Trigger Editor Syntax Highlighting Changelog
|
||
|
|
||
|
0.7.1.1 (Unofficial update by Van Damm)
|
||
|
- Added some 1.24 keywords and calltips, missed when performing previous update.
|
||
|
- Added some new cJass keywords.
|
||
|
|
||
|
0.7.1.0 (Unofficial update by Van Damm)
|
||
|
- Modified for usage with the Horus project.
|
||
|
- Added cJass keywords.
|
||
|
- Slightly tuned previous update.
|
||
|
|
||
|
0.7.0.4 (Unofficial update by Artificial)
|
||
|
- Added globals from common.j and blizzard.j to autocompletion
|
||
|
- Removed some natives that were highlighted but apparently weren't in common.j (e.g. GetSelectedUnit and InitHandleTable).
|
||
|
- Made it highlight all of the natives/globals/BJs added in 1.23b.
|
||
|
- Added all of the added natives/BJs to the function list.
|
||
|
- Updated some BJs in the function list and autocompletion.
|
||
|
- Added the new constants to the constants list.
|
||
|
|
||
|
0.7.0.3 (Unofficial update by Van Damm)
|
||
|
- Added 'module', 'endmodule', 'implement', 'optional' keywords.
|
||
|
- Added 'thistype' type.
|
||
|
|
||
|
0.7.0.2 (Unofficial update by Zoxc)
|
||
|
- Added the 'keyword' keyword.
|
||
|
|
||
|
0.7.0.1 (Unofficial update by Zoxc)
|
||
|
- Moved 'type' and 'extends' to the long keyword list.
|
||
|
- Added 'library_once', 'operator', 'defaults', 'stub' and 'delegate' keywords.
|
||
|
|
||
|
0.7
|
||
|
- Much faster, large triggers now completely fold almost instantly.
|
||
|
- Fold All button.
|
||
|
- Always Fold All option for specific triggers.
|
||
|
- Saves scroll position.
|
||
|
- Bug fixes, namely Ctrl+V and Ctrl+Z are no longer passed to the trigger editor.
|
||
|
- F3 is the Find Next button now.
|
||
|
- Function list can now be merged with the trigger editor as well.
|
||
|
- All constants defined in common.j and blizzard.j can be viewed through the function list.
|
||
|
- You can import your own functions by putting a .j file with them in the includes directory.
|
||
|
- AutoComplete can be made case-insensitive.
|
||
|
- Syntax check is now possible again, no vJass support though.
|
||
|
- More color customization.
|
||
|
- Styles are now saved in a separate INI file that can easily be modified outside the program itself, you can also use this to share your own "themes".
|
||
|
|
||
|
0.6
|
||
|
- Initial DLL version.
|