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: distribution/src/assembly/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 0.4.2
2
+
3
+
* When opening a workspace, immediately checks for errors instead of waiting to open an ActionScript or MXML file.
4
+
* ActionScript completion is now supported inside MXML event attributes.
5
+
* Added ability to specify `extdir` option in `launch.json` to allow AIR applications to access a directory of unpacked native extensions.
6
+
* Search for symbols in workspace is now case insensitive and it may start from anywhere inside the fully qualified name of a symbol (not only from the beginning).
7
+
* Fixed issue where the generated `launch.json` might reference the wrong file extension (was .as, but should have been .swf).
8
+
* Fixed issue where the completion list was incorrectly empty after activating with Ctrl+click on the left side of member access.
9
+
* Fixed issue where a goto definition link would not appear if the mouse was over the first character of an identifier.
10
+
1
11
## 0.4.1
2
12
3
13
* Fixed issue where super protected members were sometimes omitted
0 commit comments