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

4009 commits

Author SHA1 Message Date
Brian Fiete
acb644830c Fixed split deferred call processor 2022-08-24 14:49:05 -07:00
Brian Fiete
e09b701e9f Fixed named parameters in extension methods 2022-08-24 08:32:19 -07:00
Brian Fiete
2e9174be8d Improved resizing when UI scale changes 2022-08-24 07:42:57 -07:00
Brian Fiete
63c335959e Draw selection info in the status bar 2022-08-24 07:06:27 -07:00
Brian Fiete
231265628b Fixed theme images 2022-08-23 13:48:24 -07:00
Brian Fiete
a17d666c57 Expand DX reinit check 2022-08-23 13:22:32 -07:00
Brian Fiete
be0c4e5d88 Fixed null methodDef selection in failed attribute 2022-08-23 12:55:11 -07:00
Brian Fiete
f520932516 Const generic param method selector fix 2022-08-23 12:39:26 -07:00
Brian Fiete
77a99bdacc Sized array .InitAll elemented initializer 2022-08-23 12:07:02 -07:00
Brian Fiete
05e002d8f5 Used file-scoped namespace 2022-08-23 11:26:34 -07:00
Brian Fiete
c6d9aa37f8 Fixed parsing 2022-08-23 11:25:36 -07:00
Brian Fiete
c4979d33f9
Merge pull request #1689 from MineGame159/idehelper-changes
IDEHelper changes
2022-08-23 20:04:16 +02:00
MineGame159
46fbca7668 Add BfParser_GetIndexAtLine 2022-08-23 20:00:48 +02:00
MineGame159
24b03fa5aa Merge branch 'master' into idehelper-changes 2022-08-23 19:56:42 +02:00
Brian Fiete
f2c7c6947e Added legacy bookmark support 2022-08-23 10:52:28 -07:00
Brian Fiete
ebcaffbae9 Bookmark panel tweaks 2022-08-23 10:45:57 -07:00
MineGame159
852d11c6c3 Add BfParser_GetLineCharAtIdx, include fields in document symbols and optionally include location in type defs 2022-08-23 19:13:15 +02:00
Brian Fiete
9daae6baa6 Fixed BeefBuild null crash 2022-08-23 06:46:21 -07:00
Brian Fiete
e5b00e8f24
Merge pull request #1685 from disarray2077/patch-2
Fix crash in BfCompiler
2022-08-23 15:16:10 +02:00
Brian Fiete
ed60e27909
Merge pull request #1684 from disarray2077/patch-1
Fix `Variant.Get<T>()` Crash
2022-08-23 15:15:21 +02:00
Brian Fiete
0f5d3862e5
Merge pull request #1681 from aharabada/BookmarkPanel
Added bookmark panel
2022-08-23 15:07:04 +02:00
disarray2077
528d5ffb78
Fix crash in BfCompiler 2022-08-17 14:46:24 -03:00
disarray2077
26ea7e36d5
Fix Variant<T>.Get<T>() Crash 2022-08-14 19:48:53 -03:00
Simon Lübeß
9119443918 Fixed memory leak 2022-08-13 21:20:04 +02:00
Simon Lübeß
fefffd4f64 Fixed Bookmark selection after delete + refactoring 2022-08-13 20:38:55 +02:00
Simon Lübeß
6884b9fc21 Merge branch 'master' into BookmarkPanel 2022-08-13 18:02:49 +02:00
Brian Fiete
aaa08e9a4e Fixed hot scan type detection with object extension data 2022-08-04 12:24:10 -07:00
Brian Fiete
e087c95c71 Added 'Show in Workspace Panel' 2022-08-04 09:02:30 -07:00
Brian Fiete
dfd443d68b Fixed String(StringView) ctor 2022-08-04 08:46:43 -07:00
Brian Fiete
05c2e1587c Copy/cut/paste support for workspace files and folders 2022-08-04 08:19:01 -07:00
Brian Fiete
0907bd1f52 Fixed splat aggregation issue in nullable null coalescing 2022-08-03 08:56:40 -07:00
Brian Fiete
5d14e714c2 Fixed invalid ref-to-non-ref implicit cast in foreach 2022-08-03 08:53:52 -07:00
Brian Fiete
2c439092c3 Added append ctor taking Span<T> 2022-08-03 08:38:39 -07:00
Brian Fiete
ca83467e1b Fixed assertion in generic AllowAppend ctor 2022-08-03 08:38:04 -07:00
Brian Fiete
052edbcb8d Fixed assignment operator RHS conversion issue 2022-08-03 08:16:41 -07:00
Brian Fiete
e6352571c1 Fixed nullable null coalescing short circuiting 2022-08-03 07:54:35 -07:00
Brian Fiete
0bedd77f0a WIP nullable fix 2022-08-01 14:46:25 -04:00
Brian Fiete
047ae9acc3 Ctrl+C on project files 2022-08-01 14:05:44 -04:00
Brian Fiete
b12ceeb625 Fixit for expanding auto constructor 2022-08-01 10:47:17 -04:00
Brian Fiete
a23406d9dd Fixed boxing in cast in ternary expression 2022-08-01 08:25:07 -04:00
Brian Fiete
39595bf387 DLA null check fix 2022-08-01 08:06:58 -04:00
Brian Fiete
17dfc96a1f Maintain cursor visibility when applying saved collapse data 2022-07-30 18:26:36 -04:00
Brian Fiete
de4269bf32 Keep saved collapse data from collapsing around the cursor 2022-07-30 17:43:55 -04:00
Brian Fiete
3739020504 Improved variable assignment detection in local methods 2022-07-30 17:12:52 -04:00
Brian Fiete
d43c47f866 Diagnostic panel >2GB fix 2022-07-30 11:44:20 -04:00
Brian Fiete
decc0c0826
Merge pull request #1664 from flying-dude/master
comment says the wrong thing. actually uses "Debug" by default.
2022-07-30 11:37:08 -04:00
Brian Fiete
b5b72df36a Improvements to Win32 'using' field debugging 2022-07-30 11:05:03 -04:00
Brian Fiete
1a0e28af92 Added 'using' field invocation support to debugger 2022-07-30 09:41:05 -04:00
Brian Fiete
14f20f10c8 Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
Brian Fiete
8eda627e2f Splat fixes, added debugging info for 'using' fields 2022-07-30 09:08:49 -04:00