diff --git a/org.eclipse.jdt.debug.ui/plugin.properties b/org.eclipse.jdt.debug.ui/plugin.properties index 4e7fca4bc4..6a32ed29af 100644 --- a/org.eclipse.jdt.debug.ui/plugin.properties +++ b/org.eclipse.jdt.debug.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2025 IBM Corporation and others. +# Copyright (c) 2000, 2026 IBM Corporation and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -267,6 +267,9 @@ javaLikeExtensions.description=Regular expression matching registered Java-like Context.javaDebugging.name= Debugging Java Context.javaDebugging.description= Debugging Java programs +Context.javaConsoleScope.name= In Java Stack Trace Console +Context.javaConsoleScope.description= Editing Java stack traces + newWizardCategoryName=Java Run/Debug NewJavaScrapbookPage.label= Scrapbook Page NewJavaScrapbookPage.description=Create a Java scrapbook page file @@ -353,4 +356,7 @@ ToggleHitpointAction.label=Toggle Breakpoint with Hit Count ToggleHitpointCommand.description=Creates or removes a breakpoint with hit count CompareVariableClipboard.label=Compare With Clipboard -CompareVariableClipboard.tooltip=Compare Variable's Value with Clipboard Content \ No newline at end of file +CompareVariableClipboard.tooltip=Compare Variable's Value with Clipboard Content + +CompareExpressionClipboard.label=Compare With Clipboard +CompareExpressionClipboard.tooltip=Compare Expressions's Value with Clipboard Content \ No newline at end of file diff --git a/org.eclipse.jdt.debug.ui/plugin.xml b/org.eclipse.jdt.debug.ui/plugin.xml index 4643154b7b..e00dc4cde6 100644 --- a/org.eclipse.jdt.debug.ui/plugin.xml +++ b/org.eclipse.jdt.debug.ui/plugin.xml @@ -1,7 +1,7 @@