Skip to content

Commit

Permalink
prepare for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Apr 25, 2017
1 parent f3b272a commit 193af05
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions check-flexjs-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-flexjs-version</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<name>check-flexjs-version</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-java-version</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<name>check-java-version</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>distribution</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<name>distribution</name>
<packaging>pom</packaging>

Expand Down
10 changes: 10 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.2

* When opening a workspace, immediately checks for errors instead of waiting to open an ActionScript or MXML file.
* ActionScript completion is now supported inside MXML event attributes.
* Added ability to specify `extdir` option in `launch.json` to allow AIR applications to access a directory of unpacked native extensions.
* 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).
* Fixed issue where the generated `launch.json` might reference the wrong file extension (was .as, but should have been .swf).
* Fixed issue where the completion list was incorrectly empty after activating with Ctrl+click on the left side of member access.
* Fixed issue where a goto definition link would not appear if the mouse was over the first character of an identifier.

## 0.4.1

* Fixed issue where super protected members were sometimes omitted
Expand Down
4 changes: 2 additions & 2 deletions language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>language-server</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<name>language-server</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<name>vscode-nextgenas</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions swf-debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ limitations under the License.
<parent>
<artifactId>vscode-nextgenas</artifactId>
<groupId>com.nextgenactionscript.vscode</groupId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>swf-debugger</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<name>swf-debugger</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nextgenas",
"displayName": "NextGen ActionScript",
"description": "ActionScript and MXML language extension for Visual Studio Code",
"version": "0.4.2-SNAPSHOT",
"version": "0.4.2",
"publisher": "bowlerhatllc",
"homepage": "http://nextgenactionscript.com/vscode/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-extension</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<name>vscode-extension</name>

<properties>
Expand Down

0 comments on commit 193af05

Please sign in to comment.