Skip to content

Commit 6febdee

Browse files
committed
Updated readme
1 parent 4e56579 commit 6febdee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,16 @@ Single file build system and a batch build variant.
223223
Version 2.x.x - 2016/MM/DD:
224224

225225
**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.
228228

229229
**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).
231231
- Linter
232232
- Fixed validation of explicit casting.
233233
- Fixed argument validation in function calls.
234234
- 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).
236236
- Code completion
237237
- Updated completions for functions/events in states.
238238
- Added completions for parameters of the function/event that is being called.

0 commit comments

Comments
 (0)