1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-05 15:56: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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Before After
Before After

Binary file not shown.

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