Skip to content

Commit

Permalink
[#728] add icon an view category to Call Hierarchy view (#729)
Browse files Browse the repository at this point in the history
fixes #728
  • Loading branch information
ghentschke committed Jul 14, 2023
1 parent 3991af1 commit 7bd0194
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion org.eclipse.lsp4e/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ command.selection.range.up.description=Expand Selection To Enclosing Element
command.selection.range.down.name=Restore To Last Selection
command.selection.range.down.description=Expand Selection To Restore To Last Selection
markers.name = Language Servers
typeHierarchy.command.name = Show Type Hierarchy
typeHierarchy.command.name = Show Type Hierarchy
callHierarchy.name = Call Hierarchy
viewsCategory.name = Language Servers
8 changes: 7 additions & 1 deletion org.eclipse.lsp4e/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -652,11 +652,17 @@
<extension
point="org.eclipse.ui.views">
<view
category="org.eclipse.lsp4e.views"
class="org.eclipse.lsp4e.callhierarchy.CallHierarchyView"
icon="icons/full/dlcl16/call_hierarchy.gif"
id="org.eclipse.lsp4e.callHierarchy.callHierarchyView"
name="Call Hierarchy"
name="%callHierarchy.name"
restorable="true">
</view>
<category
id="org.eclipse.lsp4e.views"
name="%viewsCategory.name">
</category>
</extension>

<!-- reusable expression definitions, see https://wiki.eclipse.org/Command_Core_Expressions -->
Expand Down

0 comments on commit 7bd0194

Please sign in to comment.