mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Provide an icon for methods
This commit is contained in:
parent
9b3dffefa1
commit
802821090d
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,7 @@ public class CElementImageProvider {
|
|||
case ICElement.C_VARIABLE:
|
||||
return CPluginImages.DESC_OBJS_FIELD;
|
||||
|
||||
case ICElement.C_METHOD: // FIXME: provide an icon for methods.
|
||||
case ICElement.C_FUNCTION:
|
||||
return CPluginImages.DESC_OBJS_FUNCTION;
|
||||
|
||||
|
@ -247,6 +248,7 @@ public class CElementImageProvider {
|
|||
case ICElement.C_VARIABLE:
|
||||
return CPluginImages.DESC_OBJS_FIELD;
|
||||
|
||||
case ICElement.C_METHOD: // FIXME: Provide a different icon.
|
||||
case ICElement.C_FUNCTION:
|
||||
case ICElement.C_FUNCTION_DECLARATION:
|
||||
return CPluginImages.DESC_OBJS_FUNCTION;
|
||||
|
|
Loading…
Add table
Reference in a new issue