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

3055 commits

Author SHA1 Message Date
disarray2077
6d2803dbb1 Add support for file drag drop 2022-01-07 12:51:57 -03:00
Brian Fiete
73376d2f75 Added 'Add Watch' to some right-click menus (ie: autos) 2022-01-07 10:36:21 -05:00
Brian Fiete
6854c404d8 Improve XMM integer displays 2022-01-07 10:31:26 -05:00
Brian Fiete
88183dbae7
Merge pull request #1358 from disarray2077/http_error
Improve open error for files from network
2022-01-07 14:58:49 +01:00
Brian Fiete
f0bafae177 Fix for 'using static' namespace search inside namespace declarations 2022-01-07 08:58:19 -05:00
disarray2077
2fd78b36e7 Improve open error for files from network 2022-01-07 10:22:26 -03:00
Brian Fiete
723f17f139 Improved error for local variable reusing parameter name 2022-01-07 08:22:05 -05:00
Brian Fiete
a8f922b112 More subtle color 2022-01-07 08:03:49 -05:00
Brian Fiete
24c91d373c Fixed crash for lambda bind attempt outside method instance 2022-01-07 08:03:33 -05:00
Brian Fiete
36311cab2d Added line number hiliting 2022-01-07 07:00:55 -05:00
Brian Fiete
498d6f2116 Merge remote-tracking branch 'origin/master' 2022-01-07 06:45:40 -05:00
Brian Fiete
fdd1a34d86
Merge pull request #1357 from blat-blatnik/HighlightCurrentLine
Add option to highlight current line in editor
2022-01-07 12:45:13 +01:00
Brian Fiete
94a262d92c
Merge pull request #1356 from m910q/FixDebugWriteLineReallocation
Fix for Debug.WriteLine() - Avoid potential String reallocation
2022-01-07 12:43:28 +01:00
Brian Fiete
a679d4dd11 Null check 2022-01-07 06:42:16 -05:00
Brian Fiete
815206a354
Merge pull request #1355 from disarray2077/patch-3
Make IDE remove itself from attach to process list
2022-01-07 12:41:39 +01:00
blat-blatnik
bb4b4ef185 Slightly better positioning of highlight rect 2022-01-07 08:58:18 +01:00
blat-blatnik
8e476812f8 Correct handling of horizontal scrolling 2022-01-07 08:52:20 +01:00
blat-blatnik
4e46b7eab3 Merge remote-tracking branch 'upstream/master' into HighlightCurrentLine 2022-01-07 01:54:50 +01:00
blat-blatnik
28a0d118e5 Added option to highlight current line when editing source files 2022-01-07 01:49:20 +01:00
Brian Fiete
6c3ae6f181 Fix to GC capture priming 2022-01-06 16:50:08 -05:00
m910q
80f72fd35e Fix for Debug.WriteLine() - Avoid potential String reallocation
Debug.WriteLine() no longer reallocate its scoped String when appending a newline.
This only happened when the StringView length  matches the buffersize in the String.
2022-01-06 22:10:52 +01:00
disarray2077
287e7f5642
Update attach to process list exclusion 2022-01-06 18:03:23 -03:00
disarray2077
93fcfda1bd
Make IDE remove itself from attach to process list 2022-01-06 17:53:06 -03:00
Brian Fiete
d778f2dd2f Fix for @-prefixed local variables 2022-01-06 15:38:04 -05:00
blat-blatnik
5053cace5c merge with upstream 2022-01-06 21:05:53 +01:00
Brian Fiete
c2ff007a1d Scaling fixes 2022-01-06 12:09:58 -05:00
Brian Fiete
6a158db9da Fixed enum result classify issue 2022-01-06 11:56:12 -05:00
Brian Fiete
4b1d7047d1 Register capture priming 2022-01-06 11:46:53 -05:00
Brian Fiete
40288eeb3a Don't attempt comptime emissions in unspecialized generics 2022-01-06 11:08:31 -05:00
Brian Fiete
ae399c0ae2 Fixed comptime-emitted property crash 2022-01-06 10:33:12 -05:00
Brian Fiete
6d014575f1 Handled comptime reflection over NoDecl_AwaitingReference methods 2022-01-06 10:30:25 -05:00
Brian Fiete
35d82fd599 Fix keyDown check, remove debug string from key release timeout 2022-01-06 06:28:26 -05:00
Brian Fiete
54dc59e049 Allow extending Object and ValueType 2022-01-06 06:27:39 -05:00
Brian Fiete
0826b6d49f Support for "returnaddress" intrinsic 2022-01-06 06:26:56 -05:00
Brian Fiete
eb7e78174c NumericCast error check 2022-01-06 06:26:01 -05:00
Brian Fiete
3fd7e31119 Fixed invalid clearing of mIsCapturingMethodMatchInfo with inner call 2022-01-05 08:30:03 -05:00
Brian Fiete
e4510fdb3a Fixed error message NULL issue 2022-01-05 07:59:28 -05:00
Brian Fiete
632c8a4cc5 Fixed error refNode for "Expected 'get' or 'set'" 2022-01-05 07:50:40 -05:00
Brian Fiete
ca2301bfd3 New code for awaitKeyReleases 2022-01-05 07:27:38 -05:00
Brian Fiete
ec83ae50fa Properly ignore S_FILESTATIC in EvaluateLocation 2022-01-04 10:59:27 -05:00
Brian Fiete
bab233746e Soft error for unknown symbol type in COFF::EvaluateLocation 2022-01-04 10:29:30 -05:00
Brian Fiete
db6cfcf211 CeFunctionInfo ref counting fix 2022-01-04 09:38:02 -05:00
Brian Fiete
ae2c12d974 Fixed error 2022-01-04 08:12:03 -05:00
Brian Fiete
8a4bf7ac8c Improvements to handling of pointers to reference types 2022-01-04 07:17:32 -05:00
Brian Fiete
0030236705 Fixed ctorClear on append allocs 2022-01-04 06:35:14 -05:00
Brian Fiete
c57451ec6c Fixed '$RAX' style debugger parsing 2022-01-04 06:35:04 -05:00
Brian Fiete
c0fe1d1c1b Support for expression-bodied properties with mut 2022-01-03 14:41:12 -05:00
Brian Fiete
60b6437f69 Better mHadPendingGCDataOverflow handling, null TEB fix 2022-01-03 11:25:15 -05:00
Brian Fiete
14e1ffa5ac Capture xmm/ymm registers 2022-01-03 11:24:45 -05:00
Brian Fiete
f1c38c792d Tuple deferred assignment fix with casted ref values 2022-01-03 07:43:06 -05:00