1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Commit graph

2761 commits

Author SHA1 Message Date
Simon Lübeß
f9f53eb97b Basic fuzzy search for autocomplete 2021-12-08 22:08:57 +01:00
Brian Fiete
195c705a46 Fix for channel allocation error 2021-12-07 21:41:11 -08:00
Brian Fiete
6cecbd6c92 Property field dtor formatting 2021-12-07 10:33:43 -08:00
Brian Fiete
09bf85ad0e Improved performance with lots of raw leaks displayed 2021-12-06 12:35:13 -08:00
Brian Fiete
6cf0152d99 Fixed append mangle early exit 2021-12-06 11:51:37 -08:00
Brian Fiete
ff54f3ce9c Fixed issue with global variable as sized array size 2021-12-06 11:39:19 -08:00
Brian Fiete
df94a61f48 Insert index fix 2021-12-06 10:28:00 -08:00
Brian Fiete
9f57be150e
Merge pull request #1252 from blat-blatnik/OpenTabsOnRight
[IDE] Added setting to open new tabs on right instead of left
2021-12-06 09:39:49 -08:00
Brian Fiete
22919dd629
Merge pull request #1260 from disarray2077/allocstackcount
Expose `AllocStackCount` to corlib & Use it in Dbg_ObjectAlloc
2021-12-06 09:35:55 -08:00
Brian Fiete
9e979ea8d4
Merge pull request #1259 from disarray2077/patch-3
Fixed method parameter parsing with comptype
2021-12-06 09:34:10 -08:00
Brian Fiete
82fbaab8eb
Merge pull request #1250 from disarray2077/patch-1
Fix Encoding static init priority
2021-12-06 09:33:44 -08:00
Brian Fiete
85bf96659d
Merge pull request #1258 from disarray2077/icharacter
Add ICharacter interface
2021-12-06 09:33:03 -08:00
Brian Fiete
82ca2fd72c
Merge pull request #1255 from disarray2077/patch-2
Add ignore case option for StringView.Contains & Improve String.Contains
2021-12-06 09:32:37 -08:00
Brian Fiete
8256c81347 StringView intern data fix 2021-12-05 12:08:16 -08:00
Brian Fiete
e29a785fee Compression interface change 2021-12-05 12:08:03 -08:00
disarray2077
8b96697fdf Also expose type-specific AllocStackCount 2021-12-04 19:27:28 -03:00
disarray2077
111b785081 Expose AllocStackCount to corlib 2021-12-04 17:19:08 -03:00
disarray2077
4f71cfccfd Fixed method parameter parsing with comptype 2021-12-04 15:15:48 -03:00
disarray2077
9cf3d54a9d Add ICharacter interface 2021-12-04 14:32:44 -03:00
Brian Fiete
b0aa27c82c BeefySysLib debug libs 2021-12-03 15:09:43 -08:00
Brian Fiete
a0260aafdd Link Beefy2D libs 2021-12-03 14:53:32 -08:00
Brian Fiete
00463b92b2 CopyToDependents for Linux 2021-12-03 14:43:38 -08:00
Brian Fiete
fbb622e956 Compression support 2021-12-03 14:18:04 -08:00
Brian Fiete
7e1b2c2469 Compress fix 2021-12-03 05:59:25 -08:00
Brian Fiete
b2e9a83ac2 Span default ctor fix 2021-12-03 05:58:57 -08:00
Brian Fiete
15003d5f6a ContainsAlt rename 2021-12-03 05:58:45 -08:00
Brian Fiete
ab1146d72a Long size fix 2021-12-03 05:58:34 -08:00
Brian Fiete
61222f8525 Zero-sized compression fixes 2021-12-02 14:43:36 -08:00
disarray2077
5e78e24fe8
Add ignore case option for StringView.Contains
... and remove unnecessary overload on String.Contains, allowing StringView to also be used.
2021-12-02 14:46:43 -03:00
Brian Fiete
46fbba9712 StringView.Intern 2021-12-01 11:07:09 -08:00
Brian Fiete
69f26e453d Added 'Alt' methods 2021-12-01 11:06:59 -08:00
blat-blatnik
4c8a4ec769 Reset to default. 2021-12-01 08:02:36 +01:00
disarray2077
f1688df047
Fix Encoding static init priority 2021-11-30 23:43:49 -03:00
blat-blatnik
0e0a989e8e Should work for all tabs now. 2021-12-01 00:21:12 +01:00
blat-blatnik
318cb6524d Added setting to open new tabs on right instead of left 2021-11-30 23:37:44 +01:00
Brian Fiete
c2ed0d4afe Better error for duplicate method 2021-11-30 09:32:28 -08:00
Brian Fiete
a8546fbbdf
Merge pull request #1198 from MineGame159/remember_string_find_class
[IDE] Find class dialog and open file in workspace dialog now remembers last searched string
2021-11-30 09:21:45 -08:00
Brian Fiete
3bd1e97179
Merge pull request #1239 from disarray2077/matchindex
Add MatchIndex to StringSplitEnumerator
2021-11-29 09:27:27 -08:00
Brian Fiete
223b7b9e1b
Merge pull request #1212 from miere43/delete-all-right
Add "Delete All Right" command to IDE
2021-11-29 09:27:06 -08:00
Brian Fiete
e6a9e03b62 Val128 + operator 2021-11-29 08:39:06 -08:00
Brian Fiete
aa56542fae Better support for @ name prefixes 2021-11-29 08:38:42 -08:00
Brian Fiete
7691c414c3 Fixed symbol hiliting with comptime emissions 2021-11-28 10:59:25 -08:00
Brian Fiete
ed06ff4dce Comptime method fixes 2021-11-28 09:42:22 -08:00
Brian Fiete
0927656400 Fixed invalid variable declaration detection in string interpolation 2021-11-27 11:45:10 -08:00
Brian Fiete
1b26619087 Fixed method param attribute parsing with no type specified 2021-11-27 11:38:16 -08:00
Brian Fiete
244407c7fe Fixed delegate binding with var argument 2021-11-27 11:22:10 -08:00
Brian Fiete
7c292a8814 Fixed scope for switch with tuple member captures 2021-11-27 11:11:41 -08:00
Brian Fiete
041a17cf89 Support for autoprop initializers 2021-11-27 10:31:32 -08:00
Brian Fiete
40b0d78d16 Allow ref property setter specifier 2021-11-27 09:05:23 -08:00
Brian Fiete
0d837d23cb Allow typeof(Self) in static section 2021-11-27 08:01:08 -08:00