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

3081 commits

Author SHA1 Message Date
Brian Fiete
8f02a81f53 Use __except on ConservativeScan 2022-01-09 11:28:30 -05:00
Brian Fiete
b9eada28ee Added SEH protection inside ConservativeScan 2022-01-09 10:50:49 -05:00
Brian Fiete
3100f7e56d Fix for ReadLib with '/<'-prefixed names 2022-01-09 09:04:23 -05:00
Brian Fiete
446ec6cae7 Added 64-bit void* support for 32-bit debugger 2022-01-09 08:30:56 -05:00
Brian Fiete
05c691c83f
Merge pull request #1366 from blat-blatnik/SaveSettingsOnApply
Save IDE settings on apply
2022-01-09 05:54:44 -05:00
Brian Fiete
9fc6ae9f05 Fixed const bool value for 'the result of this operation is always false' 2022-01-08 22:06:18 -05:00
blat-blatnik
15d42bdf48 Save IDE settings on apply 2022-01-08 22:48:52 +01:00
Brian Fiete
5c42ea6d2d Fix defer on null conditional 2022-01-08 11:26:56 -05:00
Brian Fiete
92ee27fc26 Remove default scroll up/down binding (conflicts with autocomplete nav) 2022-01-08 11:24:37 -05:00
Brian Fiete
dc6f940561 Support interface binding with complex 'Self' returns ie: Result<Self> 2022-01-08 09:28:48 -05:00
Brian Fiete
b47f230345 Removed debug string 2022-01-08 08:18:28 -05:00
Brian Fiete
d89c63290d Improved ClassView search for methods (ie: 'Parse(', or 'Par ( style') 2022-01-08 08:16:53 -05:00
Brian Fiete
59ba0dd0d4 Fixed some safe mode crashes 2022-01-08 07:42:53 -05:00
Brian Fiete
7af34fd81c Remove DXGI cases that may be not defined 2022-01-08 06:55:10 -05:00
Brian Fiete
2634d0c7ec Properly handle aborted background classifying 2022-01-08 06:54:48 -05:00
Brian Fiete
5e939f10fd
Merge pull request #1364 from eveningstarinc/hunterbridges/aarch64-compile-crash-fix
Aarch64 "unsupported calling convention" compiler crash fix
2022-01-08 12:32:34 +01:00
Brian Fiete
849a305887
Merge pull request #1363 from disarray2077/patch-5
Add bounds checking to [Pop]Back/[Pop]Front
2022-01-08 12:31:52 +01:00
Brian Fiete
500c2e3559
Merge pull request #1362 from disarray2077/patch-4
Fix StreamReader Peek method
2022-01-08 12:31:19 +01:00
Brian Fiete
0b64689186
Merge pull request #1361 from blat-blatnik/ScrollWithKeyboard
Added scroll keybindings
2022-01-08 12:30:57 +01:00
Brian Fiete
da9bb1dc38
Merge pull request #1359 from disarray2077/dragdrop
Add support for file drag drop
2022-01-08 12:30:05 +01:00
Hunter Bridges
b981f80e85 Aarch64 "unsupported calling convention" compiler crash fix 2022-01-07 19:22:47 -08:00
disarray2077
6aeb9e6e9c
Add bounds checking to [Pop]Back/[Pop]Front 2022-01-07 20:13:58 -03:00
disarray2077
c886702d2b
Fix StreamReader Peek method 2022-01-07 18:23:50 -03:00
blat-blatnik
214f1bebb6 Added scroll keybindings 2022-01-07 20:24:23 +01:00
disarray2077
352f3d2e25
Fix little issue with DragDropFile method 2022-01-07 13:20:23 -03:00
disarray2077
6d2803dbb1 Add support for file drag drop 2022-01-07 12:51:57 -03:00
Brian Fiete
018db49902 Require explicit insert action for multiline autocomplete insertions 2022-01-07 10:47:46 -05: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