Skip to content

Commit 98a84e6

Browse files
committed
VERSION 1.6.2
- Added initial autocomplete capability. More to come.
1 parent 4413fbe commit 98a84e6

21 files changed

+448
-48
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.6.2] The "Autocomplete begins" update
4+
5+
- Added initial autocomplete capability. More to come.
6+
37
## [1.6.1] The "Comments have value" update
48

59
- Added comments support for file parsing (I'm gonna need it for context support)
@@ -41,12 +45,12 @@ script "Whatever" ENTER //<-- this one
4145

4246
- Created entry point for typescript. (So you can extend whatever this extension is.)
4347

44-
## [1.0.0] The "release" update
48+
## [1.0.0] The "Release" update
4549

4650
- Minor fixes
4751
- Removed comments (less pace wasted)
4852

49-
## [0.9.6] The "booleans are constants now" update
53+
## [0.9.6] The "Booleans are constants now" update
5054

5155
- `true` and `false` are now language constants (different colors)
5256

@@ -137,14 +141,14 @@ enum Example {
137141
}
138142
```
139143

140-
## [0.9.2] The "dynamic" update
144+
## [0.9.2] The "Dynamic" update
141145

142146
- Fixed some issues with the `Array<>` detection
143147

144-
## [0.9.1] The "blocky" update
148+
## [0.9.1] The "Blocky" update
145149

146150
- Fixed some issues with the `Default` and `States` blocks detection
147151

148-
## [0.9.0]
152+
## [0.9.0] The "Legend begins" update
149153

150154
- Initial release

out/builtIn/completions.js

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/builtIn/completions.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/builtIn/types.js

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/builtIn/types.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/classes/ZScriptContext.js

Lines changed: 23 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/classes/ZScriptContext.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/classes/ZScriptError.js

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/classes/ZScriptError.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/enums/ZScriptContextType.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)