1
0
Fork 0
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:
Brian Fiete 2021-01-20 12:43:55 -08:00
parent 3f35ef51f2
commit 3560554127
7 changed files with 15 additions and 5 deletions

View file

@ -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":