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

524 commits

Author SHA1 Message Date
Brian Fiete
3df7af3f44 Lowered macOS version requirements 2020-04-26 06:25:07 -07:00
Brian Fiete
38997644ca Fixed draw order for item selection 2020-04-26 05:55:30 -07:00
Brian Fiete
9c59fd0dbf Made Open Containing Folder available for projects and workspace 2020-04-26 05:54:19 -07:00
Brian Fiete
2de866ae55 Made spelling error faint yellow (ie: light warning) 2020-04-26 05:50:31 -07:00
Brian Fiete
1bd94d7a52 Fixed VS settings updating issue 2020-04-25 06:53:05 -07:00
Brian Fiete
07c2166321 Fixed issues with key settings, particularly clearing a key binding 2020-04-25 06:08:17 -07:00
Brian Fiete
d6a4b8b62c Fixed some font crashing issues, allowed fonts to be 'optional' with a ? 2020-04-24 16:57:16 -07:00
Brian Fiete
35abc1d591 Calling Append instead of AppendF 2020-04-20 14:55:10 -07:00
Brian Fiete
27d8f9df0f Fixed crash when text is selected and item gets moused over 2020-04-20 14:54:50 -07:00
Brian Fiete
2b6e1d0d5d Fixed crash while removing project 2020-04-20 07:00:02 -07:00
Brian Fiete
2165a6401e Fixed doing a Browse after a wrong AutoFind 2020-04-20 06:59:39 -07:00
Brian Fiete
e7540ddef0 Properply rebuilds hash after a hot compile 2020-04-16 00:33:29 -07:00
Brian Fiete
18764073dd Added support for executing command files 2020-04-14 11:38:17 -07:00
Brian Fiete
807b71d433 Fixed issue of file hashing causing too much rebuilding 2020-04-14 11:37:27 -07:00
Brian Fiete
9f7040154b Supporting unquoted string literals 2020-04-13 06:42:49 -07:00
Brian Fiete
5bb3966b47 Updated version 2020-04-11 14:28:16 -07:00
Brian Fiete
2fbaf061ef Mintest updates 2020-04-10 08:58:12 -07:00
Brian Fiete
5879469933 Fixed Ctrl+Backspace, fixed muiltiline clipping paste-then-undo error 2020-04-10 08:57:45 -07:00
Brian Fiete
c62854d809 Improved errors 2020-04-10 08:44:58 -07:00
Brian Fiete
664078557f Improving auto-implemented properties 2020-04-10 07:53:56 -07:00
Brian Fiete
a5e0f34549 Improved errors on GoToDefinition 2020-04-07 08:29:54 -07:00
Brian Fiete
15c3ad98de Changed array to Ordered instead of CRepr 2020-04-04 12:14:52 -07:00
Brian Fiete
2c6a72ba68 Added a BinaryHeap visualizer 2020-04-03 10:35:08 -07:00
Brian Fiete
ff33c7aca3 Added UseLLVM attribute 2020-04-03 10:34:55 -07:00
Brian Fiete
2f144ee19b Added Additional Lib Paths, renamed Link Dependencies 2020-03-30 14:08:51 -07:00
Brian Fiete
757464db3e Fixed popup location clipping 2020-03-30 12:17:24 -07:00
Brian Fiete
d635b8e67f Adjusted autocomplete window position 2020-03-30 11:58:42 -07:00
Brian Fiete
385fa6dbb5 More scaling fixes, frameless combo box for status bar 2020-03-30 07:28:04 -07:00
Brian Fiete
990d092274 Fixed more scaling issues 2020-03-29 10:17:28 -07:00
Brian Fiete
863009f329 Added Clean Cmds 2020-03-28 14:27:22 -07:00
Brian Fiete
1caaec9b56 Scale fixes 2020-03-28 14:26:59 -07:00
Damian Day
e78ebca9cc Spelling 2020-03-27 11:16:18 +00:00
Brian Fiete
24dd60933b Fixed LastPlatform issue when platform options were default 2020-03-26 07:04:00 -07:00
Brian Fiete
2f78063927 Added Quick Info key 2020-03-24 15:26:32 -07:00
Brian Fiete
598765d437 Fixed LTO error in ResolveOnly 2020-03-24 07:21:20 -07:00
Brian Fiete
61468d818f Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
Brian Fiete
dce4a3ecf2 Made abs an intrinsic 2020-03-21 07:10:59 -07:00
Brian Fiete
567662b3c3 Renamed Windows Application to GUI Application 2020-03-21 07:10:16 -07:00
Brian Fiete
8aba7f0d8e Renamed Windows Application to GUI Application 2020-03-21 07:09:41 -07:00
Brian Fiete
a51fa2b657 Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
Brian Fiete
96c53d4a9e Improvements to Queue, to bring it more inline with List 2020-03-20 09:26:16 -07:00
Brian Fiete
9102a54ce4 Added click to toggle breakpoint, ctrl-click for goto definition 2020-03-12 06:53:11 -07:00
Brian Fiete
5276bd4533 Fixed int-lowered structs with immutable methods in LLVM 2020-03-12 05:40:36 -07:00
Brian Fiete
0a407b0913 StringId typecode fix 2020-03-11 09:53:04 -07:00
Brian Fiete
701e43bf1f Fixed single-item replace 2020-03-10 12:02:47 -07:00
Brian Fiete
bc50fd85a8 Fixed some resolve errors after Clean 2020-03-09 11:47:09 -07:00
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Brian Fiete
e6518a3aab Removed some errant semicolons 2020-03-02 07:03:42 -08:00
Brian Fiete
76cb117e1f Added View Whitespace for string viewer 2020-03-02 06:24:21 -08:00
Brian Fiete
5bed292e87 Removed sized array initialization from tuples 2020-02-28 13:58:12 -08:00