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

4974 commits

Author SHA1 Message Date
MineBill
d33dbfa09b
Use theme text color in 'Generate File' dialog. 2025-01-29 19:50:27 +02:00
MineBill
56aaf1904d
Rename '*Highlight' to '*Hilite'. 2025-01-29 19:45:23 +02:00
MineBill
f0d5acb528
Added new color.
Added a new 'COLOR_TEXT_SELECTED' color and a 'mTextSelected' theme setting to change it.
2025-01-28 13:45:16 +02:00
MineBill
0744772e23
Draw profiler text using theme color. 2025-01-28 13:15:11 +02:00
MineBill
aaa7509700
Added a new 'TextDisabled' color option for disabled text. 2025-01-27 22:36:29 +02:00
MineBill
7033e2c61e
Replace most hardcoded text colors the settings text color. 2025-01-27 22:36:28 +02:00
MineBill
633fb97e68
Expose hightlight colors to theming. 2025-01-27 22:36:28 +02:00
Brian Fiete
9ae172c43f Win32 hashcode fix 2025-01-27 09:53:54 -08:00
Brian Fiete
161d9dc540 Added ZeroGap to AllowAppend 2025-01-27 09:17:45 -08:00
Brian Fiete
ce42dc4fbe Yet another cursor logic change for sym rename - typing at start 2025-01-26 11:38:36 -08:00
Brian Fiete
833d2854a3 Remove incorrect mScrollContentInsets bottom offset 2025-01-26 10:32:06 -08:00
Brian Fiete
c581b4e0ef
Merge pull request #2111 from kallisto56/master
Fix: Scrolling inside DarkListView and DarkMenuContainer based on Font.GetLineSpacing()
2025-01-26 10:22:20 -08:00
Brian Fiete
bc0e2b1be2 Fixed opaque ref cast to base type 2025-01-26 10:21:18 -08:00
Brian Fiete
9d533f865f Better fix for invokeWidget with no selectIdx 2025-01-26 10:11:50 -08:00
Brian Fiete
89bf475045 FontEffect support - outlined fonts 2025-01-26 07:04:26 -08:00
Brian Fiete
474bad09b2 Fixed cursor movement when deleting chars while renaming symbols 2025-01-25 17:42:08 -08:00
Brian Fiete
0c9374cfa2 Fixed 'Match whole word' 2025-01-25 17:41:23 -08:00
Chernyavsky Andrey
97b65c7ea1 Fix: Scrolling inside DarkListView and DarkMenuContainer based on Font.GetLineSpacing() 2025-01-26 02:52:41 +05:00
Brian Fiete
12247df512
Merge pull request #2108 from kallisto56/master
Feature: Content of Dialog can be copied into clipboard
2025-01-25 10:18:48 -08:00
Chernyavsky Andrey
6d1e21938d Feature: Content of Dialog can be copied into clipboard 2025-01-25 23:03:25 +05:00
Brian Fiete
ffe832aaa3 Made "Copy" apply to all selected item 2025-01-25 09:44:43 -08:00
Brian Fiete
7c44950ba0
Merge pull request #2107 from kallisto56/master
Feature: Errors Panel now has a copy to clipboard feature
2025-01-25 09:15:43 -08:00
Chernyavsky Andrey
1c96033d35 Feature: Errors Panel now has a copy to clipboard feature 2025-01-25 21:55:39 +05:00
Brian Fiete
d92f27a091 Fixed null conditional mixin invocation 2025-01-25 08:12:18 -08:00
Brian Fiete
7db915cb4e Beefy2D updates 2025-01-25 06:12:08 -08:00
Brian Fiete
2a85806580 Ensure blockExpr lifetimeStart doesn't insert above phi nodes 2025-01-25 06:11:46 -08:00
Brian Fiete
72d74149be Handle mSelectIdx<0 case 2025-01-24 15:55:39 -08:00
Brian Fiete
c78d1aca87 Fixed actualTypeDef selection for autocomplete 2025-01-24 15:34:34 -08:00
Brian Fiete
9444a0d936 Hardening against errors during build fails 2025-01-24 12:54:58 -08:00
Brian Fiete
ac7f66c1f1 CreateConstExprValueType fix with incoming constExprType TypedValue 2025-01-24 10:37:52 -08:00
Brian Fiete
fd24ab21af Fixed incorrectly applied method generic constraints in constraint check 2025-01-24 10:16:31 -08:00
Brian Fiete
87405f3387 Fix for external break in mixin declaration 2025-01-24 08:21:07 -08:00
Brian Fiete
102cb28cb0 Fixed comptime debugging issue with reflect type inside aggregates 2025-01-24 07:18:35 -08:00
Brian Fiete
6d474b31d9 Added error for attempting to instantiate opaque attributes 2025-01-24 06:53:49 -08:00
Brian Fiete
9a9e12ea37 Fixed circular data dependency with comptime debugging 2025-01-24 06:39:07 -08:00
Brian Fiete
1ee4c26445 Fixed invalid state rebuild 2025-01-24 06:38:53 -08:00
Brian Fiete
ec34aa3d43 Reworked static append fields 2025-01-24 06:14:46 -08:00
Brian Fiete
9d8647cd84 Recursive type rebuild fix 2025-01-23 13:01:52 -08:00
Brian Fiete
2d74aac74c BfMethodMatcher::Init var handling for external constraints 2025-01-23 12:28:07 -08:00
Brian Fiete
9a5d2ff665 CheckGenericConstraints var handling 2025-01-23 12:27:47 -08:00
Brian Fiete
b63b4af6fe Better handling of let/var field failures 2025-01-23 09:10:00 -08:00
Brian Fiete
624e36b89b Ctor override implRequired 2025-01-23 08:30:31 -08:00
Brian Fiete
22238e04ef GetRawMethodInstanceAtIdx handling of mid-compile-deleted types 2025-01-23 08:06:57 -08:00
Brian Fiete
58979f6407 CeOp_GetMethod_Virt fix with non-method-populated type 2025-01-23 07:43:31 -08:00
Brian Fiete
939c1079ee TypedValueToString fix with null type 2025-01-23 07:37:44 -08:00
Brian Fiete
53f4e8955e Const resolve enum case cast fix 2025-01-23 07:29:50 -08:00
Brian Fiete
f830e23c52 Fixed some 'var' handling cases where module hasn't failed 2025-01-23 05:26:05 -08:00
Brian Fiete
7b29a4facb Fixed extension methods where target is wrappable type 2025-01-22 08:33:31 -08:00
Brian Fiete
9ecc42aabc Fixed override autocomplete on enter 2025-01-22 08:15:22 -08:00
Brian Fiete
61b38b06c5 Fixed UpdateRebuildFileWatches removing watched directories 2025-01-22 08:05:04 -08:00