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

1630 commits

Author SHA1 Message Date
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
Brian Fiete
05d5b5f594 Fixed file rename with entry in recent file list 2020-09-29 12:58:24 -07:00
Brian Fiete
64af84f0de Failed on attempted deferring of a mixin 2020-09-29 12:24:34 -07:00
Brian Fiete
c28ed988b3 Fixed properties debug evaluation and struct calls 2020-09-29 11:58:07 -07:00
Brian Fiete
a399e383fa Linux fixes 2020-09-29 08:53:36 -07:00
Brian Fiete
b13bee470c Fixed some field var-resolve issues 2020-09-29 05:42:16 -07:00
Brian Fiete
3d4455d1f6 Fixed var decl short circuiting check 2020-09-29 05:19:52 -07:00
Brian Fiete
fc0fcd103f Fixed to tuple name parsing 2020-09-29 05:11:23 -07:00
Brian Fiete
67556c2ff6 Fixed const handling 2020-09-29 04:56:47 -07:00
Brian Fiete
395cac905d Improved tuple member parsing 2020-09-28 18:02:10 -07:00
Brian Fiete
c5b48a1dc1 Fixed ToString/Parse for unknown codes 2020-09-28 17:08:12 -07:00
Brian Fiete
e19c8857b0 Don't 'save top position' during fixit apply if we are at the very top 2020-09-28 17:07:48 -07:00
Brian Fiete
2ca456eef8 Added Ctrl+C to copy version info 2020-09-28 16:53:42 -07:00
Brian Fiete
b7f30c798c Fixed enum case check in non-enum type 2020-09-28 13:26:47 -07:00
Brian Fiete
9db256f281 Fixed autocomplete invoke info issue with arguments with binary operator 2020-09-28 13:15:48 -07:00
Brian Fiete
c9b547dc88 Fixed attempted const evaluation of case expression 2020-09-28 12:51:33 -07:00
Brian Fiete
dd71b6e5c0 Test fix 2020-09-28 12:45:56 -07:00
Brian Fiete
0a78b5cc35 Improvements and safety for const exprs 2020-09-28 12:41:42 -07:00
Brian Fiete
da508156c1 Separate Close Panel and Close Document 2020-09-28 05:56:09 -07:00
Brian Fiete
077ebe2659 Fixed lockup with conflicting key bindings 2020-09-28 05:24:42 -07:00
Brian Fiete
ae06346357 Fixed issues with failed const type expressions 2020-09-27 23:25:42 -07:00
Brian Fiete
ee4ae8f9ed Fixed issue with local methods in generic types 2020-09-27 23:07:29 -07:00
Brian Fiete
5403cdb748 Disallowed Find and Replace in locked projects 2020-09-27 22:21:32 -07:00
Brian Fiete
ef57930170 Fixed lockup check iface conformance in failed type 2020-09-27 22:21:15 -07:00
Brian Fiete
ec3ea6bd49 Allowed clicking on 'file:' references 2020-09-27 22:20:43 -07:00
Brian Fiete
784bd6d374 Made 'Test' a project type 2020-09-27 22:20:26 -07:00
Brian Fiete
ee71c8c97b Fixed dynamic boxability of wrappable types (such as pointers) 2020-09-26 09:25:38 -07:00
Brian Fiete
befcbf3ddc Made GetBoxed work for pointers to value types 2020-09-26 09:16:29 -07:00
Brian Fiete
2341e08179 Added IsValueType 2020-09-26 08:41:03 -07:00
Brian Fiete
bed3ef3bb8 Fixed ReflectBoxing serialization 2020-09-26 08:26:58 -07:00
Brian Fiete
0e10eba8f5 Added ReflectAttribute.ReflectImplementer 2020-09-26 08:26:42 -07:00
Brian Fiete
52ccdfe46a Fixed error text 2020-09-26 06:03:29 -07:00
Brian Fiete
a183da923d More nullable tests 2020-09-25 10:43:34 -07:00
Brian Fiete
20faf884f5 Fixed nullable property setting 2020-09-25 10:34:29 -07:00
Brian Fiete
e94566b958 ShowRecentFile fix 2020-09-25 09:58:30 -07:00
Brian Fiete
f6ab79d2ef Fixed crash with increment/decrement error 2020-09-25 09:57:37 -07:00
Brian Fiete
4b64f2c14d Fixed show-recent-on-close issue with renamed files 2020-09-25 09:39:50 -07:00
Brian Fiete
f41a4b0173 Fixed crash when pressing F2 on Workspace item in project panel 2020-09-25 09:32:42 -07:00
Brian Fiete
9893cb9627 Indexer formatting fix 2020-09-25 09:17:33 -07:00
Brian Fiete
e02b42d6f4 Added mouseover docs support 2020-09-25 08:50:39 -07:00
Brian Fiete
dc2603bc60 Path selection autocomplete improvements 2020-09-25 06:31:21 -07:00
Brian Fiete
e12a2562b6 Allow enter-autocomplete with no replacement selection 2020-09-25 06:16:31 -07:00
Brian Fiete
b86c0cde9e Fixed autocomplete invoke info issue following struct construction 2020-09-25 06:07:56 -07:00