Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 23eee95

Browse files
authoredSep 2, 2020
Prepare for 0.13.0 (#317)
1 parent 45a2fef commit 23eee95

File tree

8 files changed

+28
-12
lines changed

8 files changed

+28
-12
lines changed
 

‎CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,25 @@ All notable changes to the "vscode-java-dependency" extension will be documented
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.13.0
8+
### Added
9+
- Add overflow menu and the shortcut for `Build Workspace` and `Clean Workspace` commands. [PR#308](https://github.com/microsoft/vscode-java-dependency/pull/308)
10+
11+
### Changed
12+
- Refined the context value of the nodes in the `Java Projects` explorer. [PR#311](https://github.com/microsoft/vscode-java-dependency/pull/311). For more details about how to register commands onto the nodes, see the [wiki page](https://github.com/microsoft/vscode-java-dependency/wiki/Register-Command-onto-the-Nodes-of-Project-View).
13+
- The default package will not show in the explorer any more. [#313](https://github.com/microsoft/vscode-java-dependency/issues/313)
14+
- Improve the explorer layout for `No build tools` projects. [PR#312](https://github.com/microsoft/vscode-java-dependency/pull/312), [PR#210](https://github.com/microsoft/vscode-java-dependency/pull/210)
15+
- Improve the description for `No build tools` option when creating new projects. [PR#314](https://github.com/microsoft/vscode-java-dependency/pull/314)
16+
17+
### Fixed
18+
- [Bugs fixed](https://github.com/microsoft/vscode-java-dependency/issues?q=is%3Aissue+label%3Abug+milestone%3A0.13.0+is%3Aclosed)
19+
720
## 0.12.0
821
### Added
922
- Support creating new packages and types. [#78](https://github.com/microsoft/vscode-java-dependency/issues/78)
1023

1124
### Changed
12-
- Reduce unnecessary refreshes when editing a Java file. [#283](https://github.com/microsoft/vscode-java-dependency/issues/78)
25+
- Reduce unnecessary refreshes when editing a Java file. [#283](https://github.com/microsoft/vscode-java-dependency/issues/283)
1326
- Adopt welcome view for Project explorer in LightWeight mode. [PR#300](https://github.com/microsoft/vscode-java-dependency/pull/300)
1427

1528
### Fixed

‎jdtls.ext/com.microsoft.jdtls.ext.core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul
99
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
1010
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
1111
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
12-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
13-
org.eclipse.jdt.core.compiler.compliance=1.8
12+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
13+
org.eclipse.jdt.core.compiler.compliance=11
1414
org.eclipse.jdt.core.compiler.problem.APILeak=warning
1515
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
1616
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
@@ -22,6 +22,7 @@ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
2222
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
2323
org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
2424
org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
25+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
2526
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
2627
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
2728
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
@@ -67,6 +68,7 @@ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=igno
6768
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
6869
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
6970
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
71+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
7072
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
7173
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
7274
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
@@ -103,7 +105,8 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
103105
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
104106
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
105107
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
106-
org.eclipse.jdt.core.compiler.source=1.8
108+
org.eclipse.jdt.core.compiler.release=enabled
109+
org.eclipse.jdt.core.compiler.source=11
107110
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
108111
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
109112
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false

‎jdtls.ext/com.microsoft.jdtls.ext.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: JDTLS EXT Core
44
Bundle-SymbolicName: com.microsoft.jdtls.ext.core;singleton:=true
5-
Bundle-Version: 0.12.0
5+
Bundle-Version: 0.13.0
66
Bundle-Activator: com.microsoft.jdtls.ext.core.JdtlsExtActivator
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Bundle-ActivationPolicy: lazy

‎jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.jdtls.ext</groupId>
77
<artifactId>jdtls-ext-parent</artifactId>
8-
<version>0.12.0</version>
8+
<version>0.13.0</version>
99
</parent>
1010
<artifactId>com.microsoft.jdtls.ext.core</artifactId>
1111
<packaging>eclipse-plugin</packaging>

‎jdtls.ext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.microsoft.jdtls.ext</groupId>
55
<artifactId>jdtls-ext-parent</artifactId>
66
<name>${base.name} :: Parent</name>
7-
<version>0.12.0</version>
7+
<version>0.13.0</version>
88
<packaging>pom</packaging>
99
<properties>
1010
<base.name>Java Project Manager</base.name>

‎package-lock.json

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

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-java-dependency",
33
"displayName": "Project Manager for Java",
44
"description": "%description%",
5-
"version": "0.12.0",
5+
"version": "0.13.0",
66
"publisher": "vscjava",
77
"preview": true,
88
"aiKey": "5c642b22-e845-4400-badb-3f8509a70777",
@@ -31,7 +31,7 @@
3131
"main": "./dist/extension",
3232
"contributes": {
3333
"javaExtensions": [
34-
"./server/com.microsoft.jdtls.ext.core-0.12.0.jar"
34+
"./server/com.microsoft.jdtls.ext.core-0.13.0.jar"
3535
],
3636
"commands": [
3737
{

‎src/views/dependencyDataProvider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export class DependencyDataProvider implements TreeDataProvider<ExplorerNode> {
3434
context.subscriptions.push(commands.registerCommand(Commands.VIEW_PACKAGE_REFRESH, (debounce?: boolean, element?: ExplorerNode) =>
3535
this.refreshWithLog(debounce, element)));
3636
context.subscriptions.push(instrumentOperationAsVsCodeCommand(Commands.VIEW_PACKAGE_EXPORT_JAR, (node: INodeData) => createJarFile(node)));
37-
context.subscriptions.push(commands.registerCommand(Commands.VIEW_PACKAGE_NEW_JAVA_CLASS, (node: DataNode) => newJavaClass(node)));
38-
context.subscriptions.push(commands.registerCommand(Commands.VIEW_PACKAGE_NEW_JAVA_PACKAGE, (node: DataNode) => newPackage(node)));
37+
context.subscriptions.push(instrumentOperationAsVsCodeCommand(Commands.VIEW_PACKAGE_NEW_JAVA_CLASS, (node: DataNode) => newJavaClass(node)));
38+
context.subscriptions.push(instrumentOperationAsVsCodeCommand(Commands.VIEW_PACKAGE_NEW_JAVA_PACKAGE, (node: DataNode) => newPackage(node)));
3939
context.subscriptions.push(instrumentOperationAsVsCodeCommand(Commands.VIEW_PACKAGE_REVEAL_FILE_OS, (node?: INodeData) =>
4040
commands.executeCommand("revealFileInOS", Uri.parse(node.uri))));
4141
context.subscriptions.push(instrumentOperationAsVsCodeCommand(Commands.VIEW_PACKAGE_COPY_FILE_PATH, (node: INodeData) =>

0 commit comments

Comments
 (0)
Please sign in to comment.