Skip to content

Commit df73800

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 85447df commit df73800

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3374,6 +3374,9 @@ M4 = Platform-specific fourth key
33743374
lightweight="true"
33753375
location="TOP_RIGHT"
33763376
state="true">
3377+
<description>
3378+
%prototype.decorator.description
3379+
</description>
33773380
<enablement>
33783381
<objectClass
33793382
name="org.eclipse.debug.internal.core.LaunchConfiguration">

0 commit comments

Comments
 (0)