Fix empty description for Prototype Label Decorator in preferences#2426
Merged
elsazac merged 1 commit intoeclipse-platform:masterfrom Jan 27, 2026
Merged
Conversation
Contributor
df73800 to
5bbf12a
Compare
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.
5bbf12a to
67d2b74
Compare
Member
Author
|
test looks good; merging this now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Prototype label decorator was missing a description, which resulted in an empty description area in the Label Decorations preference page when selection was made.
This PR adds the description for the Prototype label decorator so that it is displayed correctly in the description box upon selection like the rest of the entries.