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

5254 commits

Author SHA1 Message Date
Brian Fiete
66d3581911 Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
Brian Fiete
f6d18c111f EmitObjectAccessCheck for append field dtor to detect double delete 2025-02-16 12:33:04 -08:00
Brian Fiete
de7ec27032 Tweaks to Line Height Scale 2025-02-16 12:04:28 -08:00
Brian Fiete
4ada557f64
Merge pull request #2136 from MineBill/line-spacing
Add a 'Line Height' options that allows changing the the line height of the text editor.
2025-02-16 11:43:14 -08:00
Brian Fiete
23233599db
Merge pull request #2143 from Booklordofthedings/master
Fix Console.Write not working when linux terminal buffers by line
2025-02-16 11:36:25 -08:00
Brian Fiete
421cace017 Expanding support for params in delegates, params tuple support 2025-02-16 11:36:14 -08:00
a341008111
Update Internal.cpp 2025-02-16 19:21:52 +00:00
Brian Fiete
4b660b2314 Tuple variable initialization fix from splats 2025-02-16 06:45:05 -08:00
Brian Fiete
b1181a936d Fixed wrappable props and fixed fixed generic binding in MemberRefExpr 2025-02-15 17:53:13 -08:00
Brian Fiete
4cd8fe7742 Made "Cannot take address of read-only variable" a warning 2025-02-15 17:21:10 -08:00
Brian Fiete
6d3c660273 Fixed some issues closing workspace while in comptime 2025-02-15 15:03:55 -08:00
Brian Fiete
856490755e
Merge pull request #2132 from m910q/fix_auto_closing_tags_in_string_literal
Don't consider cursor in open space when in literal
2025-02-15 14:36:59 -08:00
Brian Fiete
765906dd70 Added field and instantiation restrictions to extended opaques 2025-02-15 13:21:47 -08:00
Brian Fiete
5000a8a824 Opaque calling issue 2025-02-15 12:58:23 -08:00
Brian Fiete
ab93fb83a4 Fixed globalvar-derived const addr assigned to local variable 2025-02-15 11:36:47 -08:00
Brian Fiete
94944082eb Allow 'public static int operator implicit(Self self);' 2025-02-15 10:38:48 -08:00
MineBill
57d041380c
Use text offset when drawing the LinePointer. 2025-02-15 20:35:44 +02:00
MineBill
83b37239b7
Make sure to round line spacing. 2025-02-15 20:24:34 +02:00
Brian Fiete
fa251b3439 Fixed enum issues utilizing Underlying in initializer 2025-02-15 10:12:27 -08:00
MineBill
12a87caa65
Don't pass line height in GetLineSpacing 2025-02-15 20:12:13 +02:00
Brian Fiete
f7b3f88868 Fixed [?] in BfSizedArrayCreateExpression (ie: 'int*[?](null, null)') 2025-02-15 09:29:08 -08:00
MineBill
1cb21de201
Round thickness of line highlight to prevent weird rendering. 2025-02-14 00:34:04 +02:00
MineBill
3f41cf32ef
Add 'Line Height' setting. 2025-02-14 00:23:07 +02:00
MineBill
fa96e0783c
Add 'mLineHeight' properrty to 'DarkEditWidget' to control line height. 2025-02-13 23:47:11 +02:00
Brian Fiete
8194f58f59 Trimmed output of PrintAllReferences 2025-02-07 07:15:54 -08:00
ESH
7d8d6296ce Don't consider cursor in open space when in literal 2025-02-07 13:00:12 +01:00
Brian Fiete
60988fda8f Read-from-memory fixes, render target improvements 2025-02-06 08:45:21 -08:00
Brian Fiete
818ca48759 Ctrl+Click for code collapsing 2025-02-06 08:44:16 -08:00
Brian Fiete
568e54821d Fixes some handling of const payload enums cases 2025-02-04 10:23:22 -08:00
Brian Fiete
8b7dd19f4b Allow 'ref' on case matching 2025-02-04 06:45:05 -08:00
Brian Fiete
b92b561867 Fixed sizing of embedded "String" view in watch panel 2025-02-03 11:44:44 -08:00
Brian Fiete
3253bb40ac Fixed autocomplete doc width on multimon 2025-02-03 11:29:30 -08:00
Brian Fiete
e1292f3206 Use correct bfProject for formatting so we use defines properly 2025-02-03 10:39:27 -08:00
Brian Fiete
abf58fe89f Fixed formatting of multi-line string that doesn't start on a new line 2025-02-03 10:38:46 -08:00
Brian Fiete
60fdfff8d7 Fixed indexing of const multi-dim arrays 2025-02-03 08:20:35 -08:00
Brian Fiete
e0529caee0 Beefy 2D updates 2025-02-02 18:21:15 -08:00
Brian Fiete
cbba8399ec Removed invalid SUCCESS message on link failure 2025-02-02 18:13:28 -08:00
Brian Fiete
ff96101806 Right-click menu for statusbar error icon 2025-02-02 18:13:14 -08:00
Brian Fiete
dfdbe7440f Fixed colorization of unqualified property access (ie: implicit 'this') 2025-02-02 08:44:48 -08:00
Brian Fiete
729ca1e8c4 Fixed invalid mReceivingValue usage in BfInitializerExpression 2025-02-02 08:28:42 -08:00
Brian Fiete
eecc6540a2 Fixed issue where "Compile failed" message caused tests to fail 2025-02-02 06:42:48 -08:00
Brian Fiete
94f02b724d BeefBuild fix 2025-02-01 17:37:56 -08:00
Brian Fiete
d7d88585d2 Added a green "SUCCESS" message for successful builds 2025-02-01 17:26:44 -08:00
Brian Fiete
1a187de4c9 Fixed valueless static locals 2025-02-01 14:08:41 -08:00
Brian Fiete
7458efc67f Fixed typo 2025-02-01 14:03:48 -08:00
Brian Fiete
0a1d3c8486 Fixed invalid entry into mTextureMap when loading by address 2025-02-01 14:03:34 -08:00
Brian Fiete
cce1611da5 Improved some var handling of out arguments 2025-02-01 13:00:20 -08:00
Brian Fiete
f466a2ea57 Properly use method generic arguments from methodrefs 2025-02-01 12:19:49 -08:00
Brian Fiete
5b0ccb6dbe Added BMPData 2025-02-01 12:08:01 -08:00
Brian Fiete
05cda98c85 BMP loading, show workspace icon files on startup panel 2025-02-01 10:39:04 -08:00