1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-02 14:25:59 +02:00
Commit graph

349 commits

Author SHA1 Message Date
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
Brian Fiete
8052066ab0 Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
Brian Fiete
20a8e3327c Embedded console / terminal support 2024-07-23 07:56:23 +02:00
Brian Fiete
186c2125fa Initial console support 2024-07-19 10:31:33 +02:00
Brian Fiete
45a5978611 Move windows terminal option 2024-07-16 15:04:15 +02:00
Booklordofthedings
8f7287b3dc Added an open in terminal dialogue 2024-07-16 12:49:15 +02:00
Brian Fiete
6a5b0b49ed Fixed undo text corruption bug 2024-04-27 08:24:55 -04:00
Brian Fiete
16ed9ff8cf Avoid deselecting watch items on right-click menu popup 2024-04-27 07:24:36 -04:00
Brian Fiete
82b4974a82 Find in Watch 2024-03-25 06:18:50 -04:00
Brian Fiete
22b0aba954 Worker threads with 8MB stack 2024-03-18 05:43:27 -04:00
Brian Fiete
ddd9b1b218 Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
Brian Fiete
b722614501 Make "Failed to execute" a nice red error 2024-02-04 07:34:29 -05:00
Brian Fiete
90626036c6 Improved prebuild/postbuild external program execution 2023-12-09 09:11:52 -05:00
Martin Cietwierkowski
d9d954254f Add output window filtering options similar to what Visual Studio
offers.

To use right click on output window, and select which messages should
appear and which should be filtered out.

By default all types of messages appear as they normally would before
this change.

These settings are persisted into workspace_user file

This change helps keep the clutter out of the output window so that
program output logs are easier to read, especially on application
startup.
2023-08-23 20:18:45 -04:00
Brian Fiete
f9ecf3ae6b Verbose build menu option 2023-07-27 07:14:49 -07:00
sere3925sere
7484b50970
Update IDEApp.bf 2023-06-15 18:51:11 +04:00
Brian Fiete
2fd5d67e07 Startup panel tweaks 2023-06-08 10:06:14 -04:00
Brian Fiete
73d3e0f5e2
Merge pull request #1858 from Fusioon/startup_panel
Add startup panel
2023-06-08 08:28:28 -04:00