Skip to content

Commit 22d1f90

Browse files
committed
Add missing description for prototype decorator.
The prototype label decorator did not provide a description. The description box in the Label decoration was left empty in the preference page. This commit adds a description to so that it appears in the description box like the rest of the entries in the label decorations preference page.
1 parent 808cabc commit 22d1f90

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

debug/org.eclipse.debug.ui/plugin.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2000, 2025 IBM Corporation and others.
2+
# Copyright (c) 2000, 2026 IBM Corporation and others.
33
#
44
# This program and the accompanying materials
55
# are made available under the terms of the Eclipse Public License 2.0
@@ -418,6 +418,7 @@ debug.core.component.label = Platform Debug Core
418418
GroupLaunch.description=Launch several other configurations sequentially
419419

420420
prototype.decorator.label = Prototype Decorator
421+
prototype.decorator.description = Decorates launch configurations that are marked as prototypes with an overlay icon.
421422
breakpointLabel.label= Label
422423
breakpointLabel.tooltip= Provide a custom label to quickly identify breakpoint
423424
breakpointLabelCommand = EditBreakpointLabel

debug/org.eclipse.debug.ui/plugin.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?eclipse version="3.0"?>
33
<!--
4-
Copyright (c) 2005, 2025 IBM Corporation and others.
4+
Copyright (c) 2005, 2026 IBM Corporation and others.
55
66
This program and the accompanying materials
77
are made available under the terms of the Eclipse Public License 2.0
@@ -3385,6 +3385,9 @@ M4 = Platform-specific fourth key
33853385
lightweight="true"
33863386
location="TOP_RIGHT"
33873387
state="true">
3388+
<description>
3389+
%prototype.decorator.description
3390+
</description>
33883391
<enablement>
33893392
<objectClass
33903393
name="org.eclipse.debug.internal.core.LaunchConfiguration">

0 commit comments

Comments
 (0)