3.0 Prerelease 50 2024-04-07
Downloads:
Features
Visual Studio Code Extension
- document symbol outline, hover tooltips and "Go to Definition"
dbd473b97
This patch greatly enhances the capabilities of the language extension. New features are:
- A symbol outline of the current script, showing all variables, functions, classes, namespaces, etc.
- Tooltips on hover, shown if a variable/class/whatever was declared with a comment. This supports markdown
- "Go to Definition" to jump to where something is defined. You can right-click to see this option, or CTRL/CMD+click on something
Bug Fixes
- update 'default.qst'
4e1bd29e4
Several default subscreen fixes (some by P-Tux7, some by myself)
Editor
- crash on reducing map count
e061ad48b
- crash on moving combos in quests with many maps/screens
80af019ef
- Improve efficiency of combo moving + fix crash + fix 'undo' combo move
4efe6b07d
- Improve efficiency of tile moving + fix 'undo' tile move
7b26369e0
ZScript
- '@AlwaysRunEndpoint("off")' erroring despite being valid
26c78ebec
- exit process when preprocessor recursion limit is reached
58aaefd3a
Visual Studio Code Extension
- 'AlwaysRunEndpoint' annotation missing syntax highlighting
b5b8ef720
- 'loop' keyword missing highlighting, add range operators to operator list
df11ee40f
Misc.
Visual Studio Code Extension
- publish 1.0.8
5526c1ddc