Shinji Kashihara
Shinji Kashihara
I think the way to use PersistenceExceptionTranslator is better, is there any problem with it? Related issue: #831 save() method is raising a DbActionExecutionException on unique key violation ```java //...
org.eclipse.buildship.ui/src/main/java/org/eclipse/buildship/ui/internal/util/widget/AdvancedOptionsGroup.java Line 73 ```java this.builderFactory.newLabel(this).alignLeft().text(CoreMessages.Preference_Label_Gradle_User_Home); this.gradleUserHomeText = this.builderFactory.newText(this).alignFillHorizontal().control(); this.gradleUserHomeBrowseButton = this.builderFactory.newButton(this).alignLeft().text(UiMessages.Button_Label_Browse).control(); this.gradleUserHomeWarningLabel = this.builderFactory.newLabel(this).alignLeft().control(); this.gradleUserHomeWarningLabel.setImage(PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJS_WARN_TSK)); HoverText.createAndAttach(this.gradleUserHomeWarningLabel, NLS.bind(CoreMessages.WarningMessage_Using_0_NonPortable, "Gradle user home")); this.builderFactory.newLabel(this).alignLeft().text(CoreMessages.Preference_Label_Java_Home); this.javaHomeText = this.builderFactory.newText(this).alignFillHorizontal().control(); this.javaHomeBrowseButton = this.builderFactory.newButton(this).alignLeft().text(UiMessages.Button_Label_Browse).control(); this.javaHomeWarningLabel = this.builderFactory.newLabel(this).alignLeft().control();...
- Fixed status bar not working after a long time - Fixed Eclipse default search view tree contents not shown - Fixed missing handle exception - Fixed overlapping text like...
Fixes https://github.com/cypher256/pleiades.io/issues/150 The deprecated class org.eclipse.ui.views.navigator.LocalSelectionTransfer has been removed at Eclipse 2023-06. Replaced with org.eclipse.jface.util.LocalSelectionTransfer (since Eclipse 3.5). Thank you.
4.18.0.RELEASE Even when installed in "sts-4.18.0.RELEASE", which is directly under the Windows drive, the longest path length is as long as 265. ex: C:\sts-4.18.0.RELEASE\plugins\org.springframework.tooling.boot.ls_1.45.0.202303131439\servers\spring-boot-language-server\BOOT-INF\classes\org\springframework\ide\vscode\boot\java\data\providers\prefixsensitive\DataRepositoryPrefixSensitiveCompletionProvider.class A well-known problem with Eclipse on...
Is it possible to change the scope of `maven.terminal.customEnv` to `machine-overridable`? I would like to have remote `settings.json` updated when `vscode.workspace.getconfiguration()` is `update` by an extension in a remote environment...
Is it possible to publish the great "Gradle for Java" on Open VSX? The following seems to be an older version. #679 #821
### Current Behavior In JEP 400, since Java 18, `file.encoding` on Windows is now UTF-8. However, stdout and stderr remain Windows locale dependent, so running the Application plugin will result...
I get a `Retry Connection` error in Visual Studio 2022 and cannot connect by pressing the button. However, it works fine in Eclipse 2023 and VSCode. Windows 11 Pro (Proxy)...