mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Autocomplete fixes, debugger fixes
Fixed autocomplete issue typing out base class name Fixed autocomplete issue typing before a member access (ie: in 'val' for 'val.MethodA()') Fixed invocation autocomplete with [Friend] access
This commit is contained in:
parent
2f01cc14dd
commit
1e04bb1b3e
8 changed files with 53 additions and 7 deletions
|
@ -1,7 +1,15 @@
|
|||
using System;
|
||||
// Zapples
|
||||
|
||||
class Mintest2
|
||||
|
||||
static
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*class Mintest2
|
||||
{
|
||||
|
||||
public static void Main()
|
||||
|
@ -29,4 +37,4 @@ class Mintest2
|
|||
1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 +
|
||||
1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1;
|
||||
}
|
||||
}
|
||||
}*/
|
Loading…
Add table
Add a link
Reference in a new issue