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

366 commits

Author SHA1 Message Date
Brian Fiete
c53c7b4157 Fixed readonly addr handling of indexer expression 2025-06-02 06:35:33 +02:00
Brian Fiete
adb7a2bdef Ctrl+Alt+Up/Down support, QuickFind Ctrl+D fixes 2025-05-26 14:44:51 +02:00
Brian Fiete
2ce4ec2e3f Multi-cursor tweaks 2025-05-26 08:25:07 +02:00
Brian Fiete
ba4d29d28d
Merge pull request #2229 from kallisto56/master
Feature: Multi-Cursors
2025-05-25 11:21:35 +02:00
Yuvan Wickramasinghe
9a2e5d70a3
Resolve project path string 2025-05-13 18:00:31 -07:00
Yuvan Wickramasinghe
0cf382532c
Removed temporary member resolution logic from custom build properties 2025-05-13 15:29:01 -07:00
Yuvan Wickramasinghe
524ebaa914
Merge remote-tracking branch 'upstream/master' into Yuvan/CustomBuildProperties 2025-05-13 15:14:10 -07:00
disarray2077
6a35544195 Linux fixes 2025-05-11 23:27:42 -03:00
Chernyavsky Andrey
c6fa2b8e79 Feature: Multi-Cursors 2025-05-04 07:59:10 +05:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
4b879670ca
Merge remote-tracking branch 'upstream/master' into Yuvan/CustomBuildProperties 2025-03-28 14:48:45 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
fe967e6a04
Check for custom build properties in DoResolveConfigString. 2025-03-28 10:51:18 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
d929e1bfe9
Resolve custom build properties specified in workspace project specs. 2025-03-28 10:44:59 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
da31757fa7
Missed a couple places where custom build properties should be loaded. 2025-03-28 10:44:48 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
80a72f991d
Update BeefBuild to use new custom build properties API. 2025-03-28 10:44:40 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
275dbd14e8
Check custom build properties before outputting error message. 2025-03-28 10:44:31 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
b55f980531
Refactored code to resolve custom build properties in Beef projects. 2025-03-28 10:44:23 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
803b9890e2
Beef custom properties proof of concept implementation. 2025-03-28 10:43:50 -07:00
Brian Fiete
94adbe1548 Allow file associations to open BeefSpace.toml as workspace 2025-03-21 13:26:56 -04:00
Brian Fiete
ab8fa7a91a Fixed redirect issue with -run 2025-03-21 07:50:15 -04:00
Brian Fiete
f89ad51131 mProjectPanel null fix 2025-03-20 10:04:41 -04:00
Brian Fiete
1c9d1eeae5 Version bump to 0.43.6 2025-03-19 11:01:28 -04:00
Brian Fiete
27620fa35d Fixed local var warning 2025-03-13 08:08:54 -04:00
Brian Fiete
6d3c660273 Fixed some issues closing workspace while in comptime 2025-02-15 15:03:55 -08:00
Brian Fiete
cbba8399ec Removed invalid SUCCESS message on link failure 2025-02-02 18:13:28 -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
d7d88585d2 Added a green "SUCCESS" message for successful builds 2025-02-01 17:26:44 -08:00
MineBill
07ca3a319d
Make grid and outline colors configurable. 2025-01-31 00:06:10 +02:00
Brian Fiete
185db196e0 Hilite color name fix 2025-01-29 11:29:39 -08:00
MineBill
633fb97e68
Expose hightlight colors to theming. 2025-01-27 22:36:28 +02:00
Brian Fiete
dae452da47 Temporarily(?) remove composite workspace file support 2025-01-07 17:26:15 -08:00
Brian Fiete
b9550e4219 memoryBreak fix 2024-12-31 17:42:13 -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
769036584a ShowDisassemblyPanel fix 2024-12-29 09:03:05 -08:00
Brian Fiete
cac67b8288 Fixed setFocus for some ShowPCLocation and ShowSourceFile cases 2024-12-29 07:14:30 -08:00
Brian Fiete
a1413866a7 Added cleancache 2024-10-25 17:20:00 -04:00
Brian Fiete
31746c1f19 Wasm calling convention fixes. IDEHelper/Tests runs on wasm now. 2024-10-25 11:20:01 -04:00
Brian Fiete
c0ebcc8fda Test support in wasm 2024-10-25 07:41:53 -04:00
Brian Fiete
76c58b3ed0 Added support for Setup program in managed packages 2024-10-24 14:59:34 -04:00
Brian Fiete
f2489f3b93 Handle spaces in paths in WasmLaunch 2024-10-24 06:27:24 -04:00
Brian Fiete
5627956682 Use WasmLaunch for html files 2024-10-23 05:23:37 -04:00
Brian Fiete
4870c6fdd8 Initial package management support 2024-10-21 09:18:07 -04:00
Brian Fiete
c24fb8a26f Autoinstall Emscripten 2024-10-18 09:13:24 -04:00
Brian Fiete
e4f1906627 Fixed BfPassInstance when shutting down while compiling 2024-10-17 14:18:53 -04:00
Brian Fiete
a0cc0b22e5
Merge pull request #2030 from zerkawei/linux-ipc
Prevent IPCHelper usage outside Windows
2024-09-09 10:33:04 -04:00
zkw
cd21eb27c7 Prevent IPCHelper usage outside Windows 2024-09-09 15:49:02 +02:00
zkw
e1c8ed5a19 Use Beep instead of MessageBeep 2024-09-09 13:51:22 +02:00
M0N7Y5
81a2f95279 linux build quick fix 2024-08-27 05:48:22 +02:00
Brian Fiete
2a2913f857 Added @Script: support to breakpoints 2024-08-25 09:30:49 -04:00
Jannis
6640a2ab7a
Update IDEApp.bf 2024-08-15 10:29:28 +00:00