Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ command.name = Update IU Versions from Repositories
command.category.source.name = Target Definition Source
command.category.source.description = Target Definition Source Page actions
themeElementCategory.label = Target file editor
themeElementCategory.description= Colors and fonts used in the Target Definition Editor.
colorDefinition.tag = Tag
colorDefinition.attribute = Attribute
colorDefinition.header = Header
Expand Down
3 changes: 3 additions & 0 deletions ui/org.eclipse.pde.genericeditor.extension/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
<themeElementCategory
id="org.eclipse.pde.genericeditor.target.extension.presentation"
label="%themeElementCategory.label">
<description>
%themeElementCategory.description
</description>
</themeElementCategory>
<colorDefinition
categoryId="org.eclipse.pde.genericeditor.target.extension.presentation"
Expand Down
Loading