mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Fixed extension methods in autocomplete, added extmethod icon
This commit is contained in:
parent
3f35ef51f2
commit
3560554127
7 changed files with 15 additions and 5 deletions
|
@ -2015,6 +2015,8 @@ namespace IDE.ui
|
|||
{
|
||||
case "method":
|
||||
entryIcon = DarkTheme.sDarkTheme.GetImage(.Method);
|
||||
case "extmethod":
|
||||
entryIcon = DarkTheme.sDarkTheme.GetImage(.ExtMethod);
|
||||
case "field":
|
||||
entryIcon = DarkTheme.sDarkTheme.GetImage(.Field);
|
||||
case "property":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue