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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
## 0.11.0
2
+
3
+
### New Features
4
+
5
+
* Build: New experimental **ActionScript: Quick Compile & Debug** command builds projects faster by keeping the compiler in memory. Available using the `Ctrl+Enter` keyboard shortcut. This command may be used with all supported SDKs.
6
+
7
+
### Fixed Issues
8
+
9
+
* asconfigc: Added `ios_simulator` as a new platform in `airOptions`.
10
+
* Completion: When using completion to add MXML language tags, like `<fx:Script>` or `<fx:Component>`, the cursor is now correctly placed between opening and closing tags instead of at the end.
11
+
* Completion: Fixed issue where triggering the completion list in MXML from an existing prefix would incorrectly omit components if the MXML namespace were defined from a package, like `xmlns:example="com.example.*"`.
12
+
* Completion: Fixed issue where an exception was displayed when triggering completion for aattributes on an `<fx:Component>` tag.
13
+
* Completion: Changed the "kind" for getters/setters and methods so that the proper icon is displayed in the completion list.
14
+
* Hover: Fixed issue where hovering over an MXML event attribute would throw a null reference exception if a preceeding tag the file is unclosed.
15
+
* Hover: Fixed issue where the definition for the final closing tag in an MXML file could not be found if a preceeding tag in the file is unclosed.
16
+
* Hover: Fixed issue where hover details were incorrectly formatted if documentation were also displayed on hover.
17
+
* Hover: Fixed issue where an exception was displayed when hovering over the `id` attribute of an `<fx:Component>` tag.
18
+
* Organize Imports: Fixed issue where some missing imports were not added.
19
+
* Organize Imports: Fixed issue where no changes would be made if all imports can be removed.
20
+
* Problems: Fixed issue where warnings were still displayed if the `warnings` compiler option were set to `false`.
21
+
* Royale: Fixed issue where an exception were thrown if the `targets` compiler option lists "SWF" before "JSRoyale".
22
+
* Tasks: Removed deprecated command "Tasks: Configure Task Runner (ActionScript - asconfig.json)". Use **Configure Default Build Task** in **Tasks** menu instead.
23
+
* Tasks: If the Adobe AIR desktop target is set to "native" in *asconfig.json* the list of tasks will specifically mention which tasks will package a native installer.
24
+
* Workspace Symbols: Fixed issue where an exception was displayed when listing workspace symbols and a SWC file in the SDK contains resource bundles.
0 commit comments