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

1148 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
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
9d533f865f Better fix for invokeWidget with no selectIdx 2025-01-26 10:11:50 -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
Brian Fiete
ffe832aaa3 Made "Copy" apply to all selected item 2025-01-25 09:44: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
72d74149be Handle mSelectIdx<0 case 2025-01-24 15:55:39 -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
Brian Fiete
50eb4dbb9d Fixed mouse wheel scrolling of emit view 2025-01-21 08:01:34 -08:00
Brian Fiete
81057f7b5a Fixed off-by-one in symbol rename cursor adjustment 2025-01-20 10:18:12 -08:00
Brian Fiete
45ff0b341b Fixed hot vtable index adjustment with override 2025-01-20 09:58:52 -08:00
Brian Fiete
3325d55639 Fixed overlapped drawing in wordwrapped error mouseovers 2025-01-18 10:05:56 -08:00
Brian Fiete
fddd3e0ba6 BeefySysLib Release Static building 2025-01-17 10:20:20 -08:00
Brian Fiete
e30972d3af Added reflected TypeDeclaration support for comptime 2025-01-14 10:16:46 -08:00
Brian Fiete
a1a5eebd8e Fixed autocomplete incorrectly auto-inserting during '.(' and '(.)' 2025-01-09 05:59:44 -08:00
Brian Fiete
dae452da47 Temporarily(?) remove composite workspace file support 2025-01-07 17:26:15 -08:00
Brian Fiete
5d55409841 Fixed autocomplete flashing 2025-01-02 11:42:44 -08:00
Brian Fiete
f609062c2a EmsdkDep1 2025-01-01 09:04:25 -08:00
Brian Fiete
b9550e4219 memoryBreak fix 2024-12-31 17:42:13 -08:00
Brian Fiete
c003557bef Compliance with string changes 2024-12-31 14:37:03 -08:00
Brian Fiete
6e1eaf63e8 Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
Brian Fiete
1484a5f53c Improved debugger side effect handling, auto refresh options 2024-12-31 13:17:53 -08:00
Brian Fiete
4f2c28862d Debugger mouseover improvements 2024-12-31 07:48:03 -08:00
Brian Fiete
4f0ad540a7 MultiDictionary hotswap fix 2024-12-31 07:45:16 -08:00
Brian Fiete
769036584a ShowDisassemblyPanel fix 2024-12-29 09:03:05 -08:00
Brian Fiete
e300800ca0 More lenient mouse behavior for multiline string popup 2024-12-29 09:00:06 -08:00
Brian Fiete
cac67b8288 Fixed setFocus for some ShowPCLocation and ShowSourceFile cases 2024-12-29 07:14:30 -08:00
Brian Fiete
d5024964c8 Improve BeefCon cpu usage 2024-12-24 13:56:39 -08:00
ESH
6f816241a4 Support for space indentation when splitting line with enter key 2024-12-02 19:04:23 +01:00
Brian Fiete
03987ba8f5 Make Parameter colorization fail over to Local color 2024-12-02 07:41:35 -05:00
Brian Fiete
2b9fa80b81 Added IDE colorization: Member, Local, Parameter 2024-12-02 07:39:17 -05:00
Brian Fiete
d1a2c53bd7 Add warning when performing destructive undo of global operation 2024-11-21 05:56:18 -05:00
Brian Fiete
ac67046afc Fixed IDE "Find on Stack" functionality 2024-11-20 11:32:56 -05:00
Brian Fiete
7e28a71437 Trim whitespace in Find in Files 2024-11-19 09:15:41 -05:00
Brian Fiete
e7c05068a7 Fixed bookmark icon drawing location when below collapsed code 2024-11-19 07:47:14 -05:00
Brian Fiete
14a3dd8e7d Handle zero-sized enums (<= 1 member) 2024-11-08 09:16:27 -05:00
Brian Fiete
7b69509b7b OpenCodeBlock fix when statement contains a "(" 2024-11-08 08:36:43 -05:00
Brian Fiete
4885871785 Properly hande ar lib-in-lib case 2024-11-03 06:33:06 -05:00
Brian Fiete
864d5e9d24 Project rename crash fix 2024-11-01 08:19:44 -04:00
Brian Fiete
2c630a5ba9 Added 'CopyToTarget' command 2024-10-30 12:34:17 -04:00
Brian Fiete
2ea5c34252 Fixed null semVer crash 2024-10-30 10:19:50 -04:00