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:
parent
3f35ef51f2
commit
3560554127
7 changed files with 15 additions and 5 deletions
BIN
IDE/dist/images/DarkUI.png
vendored
BIN
IDE/dist/images/DarkUI.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
BIN
IDE/dist/images/DarkUI_2.png
vendored
BIN
IDE/dist/images/DarkUI_2.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 50 KiB |
BIN
IDE/dist/images/DarkUI_4.png
vendored
BIN
IDE/dist/images/DarkUI_4.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 89 KiB |
BIN
IDE/dist/images/DarkUI_4.psd
vendored
BIN
IDE/dist/images/DarkUI_4.psd
vendored
Binary file not shown.
|
@ -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