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

1822 commits

Author SHA1 Message Date
Brian Fiete
60b162ba90 Fixed crash hovering over tab for new file 2020-10-12 01:24:39 -07:00
Brian Fiete
21f65c5440
Merge pull request #579 from eveningstarinc/master
Adding quotes to paths to fix various issues in C++ builds
2020-10-12 01:19:58 -07:00
Hunter Bridges
4d82eda5e7 Adding quotes to paths to fix various issues in C++ builds
Various aspects of build were breaking when spaces were present in file paths
2020-10-11 12:48:55 -07:00
Brian Fiete
fcc82b9d24 Fixed allocation indent issue 2020-10-11 07:59:03 -07:00
Brian Fiete
0d05b81a69 Fixed reformat removing errors in switch block 2020-10-11 07:49:54 -07:00
Brian Fiete
c337bee05c Default Rename in Files to current document. Added Undo Replace button 2020-10-11 06:33:13 -07:00
Brian Fiete
196b9604c1 Fixed autocomplete type inference issue 2020-10-10 15:41:07 -07:00
Brian Fiete
f4ffe67f92 Fixed valuetype icon 2020-10-10 10:11:39 -07:00
Brian Fiete
06f6c41679 Debug Break,SafeBreak,IsDebuggerPresent. [NoDebug] 2020-10-10 07:08:30 -07:00
Brian Fiete
42a361a8c0 Fixed autocomplete doc crash for generic methods 2020-10-10 06:12:29 -07:00
Brian Fiete
0f9ae6ab8c Array size fix with missing commas 2020-10-10 05:40:07 -07:00
Brian Fiete
5a805e96d8 Color changes 2020-10-10 05:39:31 -07:00
Brian Fiete
aed026f4fc Fixed array alloc bitcast in entry block 2020-10-09 14:10:53 -07:00
Brian Fiete
291d176e8f Spelling fix 2020-10-09 08:42:32 -07:00
Brian Fiete
d7de0f19ca Rot fix 2020-10-09 08:42:24 -07:00
Brian Fiete
30ae7eef61 Ambiguous call fix 2020-10-08 12:48:24 -07:00
Brian Fiete
57dbaf38d4 Improved icon legibility 2020-10-08 12:48:10 -07:00
Brian Fiete
e0ebe81472 Fix for boxed interface selection with multiple entries 2020-10-08 12:47:34 -07:00
Brian Fiete
4cea33d96f Fixed cases of undetected ambiguous calls 2020-10-08 12:09:04 -07:00
Brian Fiete
e8b35ce0c4 Autocomplete method name fix 2020-10-08 11:47:38 -07:00
Brian Fiete
3fb7576bf9 MethodToString improvements 2020-10-08 10:17:03 -07:00
Brian Fiete
b28a87136f Extended autocomplete info 2020-10-08 09:41:05 -07:00
Brian Fiete
080a5483ae Added File Recovery editor setting 2020-10-08 06:45:22 -07:00
Brian Fiete
16cd9f7a77 Fixed lambda bind to delegate type with outer generic 2020-10-08 06:45:04 -07:00
Brian Fiete
58370d2c8c Fixed indexer issue with incorrect value type 2020-10-07 12:56:37 -07:00
Brian Fiete
808a4438d7 Address-of immutable is now a warning instead of error, added [NoSplat] 2020-10-07 11:07:10 -07:00
Brian Fiete
557b13070c Wrap-around menu selection 2020-10-07 11:05:35 -07:00
Brian Fiete
5a60d0e2d5 Theme support fixed 2020-10-07 08:00:31 -07:00
Brian Fiete
566f8c5d6f Deserialized some missing color settings 2020-10-07 07:47:29 -07:00
Brian Fiete
2ac478509e Fixed operator precedence issues 2020-10-07 07:47:08 -07:00
Brian Fiete
d0c9145655 Fixed GC deadlock on exit when reporting leak 2020-10-06 10:55:01 -07:00
Brian Fiete
dbe38df60f Fixed namespace colorization when type name matches namespace 2020-10-06 09:30:25 -07:00
Brian Fiete
8b4b014a6a Dropdown box tweak 2020-10-06 07:39:15 -07:00
Brian Fiete
1171e6ef64 Made operator precedence match everyone else 2020-10-06 07:38:56 -07:00
Brian Fiete
8376355098 Fixed multi-sourced symbol server conflict 2020-10-06 07:07:45 -07:00
Brian Fiete
3b9558a508 Fixed extension method and methodRef infererence issues 2020-10-06 05:37:33 -07:00
Brian Fiete
efa44caee0 Fixed phi with var failure value 2020-10-05 14:54:55 -07:00
Brian Fiete
8647d63806 Fixed go to definition for invocation without opening paren 2020-10-05 14:54:25 -07:00
Brian Fiete
755b58c39d UI update 2020-10-05 14:53:58 -07:00
Brian Fiete
75b4032794 Version bump 2020-10-05 14:26:09 -07:00
Brian Fiete
1523000e80 Theme update 2020-10-05 14:25:55 -07:00
Brian Fiete
9650e10e88 Operator extension fix 2020-10-02 13:12:34 -07:00
Brian Fiete
a80410786d Fixed OpenCodeBlock indent/lockup issue 2020-10-01 23:25:22 -07:00
Brian Fiete
a355f32c1e Show error for editing binary file 2020-10-01 14:43:36 -07:00
Brian Fiete
f6c42b561a Fixed crash in CheckSavedContents 2020-10-01 14:43:19 -07:00
Brian Fiete
d9444cc603 Fixed expression-bodied function with a ref return 2020-10-01 14:35:16 -07:00
Brian Fiete
3bb2e8947f Fixed indentation detection 2020-09-30 09:44:18 -07:00
Brian Fiete
41858b3dc5 Thread protection for project cache 2020-09-30 07:39:53 -07:00
Brian Fiete
c58e30e005 Formatting fixes for initializer expressions 2020-09-30 07:39:39 -07:00
Brian Fiete
5746214198 Key binding fix 2020-09-29 14:35:22 -07:00