You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -223,16 +223,16 @@ Single file build system and a batch build variant.
223
223
Version 2.x.x - 2016/MM/DD:
224
224
225
225
**Core**
226
-
- Added new settings relevant to toggling and customizing the looks of tooltips.
227
-
- Added a setting to toggle function/event parameters in function/event completions.
226
+
- Added new settings for toggling tooltips and customizing the looks of tooltips.
227
+
- Added a setting to toggle function/event parameters in function/event call completions.
228
228
229
229
**Skyrim**
230
-
- Added an optional tooltip that shows the name of the function/event and its parameters when typing inside of a function/event call.
230
+
- Added an optional tooltip that shows the name of the function/event and its parameters when typing inside of a function/event call (Sublime Text 3 build 3070 or newer only).
231
231
- Linter
232
232
- Fixed validation of explicit casting.
233
233
- Fixed argument validation in function calls.
234
234
- Added restrictions imposed on functions by the 'Global' keyword to the semantic analysis.
235
-
- Added a warning when no import paths are passed to the semantic analysis.
235
+
- Added a warning when no import paths are passed to the semantic analysis (e.g. if no paths have been defined in the settings).
236
236
- Code completion
237
237
- Updated completions for functions/events in states.
238
238
- Added completions for parameters of the function/event that is being called.
0 commit comments