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

1117 commits

Author SHA1 Message Date
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
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
Brian Fiete
12640fd2b7 Restored selection when closing QuickFind 2024-10-27 05:28:36 -04:00
Brian Fiete
e263f3a37f Fixed attribute processing 2024-10-25 18:32:42 -04: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
7718705646 HeldKey fixes for CapsLock/NumLock 2024-10-24 11:33:33 -04:00
Brian Fiete
95a831a785 Fixed cursor advancing after replacing text 2024-10-24 08:49:12 -04:00
Brian Fiete
f2489f3b93 Handle spaces in paths in WasmLaunch 2024-10-24 06:27:24 -04:00
Brian Fiete
65ee34e37b Added object access check to delegate invocation 2024-10-23 10:36:27 -04:00
Brian Fiete
5627956682 Use WasmLaunch for html files 2024-10-23 05:23:37 -04:00
Brian Fiete
bc5c425d1b Packman improvements 2024-10-22 09:06:54 -04:00
Brian Fiete
99aded7951 Debugging 2024-10-21 18:59:34 -04:00
Brian Fiete
b77a80db2c tag.IsEmpty fix 2024-10-21 16:41:22 -04:00
Brian Fiete
d034dbc991 Fixed handling of tags ending in ^{} 2024-10-21 11:23:37 -04:00
Brian Fiete
ad2aa15e42 Remove libgit from projects 2024-10-21 09:39:11 -04:00
Brian Fiete
4870c6fdd8 Initial package management support 2024-10-21 09:18:07 -04:00
Brian Fiete
6a14bb55b5 Fixed wasm directory finding 2024-10-21 09:11:28 -04:00
Brian Fiete
c24fb8a26f Autoinstall Emscripten 2024-10-18 09:13:24 -04:00
Brian Fiete
126943c5bd Copy BeefCon pdb 2024-10-17 18:00:21 -04:00
Brian Fiete
e4f1906627 Fixed BfPassInstance when shutting down while compiling 2024-10-17 14:18:53 -04:00
Brian Fiete
b3946d4487 Record history position when clicking on result in FindResultsPanel 2024-09-25 12:25:57 -04:00
Brian Fiete
861913d591 Changed GrowUnitialized to NoShow 2024-09-19 12:43:36 -04:00
Brian Fiete
db0af3a8e5 Console perf improvements 2024-09-09 14:51:23 -04:00
Brian Fiete
0880839252 BeefCon fix 2024-09-09 13:28:10 -04:00
Brian Fiete
db7b217a0a
Merge pull request #2024 from Fusioon/startup_panel-leak
Fix startup panel mem leak & resize when item is deleted
2024-09-09 10:35:58 -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
Brian Fiete
b28628e0bb
Merge pull request #2028 from zerkawei/master
Use Beep instead of MessageBeep in IDEApp
2024-09-09 10:32:42 -04:00
Brian Fiete
e1d5efe4de Fix for tooltip focus stealing 2024-09-09 10:29:32 -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