Brian Fiete
|
df76b17c49
|
Fixed data cycle with interface decl "struct A : IEnumerable<Inner>"
|
2020-01-31 16:11:31 -08:00 |
|
Brian Fiete
|
87ac9e65cf
|
Fixed formatting of function/delegate types
|
2020-01-31 16:10:23 -08:00 |
|
Brian Fiete
|
d91483ed83
|
Fixed multi var decl in switch case
|
2020-01-31 16:10:06 -08:00 |
|
Brian Fiete
|
9c2f95e1cd
|
New tests
|
2020-01-31 16:09:35 -08:00 |
|
Brian Fiete
|
5d909752c9
|
Improved some var handling for allocations
|
2020-01-31 06:12:04 -08:00 |
|
Brian Fiete
|
1c876af91c
|
Fixed some decltype and rettype parsing
|
2020-01-31 06:11:13 -08:00 |
|
Brian Fiete
|
36bf9df1f5
|
Improved some fixits, boxing fix
|
2020-01-30 10:25:37 -08:00 |
|
Brian Fiete
|
d6566982f2
|
Boxing result change, warning on boxing obj, boxing generics
|
2020-01-30 07:06:16 -08:00 |
|
Brian Fiete
|
17fbd8f8d6
|
Fixed debug viewing of boxed types
|
2020-01-30 07:03:27 -08:00 |
|
Brian Fiete
|
da7015e82d
|
Errors panel fix
|
2020-01-29 16:36:41 -08:00 |
|
Brian Fiete
|
c74d99b1ab
|
Fixed dbgvis for Beefy::HashSet
|
2020-01-29 16:27:27 -08:00 |
|
Brian Fiete
|
a84b8ba987
|
Fixed issues closing error panel on shutdown
|
2020-01-29 16:27:11 -08:00 |
|
Brian Fiete
|
a75cc2d8f9
|
Better error messages for attempted op overload calls on interfaces
|
2020-01-29 16:26:52 -08:00 |
|
Brian Fiete
|
f874535a13
|
Added INumeric
|
2020-01-28 10:58:52 -08:00 |
|
Brian Fiete
|
0b71897461
|
Added mouseover for let/var fields
|
2020-01-28 10:57:57 -08:00 |
|
Brian Fiete
|
c4a5ab6cd1
|
Fixed untabbing
|
2020-01-28 10:57:28 -08:00 |
|
Brian Fiete
|
ff8aae1a72
|
Fixed postbuild commands
|
2020-01-27 17:15:40 -08:00 |
|
Brian Fiete
|
efbef794e0
|
Fixed unindenting selection
|
2020-01-27 17:15:29 -08:00 |
|
Brian Fiete
|
62e62ed907
|
Fixed formatting for 'public abstract class'
|
2020-01-27 17:14:38 -08:00 |
|
Brian Fiete
|
7c67b226be
|
Default ctor fixes
|
2020-01-26 06:45:36 -08:00 |
|
Brian Fiete
|
64cb1ab193
|
Base ctor fixes
|
2020-01-26 06:42:34 -08:00 |
|
Brian Fiete
|
e6344c02b1
|
Fixed default base ctor issues
|
2020-01-26 06:28:04 -08:00 |
|
Brian Fiete
|
c48c292f78
|
Fixed bug from new default ctor
|
2020-01-25 10:04:52 -08:00 |
|
Brian Fiete
|
6ba8bdc14c
|
Fixed default ctor issues
|
2020-01-25 07:03:14 -08:00 |
|
Brian Fiete
|
7b22b37822
|
Selecting and forcing visible items when creating folder or file
|
2020-01-25 06:22:26 -08:00 |
|
Brian Fiete
|
bde2bc3603
|
Fixed mouse capture for invisible symbol rename panel
|
2020-01-25 06:22:06 -08:00 |
|
Brian Fiete
|
730ae877fa
|
Causing full refresh in IDE when deleting types
|
2020-01-25 06:21:46 -08:00 |
|
Brian Fiete
|
ed1cf60bb9
|
Fixing a case of adding to error nodes
|
2020-01-25 06:21:06 -08:00 |
|
Brian Fiete
|
0cefe95600
|
Making 'let' infer readonly for fields, fixed default ctor protection
|
2020-01-25 06:21:06 -08:00 |
|
Brian Fiete
|
d39450b3ab
|
Linux fix
|
2020-01-24 13:45:30 -08:00 |
|
Brian Fiete
|
7de7245b33
|
Fixed local method 'this' inside mixins
|
2020-01-24 12:29:54 -08:00 |
|
Brian Fiete
|
ea0ccae3d5
|
BeefBuild fix
|
2020-01-24 11:55:57 -08:00 |
|
Brian Fiete
|
a669d13c42
|
Removed "this." from mixin
|
2020-01-24 11:51:44 -08:00 |
|
Brian Fiete
|
fb7745af85
|
Added date/time to startup output
|
2020-01-24 11:51:31 -08:00 |
|
Brian Fiete
|
49122ae6aa
|
Fixed 'this' calls in mixins
|
2020-01-24 11:51:02 -08:00 |
|
Brian Fiete
|
fd64aa64d9
|
Made implicit tuple cast check names, fixed explicit tuple cast
|
2020-01-24 10:36:22 -08:00 |
|
Brian Fiete
|
1f77412536
|
Modified StartWith/EndsWith char32 version
|
2020-01-24 06:02:53 -08:00 |
|
Brian Fiete
|
a43d7ca991
|
Changed decode return types
|
2020-01-24 06:02:27 -08:00 |
|
Brian Fiete
|
12ab5a13f6
|
Merge pull request #35 from subramanivmk/beef32
Added StartsWith(char32) & EndsWith(char32).
|
2020-01-24 05:43:51 -08:00 |
|
Brian Fiete
|
e1958d165e
|
Allowing capture of shadowed (@) variables
|
2020-01-23 13:07:43 -08:00 |
|
Brian Fiete
|
95e4c1b3ca
|
Fixed repr for on-demand delegate types, avoiding circular Event refs
|
2020-01-23 12:02:54 -08:00 |
|
subuzero
|
edceaadc21
|
Added StartsWith(char32) & EndsWith(char32).
|
2020-01-24 00:25:01 +05:30 |
|
Brian Fiete
|
ddc943876d
|
Added support for shell commands in postbuild/prebuild
|
2020-01-23 07:44:09 -08:00 |
|
Brian Fiete
|
480f909cec
|
Fixed manually added files with same name as auto files in IDE
|
2020-01-23 07:43:44 -08:00 |
|
Brian Fiete
|
d59f79ef79
|
Fixed null character display in debugger
|
2020-01-23 07:42:56 -08:00 |
|
Brian Fiete
|
7d52b560dd
|
Added prebuild command queuing
|
2020-01-23 07:42:43 -08:00 |
|
Brian Fiete
|
d67e03f137
|
Properly handling lib failures
|
2020-01-22 15:25:37 -08:00 |
|
Brian Fiete
|
293387e41f
|
Style matching
|
2020-01-22 12:37:59 -08:00 |
|
Brian Fiete
|
70e751e718
|
Made $alias$ work for splat parameters to mixins
|
2020-01-22 12:37:44 -08:00 |
|
Brian Fiete
|
004d5d8d1c
|
Merge pull request #34 from rumbu13/33
Added String.StartsWith(char8)
|
2020-01-22 05:24:30 -08:00 |
|